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
Create an account today to enjoy exclusive features and engage with our awesome community!
साइन अप करें| Related Posts | Replies | डेटा देखने का तरीका | ऐक्टिविटी | |
|---|---|---|---|---|
|
0
जुल॰ 25
|
13634 | |||
|
Highlight Records in Tree
Solved
|
3
मई 23
|
4167 | ||
|
2
मई 25
|
34211 | |||
|
1
सित॰ 18
|
13177 | |||
|
0
मार्च 17
|
4850 |
1. Use the live chat to ask your questions.
2. The operator answers within a few minutes.