Passa al contenuto
Menu
È necessario essere registrati per interagire con la community.
La domanda è stata contrassegnata
2 Risposte
2083 Visualizzazioni

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
Abbandona
Risposta migliore

Hi

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

Thankyou

Avatar
Abbandona
Autore

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

Post correlati Risposte Visualizzazioni Attività
2
lug 25
275
1
nov 24
1823
2
apr 25
984
3
gen 25
3302
1
apr 25
831