[FIX] Purchase : POL had a wrong tree view which is unused till now

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

bzr revid: jvo@tinyerp.com-20091003101523-udaqx36d3tkmx0f4
This commit is contained in:
Jay (Open ERP) 2009-10-03 15:45:23 +05:30
parent 585c8ab6bd
commit f04d6c24c9
1 changed files with 1 additions and 3 deletions

View File

@ -215,10 +215,8 @@
<field name="type">tree</field>
<field name="arch" type="xml">
<tree colors="red:date_planned&lt;=current_date" string="Purchase Order Lines">
<field name="order_id"/>
<field name="date_order"/>
<field name="name"/>
<field name="date_planned"/>
<field name="partner_id"/>
<field name="product_id"/>
<field name="product_qty"/>
<field name="product_uom"/>