Pular para o conteúdo
Menu
Esta pergunta foi sinalizada
8 Respostas
7788 Visualizações

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

Avatar
Cancelar
Melhor resposta

Hi,

You can use import=false

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

Thank You..

Avatar
Cancelar
Autor

Thanks for your Answer.But it is not working.

<tree import ="false">

Melhor resposta

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
Cancelar
Melhor resposta

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

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

Avatar
Cancelar
Melhor resposta

Hii,

You will try this

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

yes,I Tried this but still not working.

for me its working fine.!

Publicações relacionadas Respostas Visualizações Atividade
2
dez. 22
14791
1
nov. 21
4913
0
jan. 21
2276
0
dez. 23
2926
1
mai. 19
4360