Files
suite/project_task_line/__manifest__.py
2018-10-30 08:29:47 -07:00

21 lines
470 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': [
'views/project_views.xml',
],
'installable': True,
'auto_install': False,
}