web icon indicating copy to clipboard operation
web copied to clipboard

[16.0][ADD] web_action_conditionable: support forms

Open hbrunn opened this issue 11 months ago • 3 comments

This was supported in v8 but never made it into newer versions.


Similarly in forms you can write:

<form create="false" delete="false" duplicate="false" edit="false">

and with this module you can do:

<form create="state=='draft'" delete="state!='done'" duplicate="some_field=='some value'" edit="state!='done'">

hbrunn avatar Feb 06 '25 20:02 hbrunn

/ocabot rebase

hbrunn avatar Jul 18 '25 10:07 hbrunn

Congratulations, PR rebased to 16.0.

OCA-git-bot avatar Jul 18 '25 10:07 OCA-git-bot

@simahawk could you help merge this?

hoangtrann avatar Oct 14 '25 18:10 hoangtrann