Hi,
I'm using a Odoo 18 online instance and I need to apply promotion/coupon code for a sale order through xml-rpc. Is it possible to do this. I analyzed the Odoo source code and '_try_apply_code' method, but it shows the error 'Private methods (such as _try_apply_code) cannot be called remotely.'. Is there is any way to do this? Hoping someone has the solution?
Thanks in advance