20 lines
610 B
Python
20 lines
610 B
Python
# -*- coding: utf-8 -*-
|
|
# Copyright 2021 Joan Marín <Github@JoanMarin>
|
|
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
|
|
|
|
{
|
|
"name": "Sequence Resolutions for Colombia",
|
|
"summary": "Resolution of the DIAN for the sequence.",
|
|
"version": "14.0.1.0.0",
|
|
"license": "AGPL-3",
|
|
"website": "https://github.com/JoanMarin",
|
|
"author": "Joan Marín Github@JoanMarin",
|
|
"category": "Localization",
|
|
"depends": ["account_invoice_force_number_extended"],
|
|
"data": [
|
|
"views/ir_sequence_views.xml",
|
|
"views/account_move_views.xml"
|
|
],
|
|
"installable": True,
|
|
}
|