lp://staging/~openerp-dev/openobject-server/7.0-opw-603587-msh
- Get this branch:
- bzr branch lp://staging/~openerp-dev/openobject-server/7.0-opw-603587-msh
Branch merges
- Martin Trigaux (OpenERP) (community): Approve
- Olivier Dony (Odoo): Pending requested
- Naresh(OpenERP): Pending requested
-
Diff: 21 lines (+4/-0)1 file modifiedopenerp/addons/base/ir/ir_fields.py (+4/-0)
Related bugs
Bug #1093800: [Trunk/7.0] note cannot import records (error upon validation) | Medium | Fix Released |
Related blueprints
Branch information
Recent revisions
- 5220. By Mohammed Shekha(OpenERP)<email address hidden>
-
[FIX]Fixed the issue of html field import fails, because of no converter found for str to html.
- 5216. By Martin Trigaux (OpenERP)
-
[MERGE] [FIX] res_partner: name_search search in one pass
The original query did two passes (SQL query and orm search). This was a problem due to the limit parameter where the second query could reduce the number of results to a smaller number than the asked limit.
This code reproduces the orm _search behaviour to execute only one SQL query mixing both the ACL clauses and the complexe name_search without degrading the performances (removing the limit in the first query would have).
- 5214. By Martin Trigaux (OpenERP)
-
[MERGE] [FIX] expression: do not look at translation in parse when searching with empty string or false
This fixes traceback when applying filter 'is not set' on a translatable field
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