コンテンツへスキップ
メニュー
この質問にフラグが付けられました
1513 ビュー

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

アバター
破棄
関連投稿 返信 ビュー 活動
1
10月 21
2206
0
10月 23
1405
1
6月 20
3650
3
7月 25
4236
0
5月 25
852