Skip to content
Snippets Groups Projects
Commit 31b92913 authored by niyasraphy's avatar niyasraphy Committed by Thibault Delavallée
Browse files

[FIX] website_crm_partner_assign: prevent opening partnership analysis tree/form views


on clicking the graph view of the Partnership Analysis, currently the tree
view and form view is opened. actually the tree and form view for this model
are not defined in the code and thus the end user get the tree view with only
ID field in it.

As those view have no sense, prevent from jumping on those.

closes odoo/odoo#116999

X-original-commit: 82a99006
Signed-off-by: default avatarThibault Delavallee (tde) <tde@openerp.com>
parent f6bffc09
No related branches found
No related tags found
No related merge requests found
......@@ -34,7 +34,7 @@
<field name="name">crm.partner.assign.report.graph</field>
<field name="model">crm.partner.report.assign</field>
<field name="arch" type="xml">
<graph string="Opportunities Assignment Analysis" sample="1">
<graph string="Opportunities Assignment Analysis" sample="1" disable_linking="1">
<field name="grade_id"/>
<field name="nbr_opportunities" type="measure"/>
<field name="turnover" type="measure"/>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment