From 9452727ade74e671642b82460d988590991b7707 Mon Sep 17 00:00:00 2001 From: OCA-git-bot Date: Wed, 6 Feb 2019 08:29:45 +0000 Subject: [PATCH] [UPD] README.rst --- .../static/description/index.html | 442 ++++++++++++++++++ 1 file changed, 442 insertions(+) create mode 100644 web_action_conditionable/static/description/index.html diff --git a/web_action_conditionable/static/description/index.html b/web_action_conditionable/static/description/index.html new file mode 100644 index 000000000..27ed6985e --- /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.

+
+
+
+ +