Ir al contenido
Menú
Se marcó esta pregunta
8 Respuestas
7585 Vistas

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

Avatar
Descartar
Mejor respuesta

Hi,

You can use import=false

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

Thank You..

Avatar
Descartar
Autor

Thanks for your Answer.But it is not working.

<tree import ="false">

Mejor respuesta

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
Descartar
Mejor respuesta

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

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

Avatar
Descartar
Mejor respuesta

Hii,

You will try this

<tree import="false">
</tree>
Avatar
Descartar
Autor

yes,I Tried this but still not working.

for me its working fine.!

Publicaciones relacionadas Respuestas Vistas Actividad
2
dic 22
14594
1
nov 21
4686
0
ene 21
2164
0
dic 23
2822
1
may 19
4205