Skip to Content
Menú
This question has been flagged
3 Respostes
7866 Vistes

hi, i m read this documentation. and found the related field so i want to understand actually how to use related field in country->state->city example.

Avatar
Descartar

you want to fetch country name from state->country?

Best Answer

I normally use related fields only if I need some value from a parent model (M2O) to use it a view. Like when using domain filters, making fields invisible/readonly, itd.. Else just use M2O fields. Even with related fields you need a M2O field to use it in relate. 

For your example I think you can't the way you want. The res_country_state model has the country_id, so you could get the country name from the res_country_state model and not the other way around. 

country_name = fields.Char(relate='country_id.name') 

Avatar
Descartar
Best Answer

You do not need to create related field you just use many2one field to access it.

Avatar
Descartar
Related Posts Respostes Vistes Activitat
1
de març 15
5427
0
de juny 15
3068
2
d’ag. 24
2307
2
de juny 19
2811
0
de març 24
3252