lp:~openerp-dev/openobject-server/saas-3-bug_1291322-ptr
- Get this branch:
- bzr branch lp:~openerp-dev/openobject-server/saas-3-bug_1291322-ptr
Branch merges
Branch information
Recent revisions
- 5125. By Olivier Dony (Odoo)
-
[FIX] orm.search_read: drop active_test context flag during the read() step
The active_test flag is meant for search(),
but when passed to search_read() it was also
propagated to the read() call.
This has little consequence normally because
read() ignores this flag, but it can have
side-effects when reading x2m fields or
function fields. They are likely to call
search() somewhere downstream, still with
the propagated active_test flag, while
it should not be applied anymore.Ultimately dropping this flag could be
done by read() in all cases, but changing
search_read() is less likely to block
exotic cases where the flag was passed
on purpose. Moving it to read() could
be done as a later step. - 5124. By Martin Trigaux (OpenERP)
-
[FIX] ir_ui_view: remove undetermist order on search for views as the _order on the model is more specific (opw 607262)
This was problematic on some views where two views with the same priority could be chosen depending on the server, postgresql version and the age of the captain
- 5123. By Thibault Delavallée (OpenERP)
-
[FIX] service: wrapper: fixed context fetching. Indeed call_kw set its context
in kwargs of kwargs, leading to a kwargception. - 5122. By Denis Ledoux (OpenERP)
-
[MERGE] Forward-port of latest 7.0 bugfixes, up to rev. 5294 revid:<email address hidden>
- 5121. By Thibault Delavallée (OpenERP)
-
[MERGE] [FIX] res_partner: fixed bad display of address in form view in IE9.
- 5120. By Christophe Simonis (OpenERP)
-
[MERGE] forward port of branch 7.0 up to revid 5288 <email address hidden>
- 5118. By Antony Lesuisse (OpenERP)
-
[FIX] ir.ui.view missing time libraries in qweb rendering context
- 5117. By Martin Trigaux (OpenERP)
-
[MERGE] [IMP] mail sanitizer: do not remove comments in html body when cleaning (and do not remove too many content) (opw 605315)
- 5116. By Christophe Simonis (OpenERP)
-
[MERGE] forward port of branch 7.0 up to revid 5281 launchpad_
translations_ on_behalf_ of_openerp- 20140412094159- mhy3v2prb3ctx32 k
Branch metadata
- Branch format:
- Branch format 7
- Repository format:
- Bazaar repository format 2a (needs bzr 1.16 or later)
- Stacked on:
- lp:openobject-server