From 394f4e55cde481d849867d1d3d971439d37b6e65 Mon Sep 17 00:00:00 2001 From: Olivier Dony Date: Tue, 7 Aug 2012 13:09:10 +0200 Subject: [PATCH] [FIX] mail.alias: fix error preventing creation of new users Web client does not like when a field is readonly *and* required *and* with no default value, and crashes with a TypeError upon creation. bzr revid: odo@openerp.com-20120807110910-g0bl2j2o56yu99ac --- addons/mail/res_users_view.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/addons/mail/res_users_view.xml b/addons/mail/res_users_view.xml index d739e56..5fdc778 100644 --- a/addons/mail/res_users_view.xml +++ b/addons/mail/res_users_view.xml @@ -33,7 +33,7 @@ - + -- 1.7.10.4