forked from Mapan/odoo17e
12 lines
327 B
Python
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',
|
|
}
|