How to disable opening records from Odoo pivot table -


in odoo pivot view, when clicking on value in table, opens correspondig record(s) in tree view. possible disable reaching records view. if so, how proceed?
thank you.

i found answer question. in xml view file

<pivot string="report" disable_linking="true">


Comments

Popular posts from this blog

sql - can we replace full join with union of left and right join? why not? -

javascript - Parallax scrolling and fixed footer code causing width issues -

iOS: Performance of reloading UIImage(name:...) -