Daily updates from Odoo
Wednesday, March 27, 2024
2 changes · master
Resolved issues and error corrections
The debug popover in financial reports now only appears when there is useful information to show. This avoids oversized, empty popovers and makes report screens cleaner for users reviewing financial data.
Original PR description
The size of the popover for report lines without formulas was too big for its content. This commit fixes this issue by shrinking the popover to fit its content. Steps to reproduce issue: 1. Open the Executive Summary report: **Reporting → Executive Summary** 2. Click on the debug icon in the last column of the 'Cash' header line task: 3775658
This update fixes an internal Point of Sale compatibility issue affecting localization features. It helps ensure invoice and preparation display behavior continues to work correctly after recent technical restrictions.
Original PR description
PoS variable was use in models in localization modules. This is not allowed anymore. This commit fixes the issue.