[FIX] fix needed after the previous merge with trunk: produce_delay field doesn't belong to product module anymore

bzr revid: qdp-launchpad@openerp.com-20140203184520-5p1j2y3sk1asu8hj
This commit is contained in:
Quentin (OpenERP) 2014-02-03 19:45:20 +01:00
parent 4416f74c98
commit bbe5811e56
2 changed files with 1 additions and 7 deletions

View File

@ -547,7 +547,7 @@
<group name="delay" string="Delays" attrs="{'invisible':[('type','=','service')]}">
<label for="produce_delay" />
<div attrs="{'invisible':[('type','=','service')]}">
<field name="produce_delay" class="oe_inline"/> days
<field name="produce_delay" class="oe_inline" style="vertical-align:baseline"/> days
</div>
</group>
</xpath>

View File

@ -868,12 +868,6 @@
<group name="general">
<field name="standard_price" attrs="{'readonly': [('is_only_child', '=', False)]}"/>
</group>
<group name="delay" string="Delays">
<label for="produce_delay"/>
<div>
<field name="produce_delay" class="oe_inline" style="vertical-align:baseline"/> days
</div>
</group>
<group name="procurement_uom" groups="product.group_uom" string="Purchase">
<field name="uom_po_id"/>
</group>