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 .
Erstellen Sie heute ein Konto, um exklusive Funktionen zu nutzen und mit unserer tollen Community zu interagieren!
Registrieren| Verknüpfte Beiträge | Antworten | Ansichten | Aktivität | |
|---|---|---|---|---|
|
|
3
Juli 25
|
3891 | ||
|
|
1
Okt. 24
|
2859 | ||
|
|
1
Apr. 24
|
2917 | ||
|
|
0
Sept. 23
|
2215 | ||
|
|
1
Juni 23
|
2729 |
Hi @Alessandro have found any solution for this question, if yes then provide me bcuz i also looking for that, thnks