Skip to Content
Meniu
Trebuie să fiți înregistrat pentru a interacționa cu comunitatea.
Această întrebare a fost marcată
8 Răspunsuri
7589 Vizualizări

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

Imagine profil
Abandonează
Cel mai bun răspuns

Hi,

You can use import=false

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

Thank You..

Imagine profil
Abandonează
Autor

Thanks for your Answer.But it is not working.

<tree import ="false">

Cel mai bun răspuns

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/

Imagine profil
Abandonează
Cel mai bun răspuns

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

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

Imagine profil
Abandonează
Cel mai bun răspuns

Hii,

You will try this

<tree import="false">
</tree>
Imagine profil
Abandonează
Autor

yes,I Tried this but still not working.

for me its working fine.!

Related Posts Răspunsuri Vizualizări Activitate
2
dec. 22
14600
1
nov. 21
4694
0
ian. 21
2167
0
dec. 23
2824
1
mai 19
4209