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

Hello, I'm a beginner in database and I'm customing my sale order report. I don't work with Python, only XML Qwebs.

I added a manytoone field "x_contact" in sale.order.form where I can choose one of my differents contacts,  then I wrote in report_invoice_document "<span t-field="doc.x_contact"/>.

I would like to insert a field in the report, which can bring me the contact phone, automatically.

My goal : display contact informations in the report, only by filling x_contact in the sale order form.


How can I write the <span t-field> ? Is it possible ?

Thank you

Avatar
Zrušit
Nejlepší odpověď

You can access phone from contact in qweb report by writing below line in your template.

<span t-field="doc.x_contact.phone"/>

Avatar
Zrušit
Autor Nejlepší odpověď

Thank you, I notice it's very intuitive, I understand how it works now. Will be useful for many requests ! :)

Avatar
Zrušit
Related Posts Odpovědi Zobrazení Aktivita
2
dub 23
8597
3
zář 20
4536
2
dub 20
6320
0
led 25
1256
0
srp 24
1730