Skip to Content
Menu
This question has been flagged
1429 Zobrazenia

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šiť
Related Posts Replies Zobrazenia Aktivita
1
okt 21
2123
0
okt 23
1360
1
jún 20
3577
3
júl 25
4080
0
máj 25
791