Skip to Content
Menu
You need to be registered to interact with the community.
This question has been flagged
1 Odgovori
3754 Prikazi

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?

Avatar
Opusti
Best Answer

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

Avatar
Opusti
Related Posts Odgovori Prikazi Aktivnost
0
jul. 25
11153
3
maj 23
2202
2
maj 25
31293
1
sep. 18
10862
0
mar. 17
2788