[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 membership)

bzr revid: ged@openerp.com-20131224102846-ul5tyji72ai5sesb
This commit is contained in:
Gery Debongnie 2013-12-24 11:28:46 +01:00
parent 2793a41cd4
commit b569c6de23
1 changed files with 2 additions and 4 deletions

View File

@ -64,10 +64,8 @@
<field name="model">report.membership</field>
<field name="arch" type="xml">
<graph string="Membership" type="bar">
<field name="year" />
<field name="num_waiting" operator="+"/>
<field name="num_invoiced" operator="+"/>
<field name="num_paid" operator="+"/>
<field name="year" type="row" />
<field name="num_paid" type="measure"/>
</graph>
</field>
</record>