Skip to Content
Menu
This question has been flagged
1 Atsakyti
4354 Rodiniai

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?

Portretas
Atmesti
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

Portretas
Atmesti
Related Posts Replies Rodiniai Veikla
0
liep. 25
11713
3
geg. 23
2690
2
geg. 25
32074
1
rugs. 18
11479
0
kov. 17
3385