59 lines
2.0 KiB
Python
59 lines
2.0 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 Account E-Invoicing",
|
|
"category": "E-Invoicing",
|
|
"version": "14.0.1.0.0",
|
|
"author": "Avancys SAS",
|
|
"website": "https://www.avancys.com/",
|
|
"license": "AGPL-3",
|
|
"summary": "Colombian Account E-Invoicing",
|
|
"depends": [
|
|
"l10n_co_account_move_discrepancy_response",
|
|
"l10n_co_account_move_payment_mean",
|
|
"l10n_co_account_tax_group_type",
|
|
"l10n_co_base_location",
|
|
"l10n_co_partner_person_type",
|
|
"l10n_co_partner_vat",
|
|
"l10n_co_uom",
|
|
"l10n_co_sequence_resolution",
|
|
"account_fiscal_year",
|
|
"partner_coc",
|
|
"partner_commercial_name",
|
|
"partner_fax",
|
|
"product_brand",
|
|
"product_manufacturer"
|
|
],
|
|
"external_dependencies": {
|
|
"python": [
|
|
"pyopenssl",
|
|
"xades",
|
|
],
|
|
},
|
|
"data": [
|
|
"security/ir.model.access.csv",
|
|
"data/account_fiscal_position_party_tax_scheme_data.xml",
|
|
"data/account_fiscal_position_tax_level_code_data.xml",
|
|
"data/ir_cron_data.xml",
|
|
"data/ir_module_category_data.xml",
|
|
"data/mail_template_data.xml",
|
|
"data/product_scheme_data.xml",
|
|
"data/res_groups_data.xml",
|
|
"views/account_fiscal_position_party_tax_scheme_views.xml",
|
|
"views/account_fiscal_position_tax_level_code_views.xml",
|
|
"views/account_fiscal_position_views.xml",
|
|
"views/account_fiscal_year_views.xml",
|
|
"views/account_move_views.xml",
|
|
"views/account_move_dian_document_views.xml",
|
|
"views/account_tax_group_views.xml",
|
|
"views/ir_sequence_views.xml",
|
|
"views/product_template_views.xml",
|
|
"views/res_company_views.xml",
|
|
"views/res_partner_views.xml",
|
|
"report/template_report.xml",
|
|
"report/report.xml",
|
|
],
|
|
"installable": True,
|
|
}
|