Skip to Content
Menu
Musisz się zarejestrować, aby móc wchodzić w interakcje z tą społecznością.
To pytanie dostało ostrzeżenie

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

Awatar
Odrzuć
Powiązane posty Odpowiedzi Widoki Czynność
1
paź 21
2125
0
paź 23
1363
1
cze 20
3579
3
lip 25
4103
0
maj 25
798