Comment 0 for bug 1277007

Revision history for this message
Eloi Bermejo (eloibermejo) wrote : res_users_view.xml missing quote

Hello,
by searching the users i'm getting the error:

TypeError: results.group_by is undefined
http://192.168.0.33:8069/web/static/src/js/views.js:819

After searching the bugs, I found out in the Diff file from bug #1253950 that a missing single quote (') might be the cause. And in line 234 of res_users_view.xml after email, the ending quote is missing. After correcting the view, the search runs ok:

<field name="name" filter_domain="['|', '|', ('name','ilike',self), ('login','ilike',self), ('email','ilike',self)]" string="User"/>

I'm using Version 8.0dev-20140106-000101.