コンテンツへスキップ
メニュー
この質問にフラグが付けられました
1 返信
3596 ビュー

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

アバター
破棄