From 4b85daf182beef4c7bba86e64dbb330497bc5650 Mon Sep 17 00:00:00 2001 From: Olivier Dony Date: Mon, 22 Apr 2013 16:15:18 +0200 Subject: [PATCH] [FIX] account_report_company: be more conservative and hide the `name` field instead of removing it from list view This makes the inherited view still compatible with modules that depend on the presence of the `name` field in the list view (otherwise it would depend on the module loading order and would sometimes work and sometimes not). bzr revid: odo@openerp.com-20130422141518-imyiuu59uxnzq5eh --- addons/account_report_company/res_partner_view.xml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/addons/account_report_company/res_partner_view.xml b/addons/account_report_company/res_partner_view.xml index cae010f3066..ad31d01d515 100644 --- a/addons/account_report_company/res_partner_view.xml +++ b/addons/account_report_company/res_partner_view.xml @@ -5,7 +5,10 @@ res.partner - + + True + +