mirror of
https://github.com/OCA/web.git
synced 2025-02-22 13:21:25 +02:00
[FIX] web_action_conditionable: Adapt to new api
This commit is contained in:
committed by
Jasmin Solanki
parent
c81f3e8ae2
commit
de855a52a7
@@ -1,14 +1,2 @@
|
||||
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.
|
||||
This module was written to extend the functionality of actions in
|
||||
tree view (One2Many fields).
|
||||
|
||||
Reference in New Issue
Block a user