跳至內容
選單
此問題已被標幟
1 回覆
3605 瀏覽次數

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')​

頭像
捨棄