This has finally been fixed in trunk, after updating the addons to the new API:
server-trunk: revision 3369 [email protected] addons-trunk: after revision 4542 [email protected] 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 _______________________________________________ Mailing list: https://launchpad.net/~c2c-oerpscenario Post to : [email protected] Unsubscribe : https://launchpad.net/~c2c-oerpscenario More help : https://help.launchpad.net/ListHelp

