diff --git a/web_action_conditionable/README.rst b/web_action_conditionable/README.rst index d198a800..4ed2152b 100644 --- a/web_action_conditionable/README.rst +++ b/web_action_conditionable/README.rst @@ -5,11 +5,21 @@ Web Action Conditionable ======================== This module was written to extend the functionality of actions in tree views. -Odoo by default support delete="false" create="false", with this module you can: -delete="state=='draft'". +Odoo by default support: + +:: + + + +with this module you can: + +:: + + It works in any tree view, so you can use it in One2many. + Installation ============ @@ -19,7 +29,7 @@ To install this module, just follow basic steps to install an odoo module. Configuration ============= -No needed. +Not needed. Usage =====