2017-06-23 19:53:23 +02:00
|
|
|
# Copyright 2015 Tecnativa - Antonio Espinosa
|
|
|
|
# Copyright 2016 Tecnativa - Sergio Teruel
|
|
|
|
# Copyright 2017 Tecnativa - David Vidal
|
2019-01-10 12:14:00 +01:00
|
|
|
# Copyright 2019 FactorLibre - Rodrigo Bonilla
|
2020-05-09 19:29:26 +02:00
|
|
|
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl.html).
|
2015-10-06 11:10:40 +02:00
|
|
|
{
|
2020-05-09 19:29:26 +02:00
|
|
|
"name": "Optional validation of VAT via VIES",
|
|
|
|
"category": "Accounting",
|
2022-03-31 20:29:25 +02:00
|
|
|
"version": "15.0.1.0.1",
|
2020-05-09 19:29:26 +02:00
|
|
|
"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,
|
2015-10-06 11:10:40 +02:00
|
|
|
}
|