20 lines
513 B
Python
20 lines
513 B
Python
# -*- coding: utf-8 -*-
|
|
# Copyright 2021 Joan Marín <Github@JoanMarin>
|
|
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl).
|
|
|
|
{
|
|
"name": "Colombian Stock E-Invoicing",
|
|
"version": "14.0.1.0.0",
|
|
"author": "Avancys SAS",
|
|
"website": "https://www.avancys.com/",
|
|
"category": "E-Invoicing",
|
|
"summary": "Colombian Stock E-Invoicing",
|
|
"depends": [
|
|
"l10n_co_account_e_invoicing"
|
|
],
|
|
"data": [
|
|
"data/account_incoterms_data.xml"
|
|
],
|
|
"installable": True,
|
|
}
|