Daily updates from Odoo
Monday, April 29, 2019
2 changes
Resolved issues and error corrections
This fixes an issue that caused an error screen when employees tried to log in to Point of Sale. Employee access to POS should now work normally, reducing disruption during sales operations.
Original PR description
task: https://www.odoo.com/web?#id=1974669&action=333&active_id=131&model=project.task&view_type=form&menu_id=4720 pad: https://pad.odoo.com/p/r.73aa7ac6be8848f0666095af0146e2ff Before this commit there was a trace back when trying to login with employees.
This fix restores the ability to choose an employee on the Point of Sale login screen after a recent platform update caused an error. Businesses using employee-based POS access can log in and operate the POS normally again.
Original PR description
Description of the issue/feature this PR addresses: Following the jquery3 update, trying to select the pos employee on the `LoginScreenWidget`raises an error. Current behavior before PR: It is impossible to select an employee in the point of sale login screen. Desired behavior after PR is merged: No error is raised anymore and it is possible again to use the pos with an employee. -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr