Přejít na obsah
Menu
You need to be registered to interact with the community.
This question has been flagged
1781 Zobrazení

i have a model A

class ModelA(model.Model):

​_name="model.A"


​name = fields.Char()

​child_id =fields.Many2one('model.A')


and i have a record rule that allows users to see only their created records.

but for child_id field i need that user should be able to see all model.A records.

How is that possible in odoo 17

Avatar
Zrušit
Related Posts Odpovědi Zobrazení Aktivita
1
říj 21
2548
0
říj 23
1758
1
čvn 20
3948
1
zář 25
527
3
čvc 25
5004