Commit Graph

5 Commits

Author SHA1 Message Date
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
Twinkle Christian (OpenERP) 4c17810919 [IMP]Remove type field from the views
bzr revid: tch@tinyerp.com-20120808130614-ppieuro8um3fylbt
2012-08-08 18:36:14 +05:30
Quentin (OpenERP) 062017bd87 [IMP] usability: partner form view
bzr revid: qdp-launchpad@openerp.com-20120720141830-htjstvlkqikv4d0z
2012-07-20 16:18:30 +02:00
Raphael Collet b41d5bd21e [IMP] account*, l10n*: remove group_extended
bzr revid: rco@openerp.com-20120425134018-07gxnfs8m29nfucj
2012-04-25 15:40:18 +02:00
Quentin (OpenERP) 415ff15c64 [IMP] renamed account_invoice_l10nbe into l10n_be_invoice_bba, following fp's suggestion + removed account_cancel from dependencies of that module
bzr revid: qdp-launchpad@openerp.com-20110817084132-rqnl6d7jrxufyf0o
2011-08-17 10:41:32 +02:00