[FIX]cosmetic on product view

bzr revid: csn@openerp.com-20130903142657-bgtmaoaxd08cabuj
This commit is contained in:
Cedric Snauwaert 2013-09-03 16:26:57 +02:00
parent e296dbaa2d
commit e873c918f1
2 changed files with 3 additions and 3 deletions

View File

@ -1661,7 +1661,7 @@
<field name="loc_case"/>
</group>
</group>
<group name="Weights" position="after">
<group name="Weights" position="before">
<group name="store" groups="stock.group_locations" string="Counter-Part Locations Properties">
<field name="property_stock_procurement" attrs="{'readonly':[('type','=','service')]}" domain="[('usage','=','procurement')]"/>
<field name="property_stock_production" attrs="{'readonly':[('type','=','service')]}" domain="[('usage','=','production')]"/>

View File

@ -127,7 +127,7 @@
<field name="arch" type="xml">
<group name="inventory" position="after">
<group string="Routes">
<field name="route_ids" colspan="4" nolabel="1" />
<field name="route_ids" colspan="4" nolabel="1" widget="many2many_tags"/>
</group>
</group>
</field>
@ -142,7 +142,7 @@
<field name="arch" type="xml">
<xpath expr="//sheet" position="inside">
<group string="Strategy" colspan="4">
<field name="route_ids" colspan="4" nolabel="1" />
<field name="route_ids" colspan="4" nolabel="1" widget="many2many_tags"/>
</group>
</xpath>
</field>