[FIX] stock :- remove colspan=4 in field of tree view.

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

bzr revid: ysa@tinyerp.com-20111216103506-r3d9u0a10uxydbon
This commit is contained in:
Yogesh (OpenERP) 2011-12-16 16:05:06 +05:30
parent 2d1baf3dda
commit 0f2fe9a70f
1 changed files with 1 additions and 1 deletions

View File

@ -116,7 +116,7 @@
<page string="General Informations">
<field colspan="4" name="inventory_line_id" nolabel="1" widget="one2many_list">
<tree string="Products" editable="bottom">
<field colspan="4" domain="[('usage','=','internal')]" name="location_id"/>
<field domain="[('usage','=','internal')]" name="location_id"/>
<field context="{'location':location_id, 'uom':product_uom, 'to_date':parent.date}" name="product_id" on_change="on_change_product_id(location_id,product_id,product_uom,parent.date)" domain="[('type','&lt;&gt;','service')]"/>
<field name="product_qty"/>
<field name="product_uom"/>