mirror of
https://github.com/bringout/oca-technical.git
synced 2026-04-18 03:31:59 +02:00
13 lines
218 B
ReStructuredText
13 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.
|