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

How to display the client's phone or mobile fields in the sale.order view ?
​i'm using odoo 11.
Thanks in advance.
形象
丢弃
最佳答案

Take related field on sale.order and add/display it on view.

mobile = fields.Char(related='partner_id.mobile')​
phone = fields.Char(related='partner_id.phone')​

形象
丢弃