mirror of
https://github.com/bringout/oca-technical.git
synced 2026-04-19 04:12:07 +02:00
Initial commit: OCA Technical packages (595 packages)
This commit is contained in:
commit
2cc02aac6e
24950 changed files with 2318079 additions and 0 deletions
|
|
@ -0,0 +1,7 @@
|
|||
* Cristian Salamea <cristian.salamea@gmail.com>
|
||||
* André Paramés <github@andreparames.com> (https://www.acsone.eu/)
|
||||
* Alexandre Díaz <alexandre.diaz@tecnativa.com>
|
||||
* Sudhir Arya <sudhir@erpharbor.com>
|
||||
* Jasper Jumelet <jasper.jumelet@codeforward.nl>
|
||||
* `Trobz <https://trobz.com>`_:
|
||||
* Nguyễn Minh Chiến <chien@trobz.com>
|
||||
|
|
@ -0,0 +1 @@
|
|||
The migration of this module from 15.0 to 16.0 was financially supported by Camptocamp
|
||||
|
|
@ -0,0 +1 @@
|
|||
Add support for conditions on create and delete actions on One2Many fields.
|
||||
|
|
@ -0,0 +1,13 @@
|
|||
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.
|
||||
Loading…
Add table
Add a link
Reference in a new issue