[ADD] timesheet_grid_work_entry: for Odoo 14.0

This commit is contained in:
Jared Kipe
2021-08-30 11:54:25 -07:00
committed by Leo Pinedo
parent bc873813d5
commit 458ad41a16
3 changed files with 38 additions and 0 deletions

View File

@@ -0,0 +1,21 @@
{
'name': 'Timesheet Grid Work Entry',
'description': 'bridge',
'version': '14.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,
}