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

You can use One2many to get a reference to all the records that reference the record with a Many2one field. Is there a similar inverse field for the Reference field type?

Awatar
Odrzuć

can you elaborate a bit more?

Autor

I have a model with a fields.Reference that can refer to rows from 6 models. I want an inverse reference from some of those 6 models back to the original one.

Autor Najlepsza odpowiedź

 

Awatar
Odrzuć
Najlepsza odpowiedź

\

dear Tamás Dombos
yes you can do it.
 as example you have:
- model1 and model 2.
field_model2= many2one with model1
field_model1= one2many with model2 by field_model2
I hope I helped you.
Awatar
Odrzuć
Autor

The question concerned the fields.Reference that allows you to refer to rows of several models, not Many2one that only allows you to refer to rows of one model.

Powiązane posty Odpowiedzi Widoki Czynność
0
wrz 19
98
1
lip 17
4162
1
maj 16
4976
1
mar 16
5004
2
mar 16
7255