← Back to team overview

openerp-dev-web team mailing list archive

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

 

** Attachment added: "web_xml_rpc_m2o.png"
   https://bugs.launchpad.net/bugs/697748/+attachment/1784245/+files/web_xml_rpc_m2o.png

-- 
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:
  Confirmed

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