Tuesday, February 28, 2023
1 change · master
Enhancements to existing features
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