[IMP] report_intrastat : Improved the Search View.

bzr revid: mdi@tinyerp.com-20120619055624-wdoyhvpj6780opr1
This commit is contained in:
Divyesh Makwana (Open ERP) 2012-06-19 11:26:24 +05:30
parent 2e3728db21
commit 682738f93c
1 changed files with 2 additions and 3 deletions

View File

@ -100,10 +100,9 @@
<field name="arch" type="xml">
<search string="Intrastat Data">
<group>
<field name="name"/>
<field name="month"/>
<field name="code"/>
<field name="name" filter_domain="['|', ('name','ilike',self), ('code','ilike',self)]" string="Intrastat Data"/>
<field name="intrastat_id"/>
<field name="month"/>
<field name="type"/>
</group>
</search>