Thursday, October 10, 2024
4 changes · saas-17.4
Enhancements to existing features
In Point of Sale, clicking the cross button on the close session popup no longer closes the session when there are open orders. This prevents accidental session closure and helps staff safely return to their current workflow.
Original PR description
Before this commit: == - When we have open orders, and pressing the "close" (cross) button while closing a session currently closes the session. After this commit: == - The session should not be closed when the cross button is pressed. it only dismiss the current dialog. Task-4243380 --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
Shipping addresses created for website orders using pickup points now show the pickup point name instead of duplicating the customer name. This makes orders easier for staff to identify and reduces confusion during delivery handling.
Original PR description
### Issue: When a sale order made from the website with a pickup point (for instance using a sendcloud delivery method) is confirmed, a new partner is created to mix the data of the partner making the order and the address of the pickup point. If the partner is named Bob, this new partner will be named Bob, Bob. It woul dbe much clearer if he was named: Bob, pickup point name. opw-4181787 --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
The Peppol connection wizard no longer shows the demo mode choice to regular users. This keeps the setup experience simpler while still allowing internal teams to manage demo mode through system settings when needed.
Original PR description
The demo mode option in the Peppol connection wizard is primarily used by internal teams (BA, support, sales) for demonstrations or testing. It is more appropriate to manage this mode through a system parameter instead of exposing it to all users in the wizard interface. This commit mirrors the change from (commit 4791e95c958b274cbe3e9ce720cf71dcfc4e2e5b pr odoo/odoo#182893), but without removing the related fields, making it suitable for stable versions. task-4215904
Orders using pickup points now label the generated delivery contact with the pickup point name instead of repeating the customer name. This makes it easier for staff and customers to identify where the parcel should be collected and reduces confusion in order records.
Original PR description
Issue: When a sale order made from the website with a pickup point (for instance using a sendcloud delivery method) is confirmed, a new partner is created to mix the data of the partner making the order and the address of the pickup point. If the partner is named Bob, this new partner will be named Bob, Bob. It woul dbe much clearer if he was named: Bob, pickup point name. opw-4181787