[FIX] Sale : Order Lines switches view from tree,form and view

lp bug: https://launchpad.net/bugs/430577 fixed

bzr revid: jvo@tinyerp.com-20090916145633-h0wic35v1p4bbe96
This commit is contained in:
Jay (Open ERP) 2009-09-16 20:26:33 +05:30
parent 4f50981946
commit 5f2ab89a72
1 changed files with 1 additions and 1 deletions

View File

@ -110,7 +110,7 @@
<field domain="[('type','=','sale')]" name="pricelist_id"/>
<field name="project_id" select="2" context="{'partner_id':partner_id, 'contact_id':partner_order_id, 'pricelist_id':pricelist_id, 'default_name':name}"/>
<newline/>
<field colspan="4" mode="tree,graph" name="order_line" nolabel="1" widget="one2many_list">
<field colspan="4" mode="tree,form,graph" name="order_line" nolabel="1" widget="one2many_list">
<form string="Sale Order Lines">
<notebook>
<page string="Order Line">