ADD security to project.task.line and show on website.

`website_project_task` module now includes optional template to display Todo List on the task view
This commit is contained in:
Jared Kipe
2018-11-03 16:26:49 -07:00
parent 97ad5f4e82
commit 5ddf7933e7
3 changed files with 9 additions and 1 deletions

View File

@@ -13,6 +13,7 @@ Adds "todo" lines onto Project Tasks, and improves sub-tasks.
'project',
],
'data': [
'security/ir.model.access.csv',
'views/project_views.xml',
],
'installable': True,