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

Hi, 

What is the usage of the tree view attribute  'import="false" already used in some tree view declaration, Im wondering if it can be used to hide the import Button in tree views

Ex from odoo view declaration.

<tree editable="top" string="Timesheet Activities" import="false">
아바타
취소
베스트 답변

Hi,

This attribute does not work by default.

I you want to use it, I think this module can Help you: 

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

With This, we can use "import" attribute  on your tree and kanban views like this: 

<tree import="false">....


아바타
취소
작성자

Thank your for this useful module.

That is not possible with odoo 12. when i add attributes: create = 'false' in tree view, both CREATE and IMPORT BUTTON is invisbile.

How can hide only IMPORT BUTTON. thanks guy

I'm not sure that you use the right version. For Odoo 12, please download version 12 of the module:

https://www.odoo.com/apps/modules/12.0/display_import_button/

관련 게시물 답글 화면 활동
2
5월 19
8352
2
6월 22
2607
3
11월 19
18133
2
7월 18
10065
0
7월 17
4262