18 lines
668 B
Python
18 lines
668 B
Python
# Copyright 2015 Tecnativa - Antonio Espinosa
|
|
# Copyright 2016 Tecnativa - Sergio Teruel
|
|
# Copyright 2017 Tecnativa - David Vidal
|
|
# Copyright 2019 FactorLibre - Rodrigo Bonilla
|
|
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl.html).
|
|
{
|
|
"name": "Optional validation of VAT via VIES",
|
|
"category": "Accounting",
|
|
"version": "13.0.1.0.1",
|
|
"depends": ["base_vat"],
|
|
"external_dependencies": {"python": ["vatnumber"]},
|
|
"data": ["views/res_partner_view.xml"],
|
|
"author": "Tecnativa," "Odoo Community Association (OCA)",
|
|
"website": "https://github.com/OCA/account-financial-tools",
|
|
"license": "AGPL-3",
|
|
"installable": True,
|
|
}
|