[FIX] account: open Monthly Turnover partner in graph mode

Tree view gives no information
Fixes #4195
This commit is contained in:
Paulius Sladkevičius 2014-12-12 15:30:00 +11:00 committed by Martin Trigaux
parent 723f532e57
commit 2e083e88d8
1 changed files with 2 additions and 1 deletions

View File

@ -103,7 +103,8 @@
groups="group_account_manager"
context="{'search_default_partner_id':[active_id], 'search_default_month':1,'search_default_user':1,'group_by_no_leaf':1,'group_by':[]}"
res_model="account.invoice.report"
src_model="res.partner"/>
src_model="res.partner"
view_mode="graph"/>
</data>
</openerp>