From affdfa8cb730d258606f3995dcf92d56947f47bb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Bidoul?= Date: Wed, 16 Apr 2014 19:55:23 +0200 Subject: [PATCH] [FIX] web_easy_switch_company: hide instead of removing company_id field in user preferences Some other modules extending the user form rely on the presence of the company_id field, and break when it is removed. --- web_easy_switch_company/view/res_users_view.xml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/web_easy_switch_company/view/res_users_view.xml b/web_easy_switch_company/view/res_users_view.xml index af433676..571c28de 100644 --- a/web_easy_switch_company/view/res_users_view.xml +++ b/web_easy_switch_company/view/res_users_view.xml @@ -8,7 +8,9 @@ - + + 1 +