Skip to Content
Menú
This question has been flagged
1 Respondre
3389 Vistes

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
Descartar
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
Descartar
Related Posts Respostes Vistes Activitat
0
de març 24
10756
3
de maig 23
1878
2
de maig 25
30821
1
de set. 18
10467
0
de març 17
2462