Wednesday, April 14, 2021
1 change · master
Resolved issues and error corrections
The CRM Leads reporting list now uses the correct lead list view and lets users open individual lead records from it. This makes the list view behave consistently with graph, pivot, and dashboard views, reducing confusion when reviewing lead analysis.
Original PR description
PURPOSE
When we go to CRM -> Reporting -> Leads, It shows the analysis of leads. We
can open the form view of every leads from the different views wise 'Graph',
'Pivot' and 'Dashboard' except the 'List" view and its a bit odd. We should be able
to open form view from corresponding leads from the list view
Also Currently the view which is coming in the current 'List' view is not correct
and should be replaced by the same view which is rendered by action
'crm_lead_all_leads'
SPECIFICATIONS
1. Initially, we have to fix the correct list view to be rendered and that is
'crm_case_tree_view_leads' instead of 'crm_case_tree_view_oppor'
2. Next we have added the form view in addition to the list view in view_ids of
the corresponding action.
I addition to this, we have added a sequence for ensuring the order of the existing view
switchers.
LINKS
PR #17655
Task 2497936