跳至内容
菜单
此问题已终结
2 回复
4683 查看

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

形象
丢弃
最佳答案

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

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

形象
丢弃
编写者 最佳答案

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

形象
丢弃
相关帖文 回复 查看 活动
2
4月 23
9195
3
9月 20
5025
2
4月 20
6935
0
1月 25
1738
0
8月 24
2194