bdc3bf61f8
- Simple VAT error message when an error must be shown - Always clean vies_passed field when check_vat is called [FIX] tests [FIX] Contributor emails
18 lines
656 B
Python
18 lines
656 B
Python
# Copyright 2015 Tecnativa - Antonio Espinosa
|
|
# Copyright 2016 Tecnativa - Sergio Teruel
|
|
# Copyright 2017 Tecnativa - David Vidal
|
|
# Copyright 2019 FactorLibre - Rodrigo Bonilla
|
|
# Copyright 2022 Moduon - Eduardo de Miguel
|
|
# 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.1",
|
|
"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,
|
|
}
|