11 lines
333 B
Python
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',
|
|
}
|