[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
parent 0002f803aa
commit b3c74a6bec
5 changed files with 11 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

2
requirements.txt Normal file
View File

@@ -0,0 +1,2 @@
# generated from manifests external_dependencies
vatnumber

View File

@@ -0,0 +1 @@
../../../../base_vat_optional_vies

View File

@@ -0,0 +1,6 @@
import setuptools
setuptools.setup(
setup_requires=['setuptools-odoo'],
odoo_addon=True,
)