Skip to content

[16.0][ADD] web_action_conditionable: support forms#3082

Open
hbrunn wants to merge 1 commit intoOCA:16.0from
hbrunn:16.0-web_action_conditionable-forms
Open

[16.0][ADD] web_action_conditionable: support forms#3082
hbrunn wants to merge 1 commit intoOCA:16.0from
hbrunn:16.0-web_action_conditionable-forms

Conversation

@hbrunn
Copy link
Member

@hbrunn hbrunn commented Feb 6, 2025

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
Copy link
Member Author

hbrunn commented Jul 18, 2025

/ocabot rebase

@OCA-git-bot
Copy link
Contributor

Congratulations, PR rebased to 16.0.

@OCA-git-bot OCA-git-bot force-pushed the 16.0-web_action_conditionable-forms branch from 6b768b2 to 5da917f Compare July 18, 2025 10:02
Copy link

@hoangtrann hoangtrann left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@hoangtrann
Copy link

@simahawk could you help merge this?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants