odoo_xmlrpc_twisted.functions.update_user_address_values¶
Module updates the user address values.
Functions
|
Function updates the user address values by using the model 'res.partner'. |
- odoo_xmlrpc_twisted.functions.update_user_address_values.update_user_address_values(partner_id, address_type, street, street_2, zip_code, city, state, country)[source]¶
Function updates the user address values by using the model ‘res.partner’. Depending on the type, either a delivery addresse or invoice address will be updated or created if not already existing.