Se rendre au contenu
Menu
Cette question a été signalée

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
Ignorer
Publications associées Réponses Vues Activité
1
oct. 21
2091
0
oct. 23
1315
1
juin 20
3553
3
juil. 25
3912
0
mai 25
749