Skip to Content
Menu
Dette spørgsmål er blevet anmeldt
2 Besvarelser
7181 Visninger

Hi all,


I'm trying to filter views based on the allowed companies for a user in a multicompany setup.

  • The python class has a field 'building_owner_id', which is a M2O to res.company

  • I want that a user only sees the records where 'building_owner_id' is in her/his list of allowed companies (so the field 'company_ids' from res.user).

Any suggestions?



Avatar
Kassér
Forfatter

Thank you Mohammed! The record rule works as expected.

Bedste svar

you can create a record rule for that class which compares the building_owner_id and current user's allowed companies.

use this domain for the record rule:

[('building_owner_id','in',[user.company_ids.ids])]


Avatar
Kassér
Related Posts Besvarelser Visninger Aktivitet
1
jan. 21
3158
5
sep. 20
12818
1
jun. 24
11987
1
mar. 15
5293
2
mar. 15
7497