Monday, March 25, 2024
2 changes · master
Enhancements to existing features
The email template actions have been repositioned so users can more clearly save or load templates while composing messages. The update also makes the related autocomplete behavior safer, reducing the chance of interface issues in edge cases.
Original PR description
Align the "Save Template" button on the right. Align the "Load Template" action on the left of the "Save Template" button Remove the icon on the "Save Template" button. Guard the autocompleteContainerRef.el since the autocompleteContainerRef cannot be guaranteed not null. task-3646066 --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
This update reorganizes how refund line information is stored in the Point of Sale app, keeping it closer to the order where it is used. This simplifies the underlying system structure and reduces unnecessary dependencies, with no expected change to cashier workflows.
Original PR description
lineToRefund is a property that is only used in pos_order, so it makes sense to move it to pos_order. With this change we get rid of the pos_store dependency in the models.