[IMP] solve error of graph view

bzr revid: fka@tinyerp.com-20121018113444-y2meq3jv060rypjw
This commit is contained in:
Foram Katharotiya (OpenERP) 2012-10-18 17:04:44 +05:30
parent 519c621acb
commit 7abde8ad1c
1 changed files with 1 additions and 1 deletions

View File

@ -42,7 +42,7 @@
<field name="arch" type="xml">
<graph string="Invoices Analysis" type="bar">
<field name="product_id"/>
<field name="user_currency_price_total"/>
<field name="price_total"/>
</graph>
</field>
</record>