[IMP]stock : Remove Forcefully added widget= o2m_list

bzr revid: dbr@tinyerp.com-20120625105632-s91qpv0v3qs4if5b
This commit is contained in:
DBR (OpenERP) 2012-06-25 16:26:32 +05:30
parent df0a9899c9
commit 15424766b9
1 changed files with 2 additions and 8 deletions

View File

@ -16,14 +16,8 @@
<field name="company_id" widget= "selection" on_change="onchange_company(company_id)" groups="base.group_multi_company"/>
<field name="warehouse_id" domain = "[('company_id','=',company_id)] "/>
<field name="forecasted_products"/>
</group>
<newline/>
<group string="Period">
<field name="period_id" widget="one2many_list" nolabel="1"/>
</group>
<newline/>
<group string="Product category">
<field name="product_categ_id" attrs="{'required':[('forecasted_products','=',0)]}" widget="one2many_list" nolabel="1"/>
<field name="period_id"/>
<field name="product_categ_id" attrs="{'required':[('forecasted_products','=',0)]}"/>
</group>
</sheet>
</form>