mirror of
https://gitlab.com/hibou-io/hibou-odoo/suite.git
synced 2025-01-20 12:37:31 +02:00
[ADD] hr_payroll_overtime: for Odoo 13.0
This commit is contained in:
19
hr_payroll_overtime/__manifest__.py
Normal file
19
hr_payroll_overtime/__manifest__.py
Normal file
@@ -0,0 +1,19 @@
|
||||
{
|
||||
'name': 'Payroll Overtime',
|
||||
'description': 'Provide mechanisms to calculate overtime.',
|
||||
'version': '13.0.1.0.0',
|
||||
'website': 'https://hibou.io/',
|
||||
'author': 'Hibou Corp. <hello@hibou.io>',
|
||||
'license': 'AGPL-3',
|
||||
'category': 'Human Resources',
|
||||
'data': [
|
||||
'security/ir.model.access.csv',
|
||||
'data/overtime_data.xml',
|
||||
'views/hr_work_entry_views.xml',
|
||||
'views/resource_calendar_views.xml',
|
||||
],
|
||||
'depends': [
|
||||
'hr_payroll',
|
||||
'hr_work_entry',
|
||||
],
|
||||
}
|
||||
Reference in New Issue
Block a user