콘텐츠로 건너뛰기
메뉴
커뮤니티에 참여하려면 회원 가입을 하시기 바랍니다.
신고된 질문입니다
2 답글
2114 화면

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
289
1
11월 24
1845
2
4월 25
1009
3
1월 25
3332
1
4월 25
862