mirror of
https://gitlab.com/hibou-io/hibou-odoo/suite.git
synced 2025-01-20 12:37:31 +02:00
22 lines
486 B
Python
Executable File
22 lines
486 B
Python
Executable File
{
|
|
'name': 'Timesheet Grid Work Entry',
|
|
'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': [
|
|
'hr_timesheet_work_entry',
|
|
'timesheet_grid',
|
|
],
|
|
'data': [
|
|
'views/timesheet_views.xml',
|
|
],
|
|
'demo': [
|
|
],
|
|
'installable': True,
|
|
'auto_install': True,
|
|
'application': False,
|
|
}
|