Daily updates from Odoo
Friday, December 7, 2018
2 changes
New functionality added to Odoo
Point of Sale can now let staff log in as employees instead of requiring a paid user account for every cashier. This supports employee PIN or barcode login, optional employee access lists per cash station, and lock-screen re-login while preserving manager-only session closing rights.
Original PR description
pos.config ------------ https://drive.google.com/a/odoo.com/file/d/1NimIRaO_c5Z_l0xs-0cPRXlgwvX174kV/view?usp=drivesdk - Add a checkbox : "Login with Employees" - If set to TRUE, an "Allowed…
pos.config ------------ https://drive.google.com/a/odoo.com/file/d/1NimIRaO_c5Z_l0xs-0cPRXlgwvX174kV/view?usp=drivesdk - Add a checkbox : "Login with Employees" - If set to TRUE, an "Allowed Employees" many2many appear - If employees many2many is empty, all employees can log on this PoS (Is it possible to add a tooltip on the field Allowed Employees ?) - If set to FALSE, can only log in with users (that have the PoS User access right) hr.employee --------------- - The field barcode and pin should be moved on the hr.employee https://drive.google.com/a/odoo.com/file/d/1DEAibO3FtfLYyNPi7k5L1WLMqP5vnp-Y/view?usp=drivesdk - Set a barcode and pin by default at the creation of any employee - No Employees module with PoS > need to add dependency PoS session --------------- - on startup filter on allowed employees. Open the PoS if "Log in with Employees" = FALSE -------------------------------------------------------------- - Same behaviour than now, when I open the PoS, I'm logged in with the user, I can directly start working - If I click on the user name, I can choose to connect with another user - The button to close the session is visible Open he PoS if "Log in with Employees" = TRUE ------------------------------------------------------------ - When I open the PoS, the first screen I see is the login screen. 1. I choose my employee and enter my pin code (if there is pin code on my employee, otherwise not required) (I can only see employees that have access to that PoS) 2. I scan my barcode 3. I scan my rfid card (future development) - When I click on the employee name, I can log in with another employee - If the employee is linked to a user that has the pos user/manager access right, I can see the button the close the session. Otherwise I cannot close the session (and thus cannot access backend). - Add field employee on all records created by PoS (and replace the field user by that one) (on pos.orders) Lock Screen --------------- - Improve the PoS Interface : https://drive.google.com/a/odoo.com/file/d/15obVAM7GCr_T9EPsmVuIbCCE16ls2yIp/view?usp=drivesdk - Add a new feature to allow to "lock" the session. When a session has been locked, the user/employee has to re-log-in to access the PoS https://drive.google.com/a/odoo.com/file/d/1XfgBJADA5Nosa7xOZYHSS7nnELZsB7Pd/view?usp=drivesdk - When I try to re-log-in, by default suggest the last employee logged in in the login screen
The reconciliation screen now alerts users when a bank statement line appears to match a sent or invoice-ready sales order. This helps teams quickly confirm the order, create the invoice, and reconcile prepayments with less manual searching.
Original PR description
…ing un-invoiced sale order Task: 1879015 -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr