Перейти к содержимому
Меню
Чтобы взаимодействовать с сообществом, необходимо зарегистрироваться.
Этот вопрос был отмечен
8 Ответы
7799 Представления

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

Аватар
Отменить
Лучший ответ

Hi,

You can use import=false

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

Thank You..

Аватар
Отменить
Автор

Thanks for your Answer.But it is not working.

<tree import ="false">

Лучший ответ

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/

Аватар
Отменить
Лучший ответ

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

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

Аватар
Отменить
Лучший ответ

Hii,

You will try this

<tree import="false">
</tree>
Аватар
Отменить
Автор

yes,I Tried this but still not working.

for me its working fine.!

Related Posts Ответы Просмотры Активность
2
дек. 22
14791
1
нояб. 21
4914
0
янв. 21
2276
0
дек. 23
2927
1
мая 19
4360