Skip to content
Snippets Groups Projects
Commit 6ff9015a authored by Christophe Simonis's avatar Christophe Simonis
Browse files

[FIX] crm: Leads analysis graph view

there is no longer any graph view with as type "pivot".

Manual forward-port of 74b4f5d2 which
has been forgotten in previous forward-port.
parent 088db589
Branches
Tags
No related merge requests found
......@@ -6,7 +6,7 @@
<field name="name">crm.activity.report.graph</field>
<field name="model">crm.activity.report</field>
<field name="arch" type="xml">
<graph string="Activities Analysis" type="pivot" stacked="True">
<graph string="Activities Analysis" stacked="True">
<field name="subtype_id" type="col"/>
<field name="date" interval="month" type="row"/>
</graph>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment