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?
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
Buat akun sekarang untuk menikmati fitur eksklufi dan agar terlibat dengan komunitas kami!
Daftar| Post Terkait | Replies | Tampilan | Aktivitas | |
|---|---|---|---|---|
|
0
Jul 25
|
13424 | |||
|
Highlight Records in Tree
Diselesaikan
|
3
Mei 23
|
3890 | ||
|
How do you add a header in a tree view?
Diselesaikan
|
2
Mei 25
|
33961 | ||
|
1
Sep 18
|
12828 | |||
|
0
Mar 17
|
4545 |
1. Use the live chat to ask your questions.
2. The operator answers within a few minutes.