From 491780207e7fe7775be6d110b497260a9218589e Mon Sep 17 00:00:00 2001 From: Yannick Vaucher Date: Wed, 7 Oct 2015 14:36:11 +0200 Subject: [PATCH] account_fiscal_position_vat_check - Add missing dependency on base_vat vat is added on partner view in base_vat --- account_fiscal_position_vat_check/__openerp__.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/account_fiscal_position_vat_check/__openerp__.py b/account_fiscal_position_vat_check/__openerp__.py index 23438405..c364db85 100644 --- a/account_fiscal_position_vat_check/__openerp__.py +++ b/account_fiscal_position_vat_check/__openerp__.py @@ -23,7 +23,7 @@ { 'name': 'Account Fiscal Position VAT Check', - 'version': '0.1', + 'version': '8.0.0.1.1', 'category': 'Accounting & Finance', 'license': 'AGPL-3', 'summary': 'Check VAT on invoice validation', @@ -53,7 +53,7 @@ for any help or question about this module. """, 'author': "Akretion,Odoo Community Association (OCA)", 'website': 'http://www.akretion.com', - 'depends': ['account'], + 'depends': ['account', 'base_vat'], 'data': [ 'account_fiscal_position_view.xml', 'partner_view.xml',