[IMP]mrp: fix the form tag issue

bzr revid: mma@tinyerp.com-20120615090522-8twzo6vov7ew3gfx
This commit is contained in:
Mayur Maheshwari (OpenERP) 2012-06-15 14:35:22 +05:30
parent be7b44cbd1
commit 07021533c5
2 changed files with 2 additions and 2 deletions

View File

@ -933,7 +933,7 @@
<group name="misc" position="after">
<separator string="Bill of Materials" colspan="4"/>
<field name="bom_ids" nolabel="1" colspan="4" context="{'default_product_id': active_id}" widget="one2many_list"
mode="tree,form">
mode="tree">
<tree string="Bill of Materials">
<field name="name" string="Component Name"/>
<field name="bom_id"/>

View File

@ -282,7 +282,7 @@
<group colspan="4" attrs="{'invisible':[('type','=','service')]}" groups="stock.group_stock_manager">
<separator string="Minimum Stock Rules" colspan="4"/>
<field colspan="4" name="orderpoint_ids" nolabel="1" context="{'default_product_id': active_id}" widget="one2many_list"
mode="tree,form">
mode="tree">
<tree string="Reordering Rules">
<field name="name"/>
<field name="warehouse_id"/>