Skip to Content
Menu
Dette spørgsmål er blevet anmeldt
2015 Visninger

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
Kassér
Related Posts Besvarelser Visninger Aktivitet
1
okt. 21
2765
0
okt. 23
2018
1
jun. 20
4162
1
sep. 25
764
3
jul. 25
5577