Initial commit maintenance_notebook for 11.0

This commit is contained in:
Jared Kipe
2018-04-24 09:34:11 -07:00
parent dd6ddd3ff6
commit fa2d99faef
3 changed files with 36 additions and 0 deletions

View File

@@ -0,0 +1,22 @@
{
'name': 'Maintenance Notebook',
'version': '11.0.1.0.0',
'author': 'Hibou Corp. <hello@hibou.io>',
'category': 'Human Resources',
'summary': 'Record time on maintenance requests.',
'description': """
Maintenance Notebook
====================
Adds a 'notebook' XML element to the Maintenance form to add pages in other modules.
""",
'website': 'https://hibou.io/',
'depends': [
'maintenance',
],
'data': [
'views/maintenance_views.xml',
],
'installable': True,
'auto_install': False,
}