Server Translation: Fixed the issue search on translated field do not return true...
authorMohammed Shekha <msh@openerp.com>
Tue, 24 Jun 2014 12:12:48 +0000 (17:42 +0530)
committerMohammed Shekha <msh@openerp.com>
Tue, 24 Jun 2014 12:12:48 +0000 (17:42 +0530)
commit0b593ada11f6222803949705c508a5616c3e6a3e
tree1b77b8d540875346f5ebb6634ab910ac2f41391d
parentf9ce9a00d08f28ab8c096df1e13661ff04f58c65
Server Translation: Fixed the issue search on translated field do not return true result, search on tranlsated field fails due to expression parsing which fetches ids from ir_translation as well as working table and UNION of this makes search fruitless, also search fails for in language other then english when you enter part of a string for the field to search.
openerp/osv/expression.py