Skip to Content
Menu
Musisz się zarejestrować, aby móc wchodzić w interakcje z tą społecznością.
To pytanie dostało ostrzeżenie
8 Odpowiedzi
7797 Widoki

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

Awatar
Odrzuć
Najlepsza odpowiedź

Hi,

You can use import=false

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

Thank You..

Awatar
Odrzuć
Autor

Thanks for your Answer.But it is not working.

<tree import ="false">

Najlepsza odpowiedź

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/

Awatar
Odrzuć
Najlepsza odpowiedź

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

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

Awatar
Odrzuć
Najlepsza odpowiedź

Hii,

You will try this

<tree import="false">
</tree>
Awatar
Odrzuć
Autor

yes,I Tried this but still not working.

for me its working fine.!

Powiązane posty Odpowiedzi Widoki Czynność
2
gru 22
14791
1
lis 21
4913
0
sty 21
2276
0
gru 23
2926
1
maj 19
4360