odoo/addons/l10n_be_invoice_bba
Denis Ledoux 0a9e8898b7 [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
2015-04-09 16:12:35 +02:00
..
i18n [I18N] Update translations from Launchpad 8.0 branches 2015-01-21 15:36:54 +01:00
__init__.py [IMP] Added missing vim mode lines 2011-11-22 09:51:38 +01:00
__openerp__.py [IMP] Updated website urls on modules and info page 2014-08-26 21:40:18 +02:00
account_invoice_view.xml [IMP] invoice BE layout improvements 2012-09-12 20:06:01 +02:00
invoice.py [MERGE] forward port of branch saas-3 up to 6b70b80 2015-03-25 18:00:08 +01:00
partner.py [MERGE] forward port of addons v7 up to revision 9045 2013-04-22 17:34:49 +02:00
partner_view.xml [FIX] l10n_be_invoice_bba: group restricted fields in partner form 2015-04-09 16:12:35 +02:00