İçereği Atla
Menü
Bu soru işaretlendi
2 Cevaplar
2136 Görünümler

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
Vazgeç
En İyi Yanıt

Hi

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

Thankyou

Avatar
Vazgeç
Üretici

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

İlgili Gönderiler Cevaplar Görünümler Aktivite
2
Tem 25
297
1
Kas 24
1860
2
Nis 25
1021
3
Oca 25
3347
1
Nis 25
895