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
The installation documentation now lists missing system libraries needed by common image and database components on fresh Linux Mint setups. This helps users complete setup more smoothly without searching separate third-party documentation.
Original PR description
On a fresh Linux Mint installation, the libraries used by Pillow and psycopg2 are not installed. This update the list of dependencies so users don't have to dig through Pillow/psycopg2 documentations in order to find and install the missing dependencies.