Wednesday, September 28, 2022
4 changes · master
Resolved issues and error corrections
Early payment discounts now show the correct default account when registering customer invoices and vendor bills. This reduces accounting errors by ensuring income and expense discount accounts are no longer swapped, and related tax labels are clearer.
Original PR description
While offering an early payment discount to a customer via a specific payment term, then Registering a Payment, the default account displayed were inverted (Cash discount expense account was the default for an invoice, cash discount income account was the default for a bill). This commit fixes this behaviour and also changes the default tax computation labels so they're more specific. Part of task-2957279 Description of the issue/feature this PR addresses: Current behavior before PR: Desired behavior after PR is merged: -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
This update adds coverage around how email thread messages handle escaped content when posted. It helps reduce the risk of incorrectly displayed or unsafe message text in discussions, though the change appears limited and work-in-progress.
Original PR description
Description of the issue/feature this PR addresses: Current behavior before PR: Desired behavior after PR is merged: -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
Spreadsheet notifications were adjusted to keep working after recent changes in the underlying spreadsheet library. This helps users continue receiving the right alerts and messages while working with spreadsheets in Documents.
Original PR description
Adaptation of the notifications callbacks in the SpreadsheetComponent environment following recent changes in the o_spreadsheet lib. Task 2696839
This update corrects the alignment of text next to an icon in Helpdesk-related screens so the interface appears as intended. It is a small visual fix that improves consistency and readability without changing business workflows.
Original PR description
This commit is the enterprise counterpart of odoo/odoo#100252. After this commit, the text is aligned as expected.