201cc04e2f
This dependency is giving problems elsewhere and is not really used directly by this module. See https://github.com/OCA/account-financial-tools/pull/1360#issuecomment-1076354460 @moduon MT-455
17 lines
612 B
Python
17 lines
612 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": "15.0.1.0.0",
|
|
"depends": ["base_vat"],
|
|
"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,
|
|
}
|