Initial commit of project_task_line for 11.0

This commit is contained in:
Jared Kipe
2018-10-30 08:29:47 -07:00
committed by Jared Kipe
parent 2b394c0d5f
commit 97ad5f4e82
5 changed files with 103 additions and 0 deletions

View File

@@ -0,0 +1,20 @@
{
'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,
}