Files
suite/project_task_line/__manifest__.py
Jared Kipe 1704ab1b66 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
2019-05-25 16:37:29 -06:00

22 lines
510 B
Python

{
'name': 'Project Task Lines',
'version': '11.0.1.0.0',
'author': 'Hibou Corp. <hello@hibou.io>',
'website': 'https://hibou.io/',
'license': 'AGPL-3',
'category': 'Tools',
'complexity': 'easy',
'description': """
Adds "todo" lines onto Project Tasks, and improves sub-tasks.
""",
'depends': [
'project',
],
'data': [
'security/ir.model.access.csv',
'views/project_views.xml',
],
'installable': True,
'auto_install': False,
}