Thursday, December 26, 2019
3 changes · master
Resolved issues and error corrections
Restaurant point of sale kitchen tickets now avoid printing the same unchanged order twice. Staff can still print again when the order has changed, reducing kitchen confusion and unnecessary paper use.
Original PR description
Before this, when we printed a ticket for the kitchen, if we went back to the table management and go back to the order, we could re print the same product. Now, we can only reprint the order if there is something different. Task-id: 2123029 -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
This fixes an issue where a customer’s sales ranking could be increased twice when a point of sale order was processed. The change keeps customer ranking accurate and avoids overstating customer sales activity.
Original PR description
It is a partial revert of the commit: https://github.com/odoo-dev/odoo/commit/36c05f5e056794d68c363343e267c592bd9bce31 because the behavior has been fixed in stable in commit https://github.com/odoo/odoo/commit/577dac5baee5e503baba9f30dff67e69daafa00b almost at the same time. So no need of double increade the ranking of a sale in the POS. Description of the issue/feature this PR addresses: Current behavior before PR: Desired behavior after PR is merged: -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
A small issue in the website tour helper prevented text-related actions from being passed along correctly. This fix restores the expected behavior so website editor panel tests and related guided interactions work reliably.
Original PR description
The event is not bubbling and causing the new website left panel editor tests to fail. -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr