web/web_action_conditionable/readme/USAGE.rst

14 lines
218 B
ReStructuredText

Odoo by default support:
::
<tree delete="false" create="false">
with this module you can:
::
<tree delete="state=='draft'" create="state!='sent'">
It works in any tree view, so you can use it in One2many.