Skip to Content
Menú
This question has been flagged
2 Respostes
1611 Vistes

In Odoo previous versions (v17 below), if you want to disable the form view from popping up in the list view (not one2many or many2many field), you will remove it from the View Mode of ir.actions.act_window. This is not the case in v18. How can I best prevent the display of form view when the user clicks a row on a list view in Odoo 18?

Avatar
Descartar
Best Answer

Hi

You can add editable="bottom" on list tag to restrict popup in list

Thankyou

Avatar
Descartar
Autor

Not sure if you tried it but putting editable="bottom" will make some fields editable in the list view. If you disable edit like the sample below, it will still pop-up the form when you click the row

<list editable="bottom" edit="0"/>

Related Posts Respostes Vistes Activitat
1
de nov. 24
1338
2
d’abr. 25
672
3
de gen. 25
2256
1
d’abr. 25
431
0
de nov. 24
782