Odoo18-Base/addons/test_hr_contract_calendar/__manifest__.py
2025-01-06 10:57:38 +07:00

11 lines
333 B
Python

# Part of Odoo. See LICENSE file for full copyright and licensing details.
{
'name': "Bridge module calendar, contract",
'version': '1.0',
'category': 'Human Resources/Employees',
'summary': "display working hours from employee's contracts",
'depends': ['hr_contract', 'hr_calendar'],
'license': 'LGPL-3',
}