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

How shall I avoid search view for a particular model in OpenERP 7?

아바타
취소
베스트 답변

To avoid editing and deleting, one can put this into view xml:

<form string="Your string" edit="false" create="false" delete="false">

I am not sure it will work, but I would first try to do the same in views, just with

 search="false"
아바타
취소
작성자

That didn't work. I don't want search view for a particular model.