Skip to Content
Meniu
Trebuie să fiți înregistrat pentru a interacționa cu comunitatea.
Această întrebare a fost marcată
1 Răspunde
8943 Vizualizări

I want to access data from foreign models via foreign-key from inside .xml-views.

Concrete example: account.invoice.tree

account.invoice model "knows" partner_id as foreign key. I also want to display res.partner.cust_id inside account.invoice.tree. From inside .rml reports, I can simply do o.partner_id.cust_id and the field desired is displayed without needing to inherit the appropriate python class. Can this be achieved like that from within .xml view files and if yes, how?

Imagine profil
Abandonează
Cel mai bun răspuns

A view can only display data from a single model.

You can create a new model, which combines information from two others, and is defined by a SQL statement.

See https://accounts.openerp.com/forum/Help-1/question/12350

Imagine profil
Abandonează
Autor

Thank you very much! I will try that. I had another idea: Inherit account.invoice model and add a function field for every additional field from foreign model I need. These fields could have store="False" property, as their values are already available and needn't be entered/stored. Would this approach work, too?

Related Posts Răspunsuri Vizualizări Activitate
1
apr. 22
18364
0
ian. 22
2833
3
dec. 23
6009
0
dec. 22
2844
0
iul. 20
4052