Hi,
we have an external application which creates partners in odoo using json-rpc calls. Initially I tried setting the property_payment_term_id and property_account_position_id but this did not work.
I then found that it could be done by writing to ir.properties.
We have now updated from Odoo 17 to Odoo 18 and the ir.properties model is gone.
How can I create new partners and also specify payment_term and account_position?
If I read the data, the value is something like [ id, "name" ]
An example json value needed to update those fields would be appreciated ;)
Regards,
Tim