lp://qastaging/~openerp-dev/openobject-server/7.0-partner-name-search-limit-mat

Created by Martin Trigaux (OpenERP) and last modified
Get this branch:
bzr branch lp://qastaging/~openerp-dev/openobject-server/7.0-partner-name-search-limit-mat
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

5220. By Martin Trigaux (OpenERP)

[IMP] make sure the records will be in right order (and trigger chirurgiens-dentistes.fr for the second name_search)

5219. By Martin Trigaux (OpenERP)

[FIX] better test, add missing parentheses in query, return empty list in case of no idea (instead of triggering super)

5218. By Martin Trigaux (OpenERP)

[ref] move up!

5217. By Martin Trigaux (OpenERP)

[FIX] revert previous rev for better where and add test

5216. By Martin Trigaux (OpenERP)

[IMP] remove useless variable, where_clause at least '' as created from a str.join()

5215. By Martin Trigaux (OpenERP)

[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

5213. By Launchpad Translations on behalf of openerp

Launchpad automatic translations update.

5212. By Launchpad Translations on behalf of openerp

Launchpad automatic translations update.

5211. By Launchpad Translations on behalf of openerp

Launchpad automatic translations update.

Branch metadata

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

Subscribers