mirror of
https://gitlab.com/hibou-io/hibou-odoo/suite.git
synced 2025-01-20 12:37:31 +02:00
23 lines
556 B
Python
23 lines
556 B
Python
{
|
|
'name': 'Maintenance Notebook',
|
|
'version': '18.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,
|
|
}
|