Siirry sisältöön
Menu
Sinun on rekisteröidyttävä, jotta voit olla vuorovaikutuksessa yhteisön kanssa.
Tämä kysymys on merkitty
2 Vastaukset
2168 Näkymät

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
Hylkää
Paras vastaus

Hi

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

Thankyou

Avatar
Hylkää
Tekijä

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

Aiheeseen liittyviä artikkeleita Vastaukset Näkymät Toimenpide
2
heinäk. 25
336
1
marrask. 24
1891
2
huhtik. 25
1031
3
tammik. 25
3417
1
huhtik. 25
918