Initial commit of project_description for 11.0 -- Project level notes available on every task for reference.

This commit is contained in:
Jared Kipe
2018-05-23 11:44:16 -07:00
parent c89dcdb92c
commit c99808c38e
5 changed files with 66 additions and 0 deletions

View File

@@ -0,0 +1,22 @@
{
'name': 'Project Description',
'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 description onto Projects that will be displayed on tasks.
Useful for keeping project specific notes that are needed whenever
you're working on a task in that project.
""",
'depends': [
'project',
],
'data': [
'views/project_views.xml',
],
'installable': True,
'auto_install': False,
}