mirror of
https://gitlab.com/hibou-io/hibou-odoo/suite.git
synced 2025-01-20 12:37:31 +02:00
26 lines
727 B
Python
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',
|
|
}
|