[FIX] mrp installation (wrong xml reference)

bzr revid: qdp-launchpad@openerp.com-20140107125143-yhlxkos76s0u57ih
This commit is contained in:
Quentin (OpenERP) 2014-01-07 13:51:43 +01:00
parent 3230766493
commit 6da122d071
1 changed files with 8 additions and 0 deletions

View File

@ -551,6 +551,14 @@
</div>
</group>
</xpath>
</field>
</record>
<record id="view_mrp_product_form_inherited" model="ir.ui.view">
<field name="name">product.form.mrp.inherited</field>
<field name="model">product.product</field>
<field name="inherit_id" ref="stock.product_form_view_procurement_button"/>
<field name="arch" type="xml">
<xpath expr="//group[@name='lot']" position="inside">
<field name="track_production" groups="stock.group_production_lot" attrs="{'invisible': [('track_all', '=', True)]}"/>
</xpath>