[IMP] report_intrastat : Removed all filters related to a date field and added the related date field in the search view.

bzr revid: mdi@tinyerp.com-20120529085051-3cj6wyz22v0q9zao
This commit is contained in:
Divyesh Makwana (Open ERP) 2012-05-29 14:20:51 +05:30
parent 1ec901aa81
commit 612ff6bfda
1 changed files with 0 additions and 3 deletions

View File

@ -98,9 +98,6 @@
<field name="arch" type="xml">
<search string="Intrastat Data">
<group>
<filter string="This Year" icon="terp-go-year" domain="[('name','=',time.localtime()[0])]"/>
<filter string="This Month" icon="terp-go-month" domain="[('month','=',time.localtime()[1])]"/>
<separator orientation="vertical"/>
<field name="name"/>
<field name="month"/>
<field name="code"/>