跳至內容
選單
此問題已被標幟
2 回覆
2107 瀏覽次數

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

相關帖文 回覆 瀏覽次數 活動
2
7月 25
286
1
11月 24
1843
2
4月 25
1001
3
1月 25
3327
1
4月 25
857