Wednesday, July 24, 2024
2 changes · saas-17.2
Resolved issues and error corrections
Restaurant point-of-sale orders with customer notes can now be validated without triggering an error. This prevents checkout interruptions for staff and helps ensure smoother order processing when notes are added.
Original PR description
Before this commit, validating an order in the PoS restaurant module with a customer note attached would result in a KeyError. This issue occurred because the customer note was incorrectly processed in the note history, leading to unexpected behavior. Enterprise PR: https://github.com/odoo/enterprise/pull/67210 opw-4059220 --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
The product catalog now shows the correct quantity and selected product when opened from manufacturing orders and bills of materials. This helps users choose and verify products accurately, reducing mistakes during manufacturing setup.
Original PR description
Before this commit ============== When we were clicking on the product catalog in MO and BOM it was not showing the correct quantity and correct highlighted product selected in the MO and BOM. After this commit ============= This feature is fixed in this commit, correct quantity and highlighted product is shown. task-3944909