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

I am working with Odoo v12 and I need to hide the "import" button in a tree view but keeping the create button.

I have tried so far with . But the import button is still show.

How can I hide the import button?

アバター
破棄
最善の回答

Hi,

To block importing of records, You can just give import="0" or import="false" in the tree view xml code. 

Example:

<tree string="Sales details" import="0">


           ............


</tree>


Regards

アバター
破棄
関連投稿 返信 ビュー 活動
0
7月 25
11149
3
5月 23
2199
2
5月 25
31289
1
9月 18
10860
0
3月 17
2781