diff --git a/web_action_conditionable/static/description/index.html b/web_action_conditionable/static/description/index.html new file mode 100644 index 00000000..27ed6985 --- /dev/null +++ b/web_action_conditionable/static/description/index.html @@ -0,0 +1,442 @@ + + + + + + +web_action_conditionable + + + +
+

web_action_conditionable

+ + +

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

+

This module was written to extend the functionality of actions in tree views. +Odoo by default support:

+
+<tree delete="false" create="false">
+
+

with this module you can do:

+
+<tree delete="state=='draft'">
+
+

you can use _group_refs to make a condition based on the user’s groups:

+
+<tree delete="'base.group_user' in _group_refs">
+
+

It works in any tree view, so you can use it in One2many.

+

Table of contents

+
+ +
+
+

Bug Tracker

+

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.

+
+
+

Credits

+
+

Authors

+
    +
  • Cristian Salamea
  • +
  • Onestein
  • +
+
+
+

Contributors

+ +
+
+

Other credits

+

The development of this module has been financially supported by:

+ +
+
+

Maintainers

+

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.

+
+
+
+ +