Přejít na obsah
Menu
You need to be registered to interact with the community.
This question has been flagged
1 Odpovědět
3784 Zobrazení

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
Zrušit
Nejlepší odpověď

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
Zrušit
Related Posts Odpovědi Zobrazení Aktivita
0
čvc 25
11174
3
kvě 23
2223
2
kvě 25
31321
1
zář 18
10883
0
bře 17
2805