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

21 lines
575 B
Python

# -*- coding: utf-8 -*-
# Part of Odoo. See LICENSE file for full copyright and licensing details.
{
'name': 'K.S.A. - Payroll with Accounting',
'countries': ['sa'],
'author': 'Odoo',
'version': '1.0',
'category': 'Human Resources',
'description': """
Accounting Data for KSA Payroll Rules.
=======================================================
""",
'depends': ['hr_payroll_account', 'l10n_sa', 'l10n_sa_hr_payroll'],
'data': [
'data/account_chart_template_data.xml',
],
'license': 'OEEL-1',
'auto_install': True,
}