I am trying to prevent the tree view from opening a popup when clicked.
The tree view is inside a form and "editable=bottom" does not work.
So I am trying to extend this with javascript:
I took this from here
// https://github.com/odoo/odoo/blob/fa58938b3e2477f0db22cc31d4f5e6b5024f478b/addons/web/static/src/legacy/js/views/list/list_renderer.js#L1430
The popup doesn't up anymore. But this seems to apply to all views.
I just want this to be applied to a specific form view in my module.
Thank you for any help