[IMP] improves the membership reporting view by adding a measure to the pivot table (num paid) (addon membership)

bzr revid: ged@openerp.com-20140129144233-4flp69bq188kdy05
This commit is contained in:
Gery Debongnie 2014-01-29 15:42:33 +01:00
parent ddc1d840e7
commit 8dba681c69
1 changed files with 1 additions and 0 deletions

View File

@ -40,6 +40,7 @@
<graph string="Membership" type="pivot">
<field name="year" type="row" />
<field name="num_paid" type="measure"/>
<field name="tot_earned" type="measure"/>
</graph>
</field>
</record>