تخطي للذهاب إلى المحتوى
القائمة
لقد تم الإبلاغ عن هذا السؤال
2 الردود
2110 أدوات العرض

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
يوليو 25
287
1
نوفمبر 24
1843
2
أبريل 25
1005
3
يناير 25
3328
1
أبريل 25
857