2
0

[FIX] base_vat_optional_vies: remove unneeded vatnumber

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
This commit is contained in:
Jairo Llopis 2022-03-28 09:38:32 +01:00 committed by Rodrigo
parent 82a73598fd
commit 201cc04e2f

View File

@ -8,7 +8,6 @@
"category": "Accounting",
"version": "15.0.1.0.0",
"depends": ["base_vat"],
"external_dependencies": {"python": ["vatnumber"]},
"data": ["views/res_partner_view.xml"],
"author": "Tecnativa," "Odoo Community Association (OCA)",
"website": "https://github.com/OCA/account-financial-tools",