Passa al contenuto
Menu
È necessario essere registrati per interagire con la community.
La domanda è stata contrassegnata
1 Rispondi
2799 Visualizzazioni

I'm trying to hide records from users in the Documents/User group. I want to accomplish this by creating a custom boolean field and denying read access when this field is set to True. Unfortunately I've been unable to get it to work.

I'm sure that the problem lies with the domain.

[('x_is_protected', '=', True)] -> Apply for read: False

I recreated my problem using Odoo Studio, here. https://imgur.com/a/WxMX6hW


Any tips on using record rules the right way?

Avatar
Abbandona
Risposta migliore

I think your logic is the wrong way round.  The Record Rule should be:

[('x_is_protected', '=', False)] -> Apply for read 

So users in that group only have access to records that aren't protected.

Avatar
Abbandona
Autore

That does fix the issue, thank you!

I don't understand why it must be this way though, the logic seems equivalent.

Post correlati Risposte Visualizzazioni Attività
1
mag 20
5637
4
feb 24
6905
3
mar 24
3171
2
gen 24
3285
0
gen 24
1573