diff --git a/web_action_conditionable/__openerp__.py b/web_action_conditionable/__openerp__.py
index 8ab32d345..8f479094c 100644
--- a/web_action_conditionable/__openerp__.py
+++ b/web_action_conditionable/__openerp__.py
@@ -2,7 +2,7 @@
{
"name": 'web_action_conditionable',
- "version": "8.0.1.1.0",
+ "version": "8.0.1.1.1",
"category": "Web",
"website": "https://github.com/OCA/web",
"development_status": "Beta",
@@ -11,6 +11,9 @@
'web',
],
"license": "AGPL-3",
+ "demo": [
+ "demo/ir_ui_view.xml",
+ ],
'data': [
'views/view.xml'
],
diff --git a/web_action_conditionable/demo/ir_ui_view.xml b/web_action_conditionable/demo/ir_ui_view.xml
new file mode 100644
index 000000000..ec2c73c23
--- /dev/null
+++ b/web_action_conditionable/demo/ir_ui_view.xml
@@ -0,0 +1,19 @@
+
+
+
+
+ res.groups
+
+
+
+ name == 'Access Rights'
+ name != 'Access Rights'
+
+
+ name == 'Access Rights'
+ name != 'Access Rights'
+
+
+
+
+
diff --git a/web_action_conditionable/readme/DESCRIPTION.rst b/web_action_conditionable/readme/DESCRIPTION.rst
index 8c4852a4f..18067147b 100644
--- a/web_action_conditionable/readme/DESCRIPTION.rst
+++ b/web_action_conditionable/readme/DESCRIPTION.rst
@@ -1,5 +1,7 @@
-This module was written to extend the functionality of actions in tree views.
-Odoo by default support:
+This module was written to allow developers to fine tune available actions in
+form and tree views.
+
+Odoo by default supports:
::
@@ -11,10 +13,19 @@ with this module you can do:
-you can use `_group_refs` to make a condition based on the user's groups:
+Further, you can use `_group_refs` to make a condition based on the user's
+groups:
::
-
+