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

Can anyone say how can we hide Save As from the binary field during a CSV file import?? Is there any widget type to hide save as button?

아바타
취소
베스트 답변

For all xml tags there is the invisble attribute.

<button name="action" string="Click me!" invisible="1"/>

Inherit the view and add this attribute to the button.

 

Regards.

 

아바타
취소
작성자

No I did not mean this,suppose when we create a binary field in openerp, its default view will be a field which will access the file from our file system, there we will be having an option for Save As, that thing I need to hide.