2
0

[15.0][MIG]base_vat_optional_vies: migration fron 14.0 to 15.0

This commit is contained in:
AlvaroTForgeFlow 2022-01-03 16:39:39 +01:00 committed by Rodrigo
parent 736a338a58
commit 13d8ad43f6
2 changed files with 2 additions and 1 deletions

View File

@ -6,7 +6,7 @@
{
"name": "Optional validation of VAT via VIES",
"category": "Accounting",
"version": "14.0.1.0.1",
"version": "15.0.1.0.0",
"depends": ["base_vat"],
"external_dependencies": {"python": ["vatnumber"]},
"data": ["views/res_partner_view.xml"],

View File

@ -2,6 +2,7 @@
# Copyright 2016 Tecnativa - Sergio Teruel
# Copyright 2017 Tecnativa - David Vidal
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl.html).
import mock
from odoo.tests import common