Skip to Content
เมนู
คุณต้องลงทะเบียนเพื่อโต้ตอบกับคอมมูนิตี้
คำถามนี้ถูกตั้งค่าสถานะ
1 ตอบกลับ
1934 มุมมอง

Hello all, 

Customer phone number not showig in sales order form... In sales order from customer model  Name, Addess and email is showing but no phone number...

Here is the Customer field code in Sales Order  



In Sales order  Customer field showing  Name, Address and Email...

Need to show Customer phone Number in Sales Order

อวตาร
ละทิ้ง
คำตอบที่ดีที่สุด

Hi Ahmar,

You can use related fields for this.

define new field in sale order form as below: 

class SaleOrder(models.Model):
_inherit = 'sale.order'
 
customer_phone = fields.Char(related='partner_id.phone', string="Phone")


And in your xml, inherit the sale order model and add the new field

if you want to display the customer_phone field under customer try this:


Thank you

อวตาร
ละทิ้ง
Related Posts ตอบกลับ มุมมอง กิจกรรม
0
เม.ย. 25
1405
1
มี.ค. 25
1614
1
มี.ค. 25
162
1
ธ.ค. 24
1376
0
ส.ค. 23
1352