lp:~openerp-dev/openobject-server/7.0-orm-fix_groupby-acl

Created by Anaël Closson (openerp) and last modified
Get this branch:
bzr branch lp:~openerp-dev/openobject-server/7.0-orm-fix_groupby-acl
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

5239. By Anaël Closson (openerp)

[FIX] incorrect handling of orderbys when generator for the groupby field generates more than one orderby clause item

5238. By Launchpad Translations on behalf of openerp

Launchpad automatic translations update.

5237. By Martin Trigaux (OpenERP)

[MERGE] [FIX] orm: read_group doesn't take referenced fields or aggregated fields in account when sorting (opw 598942)

Sorting was done using a search on ids that where found in a custom SQL field,
only 1 record among aggregated records with same groupby value was used
when using search for ordering, resulting data ordered on
max(aggregated_data).field_value instead of sum(aggregated_data.field_value).

5236. By Launchpad Translations on behalf of openerp

Launchpad automatic translations update.

5235. By Martin Trigaux (OpenERP)

[MERGE] [FIX] databases list: allow to have entries with unicode char in the database list (opw 589765)

This does not allow to use a database with unicode to run openerp but does not fail (was getting an empty list of existing databases)

5234. By Martin Trigaux (OpenERP)

[MERGE] [FIX] property fields: in _fnct_write call, make sure the removal of older properties applies only to current company and not to any properties found by the user. (opw 592328)

This was problematic when the admin or a mutlicompany user in parent company set a value for a property field on any record shared through companies. The change would remove the property already set on child companies instead of only replacing the current value.

The test requires previous revision (rev-id <email address hidden>) of server to avoid commiting changes in _field_create call.

5233. By Martin Trigaux (OpenERP)

[MERGE] [FIX] remove useless cr.commit in fields creation

This is require to be able to create revertable tests adding new fields

5232. By Launchpad Translations on behalf of openerp

Launchpad automatic translations update.

5231. By Martin Trigaux (OpenERP)

[MERGE] [FIX] image tools: do not crop an image when resizing it, use reduce the size instead and add transparency background (opw 593992)

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