Zum Inhalt springen
Menü
Sie müssen registriert sein, um mit der Community zu interagieren.
Diese Frage wurde gekennzeichnet
2 Antworten
2092 Ansichten

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
Verwerfen
Beste Antwort

Hi

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

Thankyou

Avatar
Verwerfen
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"/>

Verknüpfte Beiträge Antworten Ansichten Aktivität
2
Juli 25
279
1
Nov. 24
1836
2
Apr. 25
988
3
Jan. 25
3306
1
Apr. 25
840