Skip to Content
Menú
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
Descartar
Related Posts Respostes Vistes Activitat
1
d’oct. 21
2269
0
d’oct. 23
1504
1
de juny 20
3693
0
d’ag. 25
286
3
de jul. 25
4454