forked from Mapan/odoo17e
20 lines
556 B
Python
20 lines
556 B
Python
# -*- coding: utf-8 -*-
|
|
# Part of Odoo. See LICENSE file for full copyright and licensing details.
|
|
{
|
|
'name': 'U.A.E. - Payroll with Accounting',
|
|
'countries': ['ae'],
|
|
'author': 'Odoo PS',
|
|
'category': 'Human Resources',
|
|
'description': """
|
|
Accounting Data for UAE Payroll Rules.
|
|
=======================================================
|
|
|
|
""",
|
|
'depends': ['hr_payroll_account', 'l10n_ae', 'l10n_ae_hr_payroll'],
|
|
'data': [
|
|
'data/account_chart_template_data.xml',
|
|
],
|
|
'license': 'OEEL-1',
|
|
'auto_install': True,
|
|
}
|