[FIX] ir.translation: search view should use the stored `src` colum, the `source` function is meant for edition only

bzr revid: odo@openerp.com-20140115121021-978u00gkshuabvtf
This commit is contained in:
Olivier Dony 2014-01-15 13:10:21 +01:00
parent 6109102e91
commit 1c129e4ca0
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@
domain="[('comments', 'like', 'openerp-web')]"/>
<field name="name" operator="="/>
<field name="lang"/>
<field name="source"/>
<field name="src"/>
<field name="value"/>
</search>
</field>