コンテンツへスキップ
メニュー
この質問にフラグが付けられました
1 返信
6054 ビュー

Hello, 

Ho to filter partner customer and supplier in module Contact by user or group of users. using access rules. Like only of admin or manager can see the list of supplier (odoo13 enterprise)

アバター
破棄
最善の回答

Hi,

You can add a new record rule or adjust the existing record rules defined for the same model and set the correct domain.

To do it from the user interface, activate the developer mode and navigate to settings -> technical -> security -> record rules, filter the record rules of the res.partner model and see the existing rules.


You have to add a domain like this for the rule: [('customer_rank','>', 0)]

Thanks

アバター
破棄
著作者

Hello Niyas Raphy,

thank you, it's worked

関連投稿 返信 ビュー 活動
1
3月 15
5420
1
12月 19
7005
0
3月 16
5212
1
3月 15
4969
2
5月 24
3125