[FIX] field 'product_id' was missing . It's needed because a view in module

account_tax_include inherits from the same view and tries to replace the
'product_id' field

bzr revid: olt@tinyerp.com-20090520105857-484mypwdvkbzd886
This commit is contained in:
Olivier Laurent 2009-05-20 12:58:57 +02:00
parent 0dbc6a1dbc
commit 216e7fc3b7
1 changed files with 1 additions and 0 deletions

View File

@ -198,6 +198,7 @@
<tree colors="red:date_planned&lt;=current_date" string="Purchase Order Line">
<field name="date_planned"/>
<field name="name"/>
<field name="product_id"/>
<field name="product_qty"/>
<field name="product_uom"/>
<field name="price_unit"/>