Skip to Content
Menu
This question has been flagged
1 Reply
3653 Views

Hi,

Am currently dealing with a issue in the pivot view of Odoo 12, actually it may not be an issue! i cant click on the pivot entries on sales when i take that pivot report through Sales->Reporting->sales and at the same time the entries are clickable when i take the pivot view of sales directly ie, when switching the default tree view to the pivot view.How can i make the report entries in the pivot view clickable.

Regards

Avatar
Discard
Best Answer

Hi,

While checking the above 2 cases will have different behavior because the 2 cases deal with the different models.The first one  Sales->Reporting->sales deal with the model sale.report and its view is sale.view_order_product_pivot i case of switching the view to pivot the model is sale.order and its view is sale.view_sale_order_pivot.This is the reason of different behavior of pivot views.
For making the pivot view of sale report clickable remove disable_linking="True"  from its pivot view.You can remove it from Odoo itself by activating developer mode.

Hope It helps

Avatar
Discard