lp:~openerp-dev/openobject-server/saas-3-bug-1293523-psa

Created by Paramjit Singh Sahota(OpenERP) and last modified
Get this branch:
bzr branch lp:~openerp-dev/openobject-server/saas-3-bug-1293523-psa
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

5093. By Paramjit Singh Sahota(OpenERP)

[FIX] [saas-3/trunk] IE9: Bad display of the address on a contact attached to a company

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

5084. By Olivier Dony (Odoo)

[FIX] ir.http.authenticate: avoid discarding sessions when authentication status is unknown

In some cases the authentication check can fail
for an unknown reason (e.g. connection pool is
temporarily full). This should not be treated
as an authentication failure, as the status is
really unknown. Let those exceptions bubble up
instead.

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