Hi,
I have created a custom field under "res.partner" model and I want to save this field by xmlrpc protocol using a php script.
How can I change the "write" method inside res_partner.py in order to save this new field?
thanks
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
Hi,
I have created a custom field under "res.partner" model and I want to save this field by xmlrpc protocol using a php script.
How can I change the "write" method inside res_partner.py in order to save this new field?
thanks
You Can Override the write function in the res.partner to avoid the default write method conflict , check condition in the override function with new field .
สร้างบัญชีวันนี้เพื่อเพลิดเพลินไปกับฟีเจอร์พิเศษและมีส่วนร่วมกับคอมมูนิตี้ที่ยอดเยี่ยมของเรา!
ลงชื่อ| Related Posts | ตอบกลับ | มุมมอง | กิจกรรม | |
|---|---|---|---|---|
|
3
ก.ค. 25
|
4203 | |||
|
1
ต.ค. 24
|
3066 | |||
|
1
เม.ย. 24
|
3128 | |||
|
0
ก.ย. 23
|
2437 | |||
|
1
มิ.ย. 23
|
2911 |
1. Use the live chat to ask your questions.
2. The operator answers within a few minutes.
Hi @Alessandro have found any solution for this question, if yes then provide me bcuz i also looking for that, thnks