[REF] bom: Redefine the form view of the boms in the form view of the product object

bzr revid: stw@openerp.com-20120808134944-oc45kzo4q5ktbmxy
This commit is contained in:
Stephane Wirtel 2012-08-08 15:49:44 +02:00
parent 06ab44a44d
commit 6fffe4ba64
1 changed files with 8 additions and 0 deletions

View File

@ -1025,6 +1025,14 @@
<field name="date_start"/>
<field name="date_stop"/>
</tree>
<form string="Bill of Material">
<field name="name" string="Component Name"/>
<field name="bom_id"/>
<field name="product_qty" string="Quantity of Product"/>
<field name="type"/>
<field name="date_start"/>
<field name="date_stop"/>
</form>
</field>
</page>
</field>