[IMP] changes the xml description of the graphs to use the new graph view (and to make sure the result is as close as possible) (addon stock)

bzr revid: ged@openerp.com-20131224102950-kz77cndltvqinzmr
This commit is contained in:
Gery Debongnie 2013-12-24 11:29:50 +01:00
parent ae13bea0d8
commit 50f183d4ed
1 changed files with 4 additions and 4 deletions

View File

@ -43,8 +43,8 @@
<field name="model">report.stock.move</field>
<field name="arch" type="xml">
<graph string="Moves Analysis" type="bar">
<field name="product_id"/>
<field name="product_qty" operator="+"/>
<field name="product_id" type="row"/>
<field name="product_qty" type="measure"/>
</graph>
</field>
</record>
@ -128,8 +128,8 @@
<field name="model">report.stock.inventory</field>
<field name="arch" type="xml">
<graph string="Inventory Analysis" type="bar">
<field name="product_id"/>
<field name="product_qty"/>
<field name="product_id" type="row"/>
<field name="product_qty" type="measure"/>
</graph>
</field>
</record>