Přejít na obsah
Menu
You need to be registered to interact with the community.
This question has been flagged
1 Odpovědět
4066 Zobrazení

Assumption: fields.related is needed to display the fields of two related tables in the same view.

one2many, many2one and many2many can be specified in Field Type in Settings>Technical>Database Structure>Models Create: Fields

Avatar
Zrušit
Nejlepší odpověď

Pulled from the documentation.  Here are the relevant part:

A special case of computed fields are related (proxy) fields, which provide the value of a sub-field on the current record. They are defined by setting the related parameter and like regular computed fields they can be stored:

nickname = fields.Char(related='user_id.partner_id.name', store=True)

Avatar
Zrušit
Related Posts Odpovědi Zobrazení Aktivita
1
čvc 23
2276
2
bře 15
9628
2
úno 25
1115
0
kvě 24
1451
1
srp 23
4416