Pular para o conteúdo
Menu
Esta pergunta foi sinalizada
1765 Visualizações

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
Cancelar
Publicações relacionadas Respostas Visualizações Atividade
1
out. 21
2532
0
out. 23
1751
1
jun. 20
3921
1
set. 25
523
3
jul. 25
4983