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?
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
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
|
12238 | |||
|
3
5월 23
|
3068 | |||
|
2
5월 25
|
32758 | |||
|
1
9월 18
|
11952 | |||
|
0
3월 17
|
3736 |
1. Use the live chat to ask your questions.
2. The operator answers within a few minutes.