diff --git a/project_acceptance/__manifest__.py b/project_acceptance/__manifest__.py
index 058c6c72..4a198a2a 100644
--- a/project_acceptance/__manifest__.py
+++ b/project_acceptance/__manifest__.py
@@ -15,12 +15,11 @@
'data/mail_template_data.xml',
# 'report/project_report.xml',
# 'report/project_report_template.xml',
- # 'security/project_acceptance_security.xml',
+ 'security/project_acceptance_security.xml',
'views/project_portal_templates.xml',
'views/project_views.xml',
],
'demo': [
- 'demo/project_exception_demo.xml',
],
'installable': True,
'auto_install': False,
diff --git a/project_acceptance/demo/project_exception_demo.xml b/project_acceptance/demo/project_exception_demo.xml
deleted file mode 100644
index 16f95e92..00000000
--- a/project_acceptance/demo/project_exception_demo.xml
+++ /dev/null
@@ -1,13 +0,0 @@
-
-
-
-
- Task Acceptance is Blank
- When task stage changes and requires acceptance and task acceptance is blank
- 50
- project.task
- if not task.task_acceptance and task.stage_id.requires_acceptance: failed=True
-
-
-
-
diff --git a/project_acceptance/security/project_acceptance_security.xml b/project_acceptance/security/project_acceptance_security.xml
index 862bb564..81a29683 100644
--- a/project_acceptance/security/project_acceptance_security.xml
+++ b/project_acceptance/security/project_acceptance_security.xml
@@ -2,17 +2,13 @@
-
- Task Acceptance Exception Rule
- Task Acceptance Exception Rule
+
+ Task Acceptance is Blank
+ When task stage changes and requires acceptance and task acceptance is blank
50
project.task
-
-
-
+ if not task.task_acceptance and task.stage_id.requires_acceptance: failed=True
-
-
-
\ No newline at end of file
+