Bỏ qua để đến Nội dung
Menu
Câu hỏi này đã bị gắn cờ
3 Trả lời
1983 Lượt xem

I have many2one field with relation to res.partner

The current setting is to return partner  address after selecting partner and i have plan to add the phone number also. How can i do that?


The current code is :


....field name="x_partner" invisible="maintenance_team_id not in []" context="{'res_partner_search_mode': 'customer', 'show_address': 1}"/...

Ảnh đại diện
Huỷ bỏ
Câu trả lời hay nhất

Hi Rickey Raymond,

You can add new field mobile_number in sale order (using odoo studio or code through) and

Then then based on this field add Onchange method.

so when you select partner instead of that partner mobile_number auto fill.

 

Thanks.

Ảnh đại diện
Huỷ bỏ
Câu trả lời hay nhất

 HI  Ricky Raymond


You can add new field below of your many2one field and then 

You can achieve your result by two Ways.

  1. Onchange method 
  2. Related Field 


  • You can do this by Onchange method like below,

        First add new field mobile into your py file.



  • you can do this by Related field like below,




After this put this field into your xml file after your many2one field.



 I hope this is helpful to you.


 Thanks & Regards,

 Email: odoo@devintellecs.com

 Skype: devintelle




Ảnh đại diện
Huỷ bỏ
Tác giả Câu trả lời hay nhất

Thanks bro. It works.

Ảnh đại diện
Huỷ bỏ
Bài viết liên quan Trả lời Lượt xem Hoạt động
0
thg 6 24
2185
0
thg 6 24
3
0
thg 3 21
3383
1
thg 7 24
3246
0
thg 4 24
1728