تخطي للذهاب إلى المحتوى
القائمة
لقد تم الإبلاغ عن هذا السؤال
1 الرد
3604 أدوات العرض

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

الصورة الرمزية
إهمال