Tuesday, February 28, 2023
2 changes
Enhancements to existing features
IoT warning and error dialogs now use a clearer, more consistent style similar to the standard form error dialog. This helps users better understand connection problems and recover from them with less confusion.
Original PR description
The aim of this commit is to make more warning and error dialogs behave like the "oh snap" dialog of form views. task-id=3126594
Payment terms are easier to configure and understand, with clearer installment information shown on invoices. Early payment discounts are simplified so they apply only to straightforward one-line payment terms, reducing confusion for accounting users.
Original PR description
[IMP] account: simplify payment term usability v16.0 introduced a new payment term view and the possibility of an early payment discount. However, this view and the underlying behaviour can be simplified. - Changed the payment term view and the report invoice view to better display the installments - Removed the balance field from payment terms, replacing it with percentage - Simplified the due date configuration in the payment terms - Simplified early payment discount by only enabling it on one-line payment term, so it's user-friendlier - Moved the early payment computation on the payment term rather than the company task-3090382 See : Community : https://github.com/odoo/odoo/pull/110274 Upgrade : https://github.com/odoo/upgrade/pull/4349