Files
suite/timesheet_grid_description/__manifest__.py
Jared Kipe aa534c1aec [ADD] timesheet_grid_description: hide duplicative name field
when timesheet_grid is installed with timesheet_description
2022-01-09 14:24:35 -08:00

22 lines
485 B
Python
Executable File

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