3
0
Fork 0
web_techsystech/web_action_conditionable/readme/DESCRIPTION.rst

15 lines
273 B
ReStructuredText

This module was written to extend the functionality of actions in tree views.
Odoo by default support:
::
<tree delete="false" create="false">
with this module you can:
::
<tree delete="state=='draft'">
It works in any tree view, so you can use it in One2many.