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

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',
}