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

how to disable/hide the import  button for certain models in odoo 8?

아바타
취소
베스트 답변

Hi,

You can use import=false

i.e <tree import = false></tree>

Thank You..

아바타
취소
작성자

Thanks for your Answer.But it is not working.

<tree import ="false">

베스트 답변

Use this module to hide the import button. It will be available above v12 in default Odoo.

eg: <tree import="false">

https://apps.odoo.com/apps/modules/11.0/display_import_button/

아바타
취소
베스트 답변

you can try with create="false" in tree tag.  like <tree create="false">

import="false" doesn't work in Odoo V8.

아바타
취소
베스트 답변

Hii,

You will try this

<tree import="false">
</tree>
아바타
취소
작성자

yes,I Tried this but still not working.

for me its working fine.!

관련 게시물 답글 화면 활동
2
12월 22
14806
1
11월 21
4933
0
1월 21
2285
0
12월 23
2933
1
5월 19
4365