Skip to Content
เมนู
คุณต้องลงทะเบียนเพื่อโต้ตอบกับคอมมูนิตี้
คำถามนี้ถูกตั้งค่าสถานะ
2 ตอบกลับ
2104 มุมมอง

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?

อวตาร
ละทิ้ง
คำตอบที่ดีที่สุด

Hi

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

Thankyou

อวตาร
ละทิ้ง
ผู้เขียน

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 ตอบกลับ มุมมอง กิจกรรม
2
ก.ค. 25
284
Location capacity by volume แก้ไขแล้ว
1
พ.ย. 24
1843
2
เม.ย. 25
996
3
ม.ค. 25
3322
1
เม.ย. 25
853