lp:~openupgrade-committers/openupgrade-server/saas-3

Created by Stefan Rijnhart (Opener) and last modified
Get this branch:
bzr branch lp:~openupgrade-committers/openupgrade-server/saas-3
Members of OpenUpgrade Committers can upload to this branch. Log in for directions.

Branch merges

Related bugs

Related blueprints

Branch information

Owner:
OpenUpgrade Committers
Project:
OpenUpgrade Server
Status:
Development

Recent revisions

5094. By Christophe Simonis (OpenERP)

[FIX] ir.ui.view: correct `model_data_id` function field to return a value for every id passed as argument. Also correct recomputation triggers

5093. By Christophe Simonis (OpenERP)

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

5092. By Olivier Dony (Odoo)

[FIX] http dispatch: make sure transaction rollback happens in all cases when request handling raised (to be refactored)

Not doing so leads to cases where a transaction is committed
even after failing to validate a Python constraint.
This patch attempts to keep the rollback() logic next to the
corresponding commit(), and makes the rollback() more
explicit even if close() without commit() would also rollback
implicitly.

5091. By Xavier (Open ERP)

[REM] forced filetype on resize_image_*, fix incorrect size spec on big

5090. By Xavier (Open ERP)

[FIX] keep image type intact during resize

Unless specficially requested, the output image should have the same file type
as the input (JPEG -> JPEG, PNG -> PNG), everything should not be converted to
PNG by default.

5089. By Christophe Simonis (OpenERP)

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

5088. By Christophe Simonis (OpenERP)

[FIX] http: ensure to clean the request cursor before calling the route function.

The route function can be call more than once in case of database error,
breaking the request cursor. By rollbacking it, we force the creation of a new transaction.

5087. By Denis Ledoux (OpenERP)

[FIX] base: qweb display correct traceback on exception

5086. By Denis Ledoux (OpenERP)

[FIX] base: widget selection changed its behavior in saas-3

_search overwritten in res_company to allow user to change of company among its allowed companies is not usefull anymore, name_search is now the method to overwrite.
moreover, widget selection replaced by options no_create in user preferenes view, to allow typing in the many2one(for searching purpose) without having the option to create a new company or edit.

5085. By jke-openerp

[FIX] Remove default tz from context, to allow website (Public user) to use correct timeZone. Now, module from website using date as event will be displayed with the TimeZone of "Public User" by default

Branch metadata

Branch format:
Branch format 7
Repository format:
Bazaar repository format 2a (needs bzr 1.16 or later)
Stacked on:
lp:openupgrade-server
This branch contains Public information 
Everyone can see this information.