lp://staging/~therp-nl/openobject-server/7.0-DBG-readonly_security_profile_on_stdout
- Get this branch:
- bzr branch lp://staging/~therp-nl/openobject-server/7.0-DBG-readonly_security_profile_on_stdout
Branch merges
Branch information
Recent revisions
- 5243. By Stefan Rijnhart (Opener)
-
[DBG] Craft readonly security profile while browsing database on stdout
- 5240. By Martin Trigaux (OpenERP)
-
[MERGE] [FIX] read_group: skip date(time) fields when generating the sql query, the monthly grouping is done afterward
- 5239. By Martin Trigaux (OpenERP)
-
[MERGE] [FIX] read_group: incorrect handling of orderbys when generator for the groupby field generates more than one orderby clause item
- 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). - 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.
Branch metadata
- Branch format:
- Branch format 7
- Repository format:
- Bazaar repository format 2a (needs bzr 1.16 or later)
- Stacked on:
- lp://staging/openobject-server