Перейти к содержимому
Меню
Чтобы взаимодействовать с сообществом, необходимо зарегистрироваться.
Этот вопрос был отмечен
1 Ответить
3704 Представления

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

Аватар
Отменить
Related Posts Ответы Просмотры Активность
0
июл. 25
11082
3
мая 23
2137
2
мая 25
31249
1
сент. 18
10816
0
мар. 17
2706