Skip to content

Latest commit

 

History

History
93 lines (65 loc) · 2.95 KB

README.rst

File metadata and controls

93 lines (65 loc) · 2.95 KB

web_action_conditionable

Beta License: AGPL-3 OCA/web Translate me on Weblate Try me on Runbot

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 smashing it by providing a detailed and welcomed feedback.

Do not contact contributors directly about support or help with technical issues.

  • Cristian Salamea

This module is maintained by the OCA.

Odoo Community Association

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.