Tuesday, October 24, 2023
1 change · master
Code cleanup and technical improvements
The Send & Print wizard has been reworked to avoid concurrency problems during asynchronous invoice processing. Relevant send-and-print choices are now saved with the invoice itself, improving reliability for inter-company flows and Mexican electronic invoicing.
Original PR description
…d & Print wizard (part 1) Currently the Send & Print wizard is stored as regular model and not a TransientModel. This cause multiple problems including concurrency ones. This PR switches the wizard back to a regular transient one. We instead store the values of the wizard that needs to be processed asynchronously in the related move. task-id: 3415101