lp:~openerp-dev/openobject-server/trunk-fix-osvmem-read

Created by Olivier Dony (Odoo) and last modified
Get this branch:
bzr branch lp:~openerp-dev/openobject-server/trunk-fix-osvmem-read
Members of OpenERP R&D Team can upload to this branch. Log in for directions.

Branch merges

Related bugs

Related blueprints

Branch information

Owner:
OpenERP R&D Team
Project:
Odoo Server (MOVED TO GITHUB)
Status:
Merged

Recent revisions

3340. By Olivier Dony (Odoo)

[FIX] many2one: return (id,name) instead of only id also for osv_memory

By doing this small change we save clients the trouble of explicitly having to call
name_get() for each m2o field in osv_memory objects, which they cannot trivially batch
and represents a large dealy for wizards with possibly large numbers of child o2m records.
An example is the linked bug, where partial picking of several hundred move lines would
lead to as many separate name_get RPC calls, causing a noticeable delay.

3339. By Olivier Dony (Odoo)

[REVERT] fields: revert previous fix, until tests and addons are checked for compatibility

3338. By Olivier Dony (Odoo)

[FIX] many2one: return (id,name) instead of only id also for osv_memory

By doing this small change we save clients the trouble of explicitly having to call
name_get() for each m2o field in osv_memory objects, which they cannot trivially batch
and represents a large dealy for wizards with possibly large numbers of child o2m records.
An example is the linked bug, where partial picking of several hundred move lines would
lead to as many separate name_get RPC calls, causing a noticeable delay.

3337. By Jay Vora (Serpent Consulting Services)

[FIX] Export : _rec_name should be used instead of hardcoded name for relational records (Ref: SaaS Maintenance case 3921)

3336. By Olivier Dony (Odoo)

[FIX] debian: updated changelog and corrected pg dependency

3335. By Launchpad Translations on behalf of openerp

Launchpad automatic translations update.

3334. By Launchpad Translations on behalf of openerp

Launchpad automatic translations update.

3333. By Launchpad Translations on behalf of openerp

Launchpad automatic translations update.

3332. By Olivier Dony (Odoo)

[FIX] orm: incorrect braces when processing default values for o2m/m2m

3331. By Launchpad Translations on behalf of openerp

Launchpad automatic translations update.

Branch metadata

Branch format:
Branch format 7
Repository format:
Bazaar repository format 2a (needs bzr 1.16 or later)
Stacked on:
lp:openobject-server
This branch contains Public information 
Everyone can see this information.

Subscribers