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

I am working with Odoo v12 and I need to hide the "import" button in a tree view but keeping the create button.

I have tried so far with . But the import button is still show.

How can I hide the import button?

아바타
취소
베스트 답변

Hi,

To block importing of records, You can just give import="0" or import="false" in the tree view xml code. 

Example:

<tree string="Sales details" import="0">


           ............


</tree>


Regards

아바타
취소
관련 게시물 답글 화면 활동
0
7월 25
11151
3
5월 23
2200
2
5월 25
31293
1
9월 18
10860
0
3월 17
2786