Hi,
I successfully import a sale order with its lines, with XMLRPC API .
I also can add taxes on the order with :
order["tax_line_ids"] = [(0, 0, {'name': 'test', 'account_id': 424, 'amount': 123456})]
But, is there a way to automatically calculate taxes on the order ? 🤐
Thank you ! 🙂