← Back to team overview

openerp-dev-web team mailing list archive

[Bug 697748] Re: Many2One fields broken in lists when connected with XMLRPC

 

** Branch linked: lp:openobject-client-web

-- 
You received this bug notification because you are a member of OpenERP
SA's Web Client R&D, which is a bug assignee.
https://bugs.launchpad.net/bugs/697748

Title:
  Many2One fields broken in lists when connected with XMLRPC

Status in OpenObject Web Client:
  Fix Released

Bug description:
  To reproduce:

1. change your web client to connect to your server via XMLRPC, in doc/openerp-web.cfg
     openerp.server.port = '8069'
     openerp.server.protocol = 'http'

2. open any list view containing m2o fields, such as in the attached screenshot

=> M2O fields are displayed with the repr() of the m2o tuple

This does not occur when connected with NETRPC