跳至内容
菜单
此问题已终结
8 回复
7635 查看

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
14634
1
11月 21
4738
0
1月 21
2184
0
12月 23
2834
1
5月 19
4225