46 lines
1.5 KiB
Python
46 lines
1.5 KiB
Python
# -*- coding: utf-8 -*-
|
|
# Copyright 2021 Joan Marín <Github@JoanMarin>
|
|
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
|
|
{
|
|
"name": "Colombian Hr E-Payroll",
|
|
"category": "E-Payroll",
|
|
"version": "14.0.1.0.0",
|
|
"author": "Avancys SAS",
|
|
"website": "https://www.avancys.com/",
|
|
"license": "AGPL-3",
|
|
"summary": "Colombian Hr E-Payroll",
|
|
"depends": [
|
|
"hr_avancys",
|
|
"account_fiscal_year",
|
|
"l10n_co_base_location",
|
|
"l10n_co_partner_person_type",
|
|
"l10n_co_sequence_resolution"
|
|
],
|
|
'external_dependencies': {
|
|
'python': [
|
|
'OpenSSL',
|
|
'xades',
|
|
],
|
|
},
|
|
"data": [
|
|
'security/ir.model.access.csv',
|
|
'data/hr_employee_subtype_data.xml',
|
|
'data/hr_employee_type_data.xml',
|
|
"data/hr.payslip.concept.epayroll.type.csv",
|
|
"data/ir_cron_data.xml",
|
|
'data/ir_module_category_data.xml',
|
|
"data/res_groups_data.xml",
|
|
"views/account_fiscal_year_views.xml",
|
|
#"views/hr_contract_type_views.xml",
|
|
"views/hr_employee_views.xml",
|
|
"views/hr_payslip_concept_epayroll_type_views.xml",
|
|
"views/hr_payslip_concept_epayroll_type_code_views.xml",
|
|
"views/hr_payslip_dian_document_views.xml",
|
|
"views/hr_payslip_views.xml",
|
|
"views/res_company_views.xml",
|
|
"wizard/create_hr_payslip_dian_document_views.xml",
|
|
"wizard/process_hr_payslip_dian_document_views.xml"
|
|
],
|
|
"installable": True,
|
|
}
|