跳至內容
選單
此問題已被標幟
2 回覆
3915 瀏覽次數

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.

 

頭像
捨棄
相關帖文 回覆 瀏覽次數 活動
4
4月 24
62254
4
6月 22
14977
0
3月 21
2302
0
5月 18
3318
1
11月 17
5057