Files
suite/l10n_pe_hr_payroll_account/__manifest__.py
2022-05-10 19:31:47 +00:00

26 lines
727 B
Python

# Part of Hibou Suite Professional. See LICENSE_PROFESSIONAL file for full copyright and licensing details.
{
'name': 'Peru - Payroll with Accounting',
'author': 'Hibou Corp. <hello@hibou.io>',
'version': '13.0.2022.0.0',
'category': 'Human Resources',
'depends': [
'l10n_pe_hr_payroll',
'hr_payroll_account',
],
'description': """
Accounting Data for Peru Payroll Rules.
=======================================
""",
'auto_install': True,
'data': [
'data/l10n_pe_hr_payroll_account_data.xml',
],
'demo': [
'data/l10n_pe_hr_payroll_account_demo.xml',
],
'post_init_hook': '_post_install_hook_configure_journals',
'license': 'OPL-1',
}