Thursday, July 28, 2022
4 changes · master
Resolved issues and error corrections
A small internal dependency for the Enterprise settings page was moved to the correct location. This helps ensure the settings interface loads reliably and stays aligned with related platform changes.
Original PR description
linked to 74609ea390b910cfe487556f61a276c7c8e0dd96
Bank reconciliation lines with extra notes now expand or collapse when selected, making the note visible at the right time. This helps users review important statement details without missing context during reconciliation.
Original PR description
When there is an extra note on a statement line and the user clicks on this line, we have to fold/unfold the statement line to display the extra note.
The barcode app no longer errors when opening a batch that contains transfers linked to different partners. This helps warehouse teams process mixed batches more reliably without interruption.
Original PR description
Fixes an error thrown if a batch with pickings related to different partners is accessed from the barcode app. Task ID: 2871679
Several Odoo Enterprise views were adjusted to stay compatible with a related layout system change in the core platform. This helps dashboard, cohort, and map views continue displaying correctly after the underlying update.
Original PR description
This commit is the counter part of odoo/odoo#96818