lp://staging/~openerp-dev/openobject-server/saas-4-readflat-order

Created by Olivier Dony (Odoo) and last modified
Get this branch:
bzr branch lp://staging/~openerp-dev/openobject-server/saas-4-readflat-order
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

5209. By Olivier Dony (Odoo)

[FIX] orm.read_flat: improved ORDER BY generation to use _generate_order_by()

- Properly uses fully qualified column names in the ORDER BY clause
- Supports inherited columns and smart orders (Many2One orders using destination order, not the FK value)

This solves several issues such as using `create_date` or other common fields as
ORDER fields, which could cause name collisions when two tables are involved
in a query due to `auto_join`ed relationships.
It will also allow using inherited columns in the _order or _parent_order
of a model, previously not supported.

5208. By Antony Lesuisse (OpenERP)

[FIX] free chs who was stuck in a 2010 spacetime continuum

5207. By Antony Lesuisse (OpenERP)

[FIX] tests race condition in phanthomjs tests
A deadlock occurs when
- phantomjs_test1 is executedd, enter_test_mode is activated
- console.log('ok') is issued, sigterm is sent to phantomjs_test1 process
- phantomjs_test1 is finished and leave_test_mode restores the registrymanager lock
- phantomjs_test1 process, just before dying, makes a last http request phantomjs_test1_last_request
- phantomjs_test1_last_request thread will wait for the registrymanager lock, when all tests will be completed
- phantomjs_test2 is run, enter_test_mode is activated
- phantomjs_test2 is reach its end and _wait_remaining_requests is called
- phantomjs_test2 _wait_remaining_requests hangs forever waiting for phantomjs_test1_last_request

5206. By Antony Lesuisse (OpenERP)

[FIX] http Internal Server Error when switching branches
When the source code doesnt match ir.models of the current session database,
openerp is unable to build a registry, we now clear the session instead of
issuing an http 500 error.

5205. By jke-openerp

[IMP] allow to pass an avatar_filter in calendar view. this field allow the user to customize the sidebar pictures with another picture that the event.

5204. By Martin Trigaux (OpenERP)

[IMP] base: add arch in searchable fields for model ir.ui.view (opw 607201)

5203. By Christophe Simonis (OpenERP)

[IMP] remove useless table/column creations in base.sql. Let the ORM do it job.
[FIX] force creation of workflow used columns.

5202. By sle-openerp

[FIX] QWeb contact widget: fixed double escaping: only the address part needs to be escaped as it is shown in a t-raw (other parts are shown in t-esc).

5201. By Denis Ledoux (OpenERP)

[FIX] http: set back the gen_session_id controller, because still used by openframework.js of web branch

Related to revision 5124 revid:<email address hidden>

5200. By Christophe Simonis (OpenERP)

[MERGE] forward port of branch saas-3 up to revid 5120 <email address hidden>

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

Subscribers