[ADD] timesheet_grid_description: hide duplicative name field

when timesheet_grid is installed with timesheet_description
This commit is contained in:
Jared Kipe
2022-01-09 14:24:35 -08:00
parent 82444f5603
commit aa534c1aec
3 changed files with 36 additions and 0 deletions

View File

@@ -0,0 +1,21 @@
{
'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,
}