Passa al contenuto
Menu
È necessario essere registrati per interagire con la community.
La domanda è stata contrassegnata
8 Risposte
7648 Visualizzazioni

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

Avatar
Abbandona
Risposta migliore

Hi,

You can use import=false

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

Thank You..

Avatar
Abbandona
Autore

Thanks for your Answer.But it is not working.

<tree import ="false">

Risposta migliore

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
Abbandona
Risposta migliore

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

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

Avatar
Abbandona
Risposta migliore

Hii,

You will try this

<tree import="false">
</tree>
Avatar
Abbandona
Autore

yes,I Tried this but still not working.

for me its working fine.!

Post correlati Risposte Visualizzazioni Attività
2
dic 22
14646
1
nov 21
4748
0
gen 21
2190
0
dic 23
2844
1
mag 19
4240