mirror of https://github.com/OCA/web.git
Better description
parent
d416afbf62
commit
476ea597f2
|
@ -5,11 +5,21 @@ Web Action Conditionable
|
||||||
========================
|
========================
|
||||||
|
|
||||||
This module was written to extend the functionality of actions in tree views.
|
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:
|
Odoo by default support:
|
||||||
delete="state=='draft'".
|
|
||||||
|
::
|
||||||
|
|
||||||
|
<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.
|
It works in any tree view, so you can use it in One2many.
|
||||||
|
|
||||||
|
|
||||||
Installation
|
Installation
|
||||||
============
|
============
|
||||||
|
|
||||||
|
@ -19,7 +29,7 @@ To install this module, just follow basic steps to install an odoo module.
|
||||||
Configuration
|
Configuration
|
||||||
=============
|
=============
|
||||||
|
|
||||||
No needed.
|
Not needed.
|
||||||
|
|
||||||
Usage
|
Usage
|
||||||
=====
|
=====
|
||||||
|
|
Loading…
Reference in New Issue