Hi everyone,
In Odoo 18 POS, clicking the "Order" button creates two orders in the backend instead of one. I added custom logic to send order details to my custom template, which works correctly, but I suspect one order is created by sync_from_ui and the other by my method.
How can I ensure only one order is created while sending the details to my template?
Any insights would be appreciated. Thanks!