Se rendre au contenu
Menu
Cette question a été signalée
8 Réponses
7619 Vues

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

Avatar
Ignorer
Meilleure réponse

Hi,

You can use import=false

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

Thank You..

Avatar
Ignorer
Auteur

Thanks for your Answer.But it is not working.

<tree import ="false">

Meilleure réponse

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
Ignorer
Meilleure réponse

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

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

Avatar
Ignorer
Meilleure réponse

Hii,

You will try this

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

yes,I Tried this but still not working.

for me its working fine.!

Publications associées Réponses Vues Activité
2
déc. 22
14627
1
nov. 21
4727
0
janv. 21
2171
0
déc. 23
2829
1
mai 19
4218