Wednesday, October 7, 2020
4 changes · master
Enhancements to existing features
New eCommerce sales orders are no longer assigned to Odoobot by default. Instead, a human salesperson is assigned when an online quotation is sent, helping ensure the right team is notified and customers see a real contact person.
Original PR description
Pad:https://pad.odoo.com/p/r.b315258e687a63bdb1e6f4a2f0b6016b Task:https://www.odoo.com/web#id=2059492&action=327&model=project.task&view_type=form&menu_id=4720
Point of Sale now warns cashiers when they enter an incorrect lot or serial number, or when there is not enough stock for a product. Managers can still allow the sale, and closing a session now highlights draft transfers that need attention so inventory issues are easier to resolve.
Original PR description
**Task**: https://www.odoo.com/web#id=1906359&model=project.task&menu_id=4720 **Pad**: https://pad.odoo.com/p/r.4743e005b9bcb7d415399d5f1c055be6 -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
When a logged-in user registers for an event, the first attendee line is automatically filled with their available name, email, and phone number. This reduces manual entry and makes event signup faster, especially when users are registering themselves or someone they manage.
Original PR description
# Purpose To ease the process of the registration to an event, we prefill the first row which holds the info of the attendee (name, email, phone), if they are available. In most cases, the attendee: - Take a ticket for himself - Take a ticket for someone he's responsible of - Take a ticket for someone else who doesn't want to be troubled by that (ex: an assistant of a CEO) # Specifications When the user is logged and clicked on the button "Register", the first row will be fill by its personal information. task-2346145
Resolved issues and error corrections
Refund payments in Point of Sale now follow the same cash rounding rules as regular payments. This prevents staff from accepting non-rounded cash amounts when cash rounding is enabled, improving payment consistency and reducing checkout errors.
Original PR description
When using the cash rounding in the point of sale, when we wanted to pay a refunded order, we didn't apply the cash rounding rules. Now we prevent the user to pay with non rounded values if the cash rounding is enabled. task-id: 2148530 -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr