← Back to team overview

c2c-oerpscenario team mailing list archive

[Bug 709567] Re: [trunk] many2one fields should be read as (id, name) also for osv_memory objects (saving name_get RPC calls)

 

This has finally been fixed in trunk, after updating the addons to the
new API:

server-trunk:  revision 3369 odo@xxxxxxxxxxx-20110315132628-uhhpf95b9iyin482 
addons-trunk: after revision 4542 qdp-launchpad@xxxxxxxxxxx-20110315154324-70oh0npusr2v41ko 

This API change will require updating custom/extra addons that contain
osv_memory wizards, especially if they are using or returning m2o field
values.

For more details, please see this post on the framework mailing-list:
https://lists.launchpad.net/openerp-expert-framework/msg00525.html

** Changed in: openobject-server
       Status: In Progress => Fix Released

** Changed in: openobject-server
    Milestone: 6.0.2 => 6.1

-- 
You received this bug notification because you are a member of C2C
OERPScenario, which is subscribed to the OpenERP Project Group.
https://bugs.launchpad.net/bugs/709567

Title:
  [trunk] many2one fields should be read as (id, name) also for
  osv_memory objects (saving name_get RPC calls)

Status in OpenERP Server:
  Fix Released

Bug description:
  Hello,

  I've a production case with 315 moves in a picking, when clicking on
  process, the wizard last for nearly a minute to appear depending on
  your network latency because it makes a name_get RPC call for each
  line instead of reading it by batch, see the following GTK RPC logs +
  full description here (I open a new bug as those are separated
  concerns): https://bugs.launchpad.net/openobject-addons/+bug/709559



References