From 0a9e8898b7c9078f5ebd818b30fe4253e53099fe Mon Sep 17 00:00:00 2001 From: Denis Ledoux Date: Thu, 9 Apr 2015 16:07:45 +0200 Subject: [PATCH] [FIX] l10n_be_invoice_bba: group restricted fields in partner form This module brands a view adding fields on the partner form, after the field 'last_reconciliation_date'. This field is added by the view account.view_partner_property_form, not by the view base.view_partner_form So, if the user do not have access to the view account.view_partner_property_form, then the field last_reconciliation_date wasn't in the view and the inheriting view could be applied. This inheritance worked only because account.view_partner_property_form, had no group applied, and the sequence was lower. opw-632454 --- addons/l10n_be_invoice_bba/partner_view.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/addons/l10n_be_invoice_bba/partner_view.xml b/addons/l10n_be_invoice_bba/partner_view.xml index f0b516fb376..26fa1980ce3 100644 --- a/addons/l10n_be_invoice_bba/partner_view.xml +++ b/addons/l10n_be_invoice_bba/partner_view.xml @@ -6,7 +6,7 @@ res.partner.inv_comm_type.form.inherit res.partner - +