Add support for conditions on create and delete actions on One2Many fields.
Table of contents
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.
Bugs are tracked on GitHub Issues. In case of trouble, please check there if your issue has already been reported. If you spotted it first, help us to smash it by providing a detailed and welcomed feedback.
Do not contact contributors directly about support or help with technical issues.
- Cristian Salamea
- Cristian Salamea <[email protected]>
- André Paramés <[email protected]> (https://www.acsone.eu/)
- Alexandre Díaz <[email protected]>
- Sudhir Arya <[email protected]>
- Jasper Jumelet <[email protected]>
- Trobz:
- Nguyễn Minh Chiến <[email protected]>
The migration of this module from 15.0 to 16.0 was financially supported by Camptocamp
This module is maintained by the OCA.
OCA, or the Odoo Community Association, is a nonprofit organization whose mission is to support the collaborative development of Odoo features and promote its widespread use.
This module is part of the OCA/web project on GitHub.
You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.