19 lines
558 B
Python
19 lines
558 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": "Partner VAT Colombia",
|
|
"summary": "Module for Type of Identification Document and Colombian NIT Checking.",
|
|
"version": "14.0.1.0.0",
|
|
"license": "AGPL-3",
|
|
"website": "https://github.com/JoanMarin",
|
|
"author": "Joan Marín Github@JoanMarin",
|
|
"category": "Localization",
|
|
"depends": ["base_vat"],
|
|
"data": [
|
|
"views/res_partner_views.xml"
|
|
],
|
|
"installable": True,
|
|
}
|