mirror of
https://gitlab.com/hibou-io/hibou-odoo/suite.git
synced 2025-01-20 12:37:31 +02:00
Initial commit maintenance_timesheet for 11.0
This commit is contained in:
24
maintenance_timesheet/__manifest__.py
Normal file
24
maintenance_timesheet/__manifest__.py
Normal file
@@ -0,0 +1,24 @@
|
||||
{
|
||||
'name': 'Equipment Timesheets',
|
||||
'version': '11.0.1.0.0',
|
||||
'author': 'Hibou Corp. <hello@hibou.io>',
|
||||
'category': 'Human Resources',
|
||||
'summary': 'Record time on maintenance requests.',
|
||||
'description': """
|
||||
Equipment Timesheets
|
||||
====================
|
||||
|
||||
Adds Timesheets to Maintenance Requests to record time and labor costs.
|
||||
""",
|
||||
'website': 'https://hibou.io/',
|
||||
'depends': [
|
||||
'maintenance_notebook',
|
||||
'hr_department_project',
|
||||
'hr_timesheet',
|
||||
],
|
||||
'data': [
|
||||
'views/maintenance_views.xml',
|
||||
],
|
||||
'installable': True,
|
||||
'auto_install': False,
|
||||
}
|
||||
Reference in New Issue
Block a user