Error when change record display limit

Bug #985581 reported by Fabrice Actergal @ Taktik
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Odoo Web Client
Fix Released
Undecided
OpenERP Publisher's Warranty Team

Bug Description

Here is my scenario :

Open a dashboard an try to change the display limit.
The client will crash and display the cherrypy error message : TypeError: 'int' object is not callable

The error is in openobject-client-web/addons/openerp/widgets/form/_o2m.py(174)

if current and params.source and self.name in params.source.split('/'):

I changed it like this :

if current and params.source and isinstance(params.source, str) and self.name in params.source.split('/'):

It seems to work, could you please check it?

Tags: maintenance

Related branches

Changed in openobject-client-web:
assignee: nobody → OpenERP Publisher's Warranty Team (openerp-opw)
tags: added: maintenance
Revision history for this message
Mohammed Shekha(Open ERP) (msh-openerp) wrote :

Hello,

The issue has been already fixed in revision 4843, you will not face this issue anymore.

Thanks.

Changed in openobject-client-web:
status: New → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.