Tuesday, February 28, 2023
2 changes
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
Code cleanup and technical improvements
This update modernizes several Gantt planning extensions and fixes issues that affected readability and interaction. Users should see more reliable labels, popovers, progress bars, warnings, connectors, and drag behavior across HR planning-related screens.
Original PR description
We convert all the gantt view extensions to OWL and bring some fixes to the gantt view itself. Task-ID: 3184636