lp:~therp-nl/ocb-server/7.0_lp1260743_print_empty_lines

Created by Ronald Portier (Therp) and last modified
Get this branch:
bzr branch lp:~therp-nl/ocb-server/7.0_lp1260743_print_empty_lines
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:
Merged

Recent revisions

5192. By Ronald Portier (Therp)

[FIX] Fixes lp1260743: empty lines are not printed.
    Extra formatting improvement keeps this fix in line with proposed
    merge on standard openerp branch, to prevent conflict when/if merge
    on standard accepted.

5191. By Xavier ALT

[FIX] orm: early return within ``_apply_ir_rules`` for superuser.

  Save a few time by not not trying to apply ir.rule for superuser, that will
  anyway be skipped within ir.rule's ``_compute_domain`` method.

5190. By Xavier ALT

[FIX] orm: cleaner batch number of records for auto_init() stored fields.function update

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)

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