forked from Mapan/odoo17e
17 lines
453 B
Python
17 lines
453 B
Python
# -*- coding: utf-8 -*-
|
|
# Part of Odoo. See LICENSE file for full copyright and licensing details.
|
|
|
|
{
|
|
'name': 'France - Payroll with Accounting',
|
|
'countries': ['fr'],
|
|
'category': 'Human Resources',
|
|
'depends': ['l10n_fr_hr_payroll', 'hr_payroll_account', 'l10n_fr'],
|
|
'description': """
|
|
Accounting Data for French Payroll Rules.
|
|
==========================================
|
|
""",
|
|
|
|
'auto_install': True,
|
|
'license': 'OEEL-1',
|
|
}
|