跳至內容
選單
此問題已被標幟
1284 瀏覽次數
    I have this action. This action let all the users to see all sale orders

Sales Orders ir.actions.act_window sale.order form tree,form,calendar,graph { 'search_default_my_sale_orders_filter': 1}/
[('state', 'not in', ('draft', 'sent', 'cancel'))]
Now, I want to add some users to a group called group_restrictions, in order to show the users of this groups the sale orders with user_id = capital. I tried something like this but it's not working, it's still showing me all users. Could you help me?

Sales Orders Inherit ir.actions.act_window sale.order [('state', 'not in', ('draft', 'sent', 'capital')),('user_id','=','mendoza')]
頭像
捨棄
相關帖文 回覆 瀏覽次數 活動
3
4月 15
6279
0
5月 25
48
0
4月 25
115
0
4月 25
3
0
4月 25
3