Files
suite/timesheet_grid_work_entry/__manifest__.py
2021-08-30 14:38:37 -07:00

22 lines
486 B
Python
Executable File

{
'name': 'Timesheet Grid Work Entry',
'description': 'bridge',
'version': '13.0.1.0.0',
'website': 'https://hibou.io/',
'author': 'Hibou Corp. <hello@hibou.io>',
'license': 'AGPL-3',
'category': 'Human Resources',
'depends': [
'hr_timesheet_work_entry',
'timesheet_grid',
],
'data': [
'views/timesheet_views.xml',
],
'demo': [
],
'installable': True,
'auto_install': True,
'application': False,
}