[FIX] project_mrp: fixed with in which product attributes are added, probably due to product and template refactoring

This commit is contained in:
Thibault Delavallée 2014-06-17 17:12:21 +02:00
parent 8482632c9b
commit 50245476d1
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@
<record id="view_product_task_form" model="ir.ui.view">
<field name="name">product.form.view.inherit</field>
<field name="model">product.template</field>
<field name="inherit_id" ref="stock.view_template_property_form"/>
<field name="inherit_id" ref="product.product_template_form_view"/>
<field name="arch" type="xml">
<group name="procurement_uom" position="after">
<group string="Project Management Information" attrs="{'invisible': [('type', '!=', 'service')]}">