[IMP] stock: remove unwanted code

bzr revid: cha@tinyerp.com-20120821084722-9aml07fk8fs2lxd6
This commit is contained in:
Ajay Chauhan (OpenERP) 2012-08-21 14:17:22 +05:30
parent 25917cf9b1
commit b2af1abc5e
1 changed files with 2 additions and 2 deletions

View File

@ -165,8 +165,8 @@
<filter name="group_location" string="Location" icon="terp-go-home" context="{'group_by':'location_id'}"/>
<filter string="Status" icon="terp-stock_effects-object-colorize" context="{'group_by':'state'}"/>
<filter string="Date" icon="terp-go-today" context="{'group_by':'date'}"/>
<filter string="Month" icon="terp-go-month" context="{'group_by':'month'}" help="Order of Month"/>
<filter string="Year" icon="terp-go-year" context="{'group_by':'year'}" help="Order of Year"/>
<filter string="Month" icon="terp-go-month" context="{'group_by':'month'}"/>
<filter string="Year" icon="terp-go-year" context="{'group_by':'year'}"/>
</group>
</search>
</field>