[IMP]Improve search view in membership module

bzr revid: tch@tinyerp.com-20120723065428-ndr2wtjp29o4o2k4
This commit is contained in:
Twinkle Christian (OpenERP) 2012-07-23 12:24:28 +05:30
parent 04dad22dcf
commit 7cf71677a9
1 changed files with 2 additions and 2 deletions

View File

@ -9,8 +9,8 @@
<field name="inherit_id" ref="product.product_search_form_view"/>
<field name="arch" type="xml">
<field name="pricelist_id" position="before">
<field name="location_id" widget="selection" context="{'location': self}"/>
<field name="warehouse_id" widget="selection" context="{'warehouse': self}"/>
<field name="location_id" context="{'location': self}"/>
<field name="warehouse_id" context="{'warehouse': self}"/>
</field>
</field>
</record>