Daily updates from Odoo
Wednesday, October 26, 2022
2 changes
Resolved issues and error corrections
The invoice document extraction screen was updated to keep its visual selection boxes aligned with PDFs after a PDF viewer upgrade. This prevents display issues during invoice processing and keeps the feature working reliably with the newer viewer.
Original PR description
See odoo/odoo#100067 for background. See individual commit(s?) for fix(es?)
The asset form's bill tab now shows a simpler list when adding a bill, removing irrelevant fields that could confuse users. It also limits choices to vendor bills and vendor credit notes, helping users select the right documents faster and avoid mistakes.
Original PR description
Fixes two issues in the "bill" tab on the asset form: - The list view opened with "add a line" have many irrelevant fields shown, so we will make a new one without these. - The same "add a line" would show all types of moves, while only the Vendor Bills and Vendor Credit Notes are relevant in this context.