Overslaan naar inhoud
Menu
Je moet geregistreerd zijn om te kunnen communiceren met de community.
Deze vraag is gerapporteerd
8 Antwoorden
7649 Weergaven

how to disable/hide the import  button for certain models in odoo 8?

Avatar
Annuleer
Beste antwoord

Hi,

You can use import=false

i.e <tree import = false></tree>

Thank You..

Avatar
Annuleer
Auteur

Thanks for your Answer.But it is not working.

<tree import ="false">

Beste antwoord

Use this module to hide the import button. It will be available above v12 in default Odoo.

eg: <tree import="false">

https://apps.odoo.com/apps/modules/11.0/display_import_button/

Avatar
Annuleer
Beste antwoord

you can try with create="false" in tree tag.  like <tree create="false">

import="false" doesn't work in Odoo V8.

Avatar
Annuleer
Beste antwoord

Hii,

You will try this

<tree import="false">
</tree>
Avatar
Annuleer
Auteur

yes,I Tried this but still not working.

for me its working fine.!

Gerelateerde posts Antwoorden Weergaven Activiteit
2
dec. 22
14648
1
nov. 21
4748
0
jan. 21
2190
0
dec. 23
2844
1
mei 19
4240