Skip to Content
मेन्यू
This question has been flagged

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
Discard
Related Posts Replies Views Activity
1
अक्तू॰ 21
2125
0
अक्तू॰ 23
1365
1
जून 20
3580
3
जुल॰ 25
4107
0
मई 25
799