Thursday, December 26, 2024
3 changes · master
Enhancements to existing features
The restaurant point-of-sale button previously labeled "Transfer / Merge" is now simplified to "Transfer". This reduces confusion for staff by making it clearer that the action moves an order to another table rather than visually combining tables on the floor plan.
Original PR description
Description of the issue/feature this PR addresses: Control button "transfer / merge" leads to misunderstanding towards users. A lot of them expect the tables to be visually merged together on the floor plan instead of just the order lines. Current behavior before PR: Desired behavior after PR is merged: Remove the 'merge' from the control button name. Keeping only 'Transfer' makes it clearer for users that you transfer the order to another table. --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
The Bakery point-of-sale demo data now includes Flour as a product sold by weight. This makes it easier to demonstrate and test scale-based checkout without manually configuring a product first.
Original PR description
Before this commit, in order to test weighing a product with scales, you would first have to enable 'To Weigh With Scale' for at least one product. After this commit, there is a default product 'Flour' which is sold by weight in the Bakery POS. task-4417546 --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
The Point of Sale module description has been refined to use clearer and more polished wording. This helps users better understand the module’s purpose when reviewing or installing it, without changing any functionality.
Original PR description
Description of the issue/feature this PR addresses: Current behavior before PR: Desired behavior after PR is merged: Improve copywritting for the users --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr