[IMP]:seperator strings are added for BoM and Minimum Stock Rules

bzr revid: ssu@tinyerp.com-20120427121548-pi9af6cg2vmg4ie8
This commit is contained in:
Saurang Suthar (OpenERP) 2012-04-27 17:45:48 +05:30
parent 439ac26da6
commit a60e41d975
2 changed files with 2 additions and 0 deletions

View File

@ -983,6 +983,7 @@
<field name="arch" type="xml">
<group name="misc" position="after">
<group col="2" colspan="4">
<separator string="Bill of Materials" colspan="4"/>
<field name="bom_ids" nolabel="1" domain="[('bom_id','=',False)]">
</field>
</group>

View File

@ -275,6 +275,7 @@
<field name="arch" type="xml">
<group name="misc" position="after">
<group col="2" colspan="4" attrs="{'invisible':[('type', '=', 'service')]}">
<separator string="Minimum Stock Rules" colspan="4"/>
<field name="orderpoint_ids" context="{'default_product_uom': uom_id, 'default_product_id': active_id}" nolabel="1">
<tree string="Minimum Stock Rules" editable="bottom">
<field name="warehouse_id" on_change="onchange_warehouse_id(warehouse_id)" widget="selection"/>