mirror of
https://gitlab.com/hibou-io/hibou-odoo/suite.git
synced 2025-01-20 12:37:31 +02:00
[ADD] hr_timesheet_work_entry: for Odoo 13
This commit is contained in:
22
hr_timesheet_work_entry/__manifest__.py
Executable file
22
hr_timesheet_work_entry/__manifest__.py
Executable file
@@ -0,0 +1,22 @@
|
||||
{
|
||||
'name': 'Timesheet Work Entry Type',
|
||||
'description': 'Set work types on timesheet records.',
|
||||
'version': '13.0.1.0.0',
|
||||
'website': 'https://hibou.io/',
|
||||
'author': 'Hibou Corp. <hello@hibou.io>',
|
||||
'license': 'AGPL-3',
|
||||
'category': 'Human Resources',
|
||||
'depends': [
|
||||
'hr_timesheet',
|
||||
'hr_work_entry',
|
||||
],
|
||||
'data': [
|
||||
'data/hr_timesheet_work_entry_data.xml',
|
||||
'views/timesheet_views.xml',
|
||||
'views/work_entry_views.xml',
|
||||
],
|
||||
'demo': [
|
||||
'data/hr_timesheet_work_entry_demo.xml',
|
||||
],
|
||||
'pre_init_hook': 'ts_work_type_pre_init_hook',
|
||||
}
|
||||
Reference in New Issue
Block a user