Daily updates from Odoo
Monday, February 7, 2022
3 changes · master
Enhancements to existing features
Payroll managers now get a dedicated dashboard as the first screen of the Payroll app, giving quicker access to the information and actions they need day to day. The update also lets payroll users fully manage payslip batches, aligning batch access with existing payslip permissions.
The data cleaning record link now uses a more appropriate cleanup behavior when its related model is removed. This helps avoid inconsistent records and supports more reliable data cleanup operations.
Original PR description
The field `cleaning_model_id` on `data_cleaning.record` was set to `set null` which doesn't make sense in this case. TaskID: 2755289
Warehouse users can now scan product packaging using GS1 barcode standards, making package-level handling faster and less error-prone. This improves barcode operations by recognizing packaging information directly during stock movements.
Original PR description
It is now possible for a user to scan a packaging with the GS1 nomenclature (https://github.com/odoo/enterprise/pull/22952#issuecomment-1005573592) odoo/upgrade#3180 odoo/odoo#82883