python - What is the use of related fields in OpenERP? -
can explain me related fields. example -
- how used
- how can helped
- for kind of scenario should use fields.related
if can provide small example real use of fields.related appreciate it.
it lets pull field related table. can find more details in developer book, , 1 example @ order_partner_id field of sale_order_line class. in version 5.14, that's @ line 806 of addons/sale/sale.py.
i find want display field in list, it's on parent record instead of actual table i'm listing.
Comments
Post a Comment