Bugfix in graphs

bzr revid: fp@tinyerp.com-3cca4baa8ed640e88466b89f1086ca6071f28bdb
This commit is contained in:
Fabien Pinckaers 2007-06-11 06:13:46 +00:00
parent 4a8429a83b
commit 2ceb005cc0
1 changed files with 1 additions and 1 deletions

View File

@ -297,7 +297,7 @@
<field name="type">graph</field>
<field name="arch" type="xml">
<graph string="Sales Order Lines">
<field name="product_id" group="True"/>
<field name="product_id"/>
<field name="price_unit" operator="+"/>
</graph>
</field>