mirror of
https://github.com/OCA/web.git
synced 2025-02-22 13:21:25 +02:00
14 lines
218 B
ReStructuredText
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.
|