Daily updates from Odoo
Wednesday, March 23, 2022
2 changes · master
Enhancements to existing features
Event-related screens and barcode templates were updated to use the newer supported template output method. This keeps the event features aligned with current platform standards and helps avoid future compatibility issues without changing day-to-day functionality.
Original PR description
Replace each t-esc by t-out since it's now deprecated in templates task-2458013 COM PR: odoo/odoo#78049
The Barcode App can now recognize GS1 barcodes when users scan products to filter warehouse transfers. This makes it easier to find the right pickings with industry-standard barcode formats and reduces manual searching.
Original PR description
In the Barcode App, it's possible to filter on pickings by scanning a product's barcode, but before this commit, it doesn't work with GS1 barcode. Now, it will try to decompose GS1 barcode and then checks if it has a product part on it. If it is the case, the pickings will be filtered. task-2641528