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

Hello, i have 2 views for same model, i want to remove create button from one of them, i tried to make 2 tree views and 2 form views, but didn't work
so for example i have a model and 2 menu items each menu item linked with action and each of the actions is linked with the model, so how can i remove create button from one of the views ?

thanks.

Аватар
Отменить
Автор Лучший ответ


<record id="tree_view_customer_linked1234" model="ir.actions.act_window.view">

<field eval="31" name="sequence"/>

<field name="view_mode">tree</field>

<field name="view_id" ref="tree_id"/>

<field name="act_window_id" ref="action_id"/>

</record>

Аватар
Отменить
Лучший ответ

I think having 2 different Tree Views, linked with 2 different split-Action will achieve what you are trying to do.


In one of Tree View, set an attribute as create=false.


P.S. In case you don't want to have an split-Action or separate menu, then in fields_view_get ORM method control the views which are being loaded. In that you probably with the help of a flag, you can decide which Tree View to be loaded i.e a Tree View with Create Access and another one without it.

 

Аватар
Отменить
Related Posts Ответы Просмотры Активность
4
апр. 24
62254
4
июн. 22
14977
0
мар. 21
2302
0
мая 18
3318
1
нояб. 17
5057