Daily updates from Odoo
Friday, April 2, 2021
2 changes · master
Code cleanup and technical improvements
The barcode inventory adjustment flow has been reorganized to work directly with stock quantities instead of the older inventory adjustment model. This changes what users see when opening barcode inventory adjustments: they now see only items assigned to them and due for counting, while newly scanned unassigned items are automatically assigned so they remain visible.
Original PR description
This is the corresponding refactoring to go with the community refactoring. Primarily handles demo/test/tour updates to match refactoring. Barcode - Inventory Adjustments feature has bulk of changes: - removed kanban view for inventory adjustments (some cleanup of corresponding js files were done as part of this) - clicking on button now only shows quants assigned to user + have an inventory date of today or earlier - user can still scan/add products of quants they're not assigned to, but non-assigned quants will be auto-assigned to user (otherwise they won't appear again once user leaves current view) Task: 2440026 COM PR: odoo/odoo#68409 Upgrade PR: odoo/upgrade#2326
Odoo Studio has been updated to work with Odoo's new in-house editor, replacing the previous third-party editing component. This keeps report editing and sidebar tools aligned with the platform's newer editing experience while reducing reliance on the old editor library.
Original PR description
Related to https://github.com/odoo/odoo/pull/67818 which replaces the Summernote html editor library with the brand new in-house Odoo Editor library.