lp:~openerp-dev/openobject-server/6.0-osv-mem-v610

Created by Olivier Dony (Odoo) and last modified
Get this branch:
bzr branch lp:~openerp-dev/openobject-server/6.0-osv-mem-v610
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:
Development

Recent revisions

3332. By Olivier Dony (Odoo)

[IMP] osv: added osv_memory_v610 variation for osv_memory, emulating osv_memory behavior from v6.1

The new osv.osv_memory_v610 class can be inherited instead of osv.osv_memory
in order to enable this on any wizard-like object. The main impact so far
is that m2o values returned by read() will have the form (id, name) instead
of just id, saving clients the trouble of doing an additional name_get() RPC
call. This could provide a small performance boost in deployments where the
client-server link has a high latency, and wizards with lots of m2o values
are frequently opened.

3331. By Olivier Dony (Odoo)

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

3330. 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.

3329. 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)

3328. By Launchpad Translations on behalf of openerp

Launchpad automatic translations update.

3327. By Olivier Dony (Odoo)

[FIX] debian: updated changelog and corrected pg dependency

3326. By Launchpad Translations on behalf of openerp

Launchpad automatic translations update.

3325. By Olivier Dony (Odoo)

[FIX] orm: incorrect braces when processing default values for o2m/m2m (backport from trunk)

3324. By Launchpad Translations on behalf of openerp

Launchpad automatic translations update.

3323. By Olivier Dony (Odoo)

[FIX] ir_attachment: typo introduced in previous fix (3319) (backport of trunk)

Original revision: 3319 - <email address hidden>
The consequence is that access rights on attachments would be incorrectly checked, using the
intersection of the attachment IDs and the resource IDs.

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