lp:~therp-nl/ocb-server/7.0-lp1179839-many2many_attributes_in_client

Created by Stefan Rijnhart (Opener) and last modified
Get this branch:
bzr branch lp:~therp-nl/ocb-server/7.0-lp1179839-many2many_attributes_in_client
Members of Therp can upload to this branch. Log in for directions.

Branch merges

Related bugs

Related blueprints

Branch information

Owner:
Therp
Project:
OpenERP Community Backports (Server)
Status:
Development

Recent revisions

5190. By Holger Brunn (Therp)

[FIX] Server side support for honoring edit/delete/create attributes on m2m in web

5189. By Holger Brunn (Therp)

[MRG] [FIX] return _auto_init's result

5188. By Samus CTO (OpenERP)

[FIX] Model.create: trigger stored field recalculation for implicit parent_id fields during create

The create() method implicitly creates parent records on objects of the _inherits.
Therefore, in order to make the trigger on the linked field works, we should
include all the _inherits values (fields that make the link to the parent
record) because they are created implicitly.
The write() method does not need this change, as any update of the parent
fields has to be explicit.

5187. By Launchpad Translations on behalf of openerp

Launchpad automatic translations update.

5186. By Launchpad Translations on behalf of openerp

Launchpad automatic translations update.

5185. By Denis Ledoux (OpenERP)

[FIX]ir_attachement: not self.pool.get(model) instead of model not in self.pool

5184. By Denis Ledoux (OpenERP)

[FIX] ir_attachement: search, if the model of the ir_attachement has been removed, the search ignore the attachement.

5183. By Martin Trigaux (OpenERP)

[MERGE] [FIX] orm: Ignore orm (4, *) operations on one2many if link already exists.

Web client returns (4, ) operations for unchanged line in one2many widgets.
This allows to skip orm write on object where potentially has no access (eg: timesheet line with another user). (opw 599494)

5182. By Martin Trigaux (OpenERP)

[IMP] orm: force checking ir.rules on read when accessing only to _classic_write fields (o2m, m2m, function)
More consistent behaviour. Was not able to access unauthorized data (retrieving data on x2m field would trigger security rules) but make sure it raises an exception instead of silently retrieve no data.
Move construct domain inside if clause as no needed before

5181. 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:ocb-server
This branch contains Public information 
Everyone can see this information.

Subscribers