mirror of
https://github.com/bringout/oca-web.git
synced 2026-04-18 04:52:00 +02:00
🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
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.
|