[IMP] stock:remove the widget=selection in Move_lines

bzr revid: sbh@tinyerp.com-20100917061448-bi1hsyeca6oj1x9c
This commit is contained in:
sbh (Open ERP) 2010-09-17 11:44:48 +05:30
parent e3f447b7d0
commit 05f36597af
1 changed files with 8 additions and 8 deletions

View File

@ -705,8 +705,8 @@
<group colspan="2" col="2">
<separator string="Locations" colspan="2" />
<field name="location_id" domain="[('usage','=','internal')]" widget="selection"/>
<field name="location_dest_id" domain="[('usage','=','internal')]" widget="selection"/>
<field name="location_id" domain="[('usage','=','internal')]" />
<field name="location_dest_id" domain="[('usage','=','internal')]" />
</group>
<group colspan="2" col="2">
@ -890,8 +890,8 @@
<group colspan="2" col="2">
<separator string="Locations" colspan="2" />
<field name="location_id" domain="[('usage','=','internal')]" widget="selection"/>
<field name="location_dest_id" domain="[('usage','&lt;&gt;','view')]" widget="selection"/>
<field name="location_id" domain="[('usage','=','internal')]" />
<field name="location_dest_id" domain="[('usage','&lt;&gt;','view')]" />
</group>
<group colspan="2" col="2">
@ -1106,8 +1106,8 @@
<group colspan="2" col="2">
<separator string="Locations" colspan="2" />
<field name="location_id" domain="[('usage','=','internal')]" widget="selection"/>
<field name="location_dest_id" domain="[('usage','&lt;&gt;','view')]" widget="selection"/>
<field name="location_id" domain="[('usage','=','internal')]" />
<field name="location_dest_id" domain="[('usage','&lt;&gt;','view')]" />
</group>
<group colspan="2" col="2">
@ -1317,8 +1317,8 @@
<group colspan="2" col="2">
<separator string="Locations" colspan="2" />
<field name="location_id" domain="[('usage','&lt;&gt;','view')]" widget="selection"/>
<field name="location_dest_id" domain="[('usage','=','internal')]" widget="selection"/>
<field name="location_id" domain="[('usage','&lt;&gt;','view')]" />
<field name="location_dest_id" domain="[('usage','=','internal')]" />
</group>
<group colspan="2" col="2">