コンテンツへスキップ
メニュー
この質問にフラグが付けられました
8 返信
7784 ビュー

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.!

関連投稿 返信 ビュー 活動
2
12月 22
14787
1
11月 21
4907
0
1月 21
2272
0
12月 23
2923
1
5月 19
4354