mirror of
https://gitlab.com/hibou-io/hibou-odoo/suite.git
synced 2025-01-20 12:37:31 +02:00
[ADD] timesheet_grid_work_entry: for Odoo 14.0
This commit is contained in:
21
timesheet_grid_work_entry/__manifest__.py
Executable file
21
timesheet_grid_work_entry/__manifest__.py
Executable 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,
|
||||
}
|
||||
Reference in New Issue
Block a user