Monday, April 11, 2022
2 changes · master
New functionality added to Odoo
A new bridge module ensures subcontractors can remove stock movement lines they created even when quality controls are enabled. This keeps subcontracting portal workflows consistent and avoids blocking corrections during quality-enabled manufacturing processes.
Original PR description
Add a new bridge module to allow subcontractors to delete the move lines they created when the quality module is installed. Task: 2645298 Community-PR: https://github.com/odoo/odoo/pull/83465
Enhancements to existing features
The embedded spreadsheet component was updated to better handle range adjustments and chart data display. This helps users see cleaner charts based on available data and reduces errors when spreadsheet ranges change.
Original PR description
### Contains the following commits: https://github.com/odoo/o-spreadsheet/commit/26a1856e [FIX] range: correctly adapt ranges https://github.com/odoo/o-spreadsheet/commit/6db4c530 [IMP] chart: display only available data