Skip to Content
Меню
Вам необхідно зареєструватися, щоб взаємодіяти зі спільнотою.
Це запитання позначене
1 Відповісти
5981 Переглядів

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

Related Posts Відповіді Переглядів Дія
1
бер. 15
5358
1
груд. 19
6923
0
бер. 16
5173
1
бер. 15
4919
2
трав. 24
3029