1
0
forked from Mapan/odoo17e
odoo17e-kedaikipas58/addons/hr_payroll_fleet/__manifest__.py
2024-12-10 09:04:09 +07:00

12 lines
327 B
Python

# Part of Odoo. See LICENSE file for full copyright and licensing details.
{
'name': 'Payroll - Fleet',
'version': '1.0',
'category': 'Human Resources/Payroll',
'summary': 'Integration between Payroll and Fleet.',
'depends': ['hr_payroll', 'hr_fleet'],
'auto_install': True,
'license': 'OEEL-1',
}