Activity log for bug #1277007

Date Who What changed Old value New value Message
2014-02-06 10:47:33 Eloi Bermejo bug added bug
2014-02-07 10:42:13 Eloi Bermejo summary res_users_view.xml missing quote [trunk]res_users_view.xml missing quote
2014-02-07 13:14:39 Twinkle Christian(OpenERP) openobject-server: status New Incomplete
2014-02-11 09:35:25 Eloi Bermejo attachment added UserSearchBug.jpg https://bugs.launchpad.net/openobject-server/+bug/1277007/+attachment/3976920/+files/UserSearchBug.jpg
2014-02-11 09:38:13 Eloi Bermejo description 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. 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 and before ilike, the ending quote is missing. After correcting the view, the search runs ok: Line234: <field name="name" filter_domain="['|', '|', ('name','ilike',self), ('login','ilike',self), ('email','ilike',self)]" string="User"/> I'm using Version 8.0dev-20140106-000101.
2014-02-11 10:08:29 Eloi Bermejo attachment added UserSearchBug2.jpg https://bugs.launchpad.net/openobject-server/+bug/1277007/+attachment/3976965/+files/UserSearchBug2.jpg
2014-02-11 10:25:32 Twinkle Christian(OpenERP) openobject-server: importance Undecided Medium
2014-02-11 10:25:32 Twinkle Christian(OpenERP) openobject-server: status Incomplete Confirmed
2014-02-11 10:25:32 Twinkle Christian(OpenERP) openobject-server: assignee OpenERP's Framework R&D (openerp-dev-framework)