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

bzr revid: mdi@tinyerp.com-20120522064417-pljax1jh0v6nlc42
This commit is contained in:
Divyesh Makwana (Open ERP) 2012-05-22 12:14:17 +05:30
parent 8d5296adfa
commit 8944ae0da8
1 changed files with 0 additions and 3 deletions

View File

@ -43,9 +43,6 @@
<search string="All users files">
<group>
<separator orientation="vertical"/>
<filter icon="terp-go-year" string="This Year" domain="[('name','=',time.localtime()[0])]" help="All Months Files"/>
<filter icon="terp-go-month" string="This Month" domain="[('month','=',time.localtime()[1])]" help="This Months Files"/>
<separator orientation="vertical"/>
<field name="name"/>
<field name="month"/>
<field name="user"/>