Wednesday, October 16, 2024
2 changes · 17.0
Enhancements to existing features
The system now alerts users when deferred expense date ranges are abnormal (e.g., spanning an uneven number of months), which could result in incorrect deferral amounts. A warning banner and yellow highlighting help users identify and correct these date entry errors before creating deferrals.
Original PR description
In the deferred computations, we always assume that both the start and end date are inclusive E.g: 1st January -> 31st December is *exactly* 1 year = 12 months However, the user may instead put 1st January -> 1st January of next year which is then 12 months + 1/30 month = 12.03 months which may result in odd amounts when deferrals are created For this reason, we now alert the user if we detect such a case with a warning banner and yellow highlight in the abnormal dates. Other cases were the number of months is not round should not be handled. task-id: none
The Odoo Amazon connector has been enhanced to make it easier for businesses and developers to customize and build on top of the module. Hooks and tweaks have been added to the Amazon account, offer, and order recovery features, allowing for better extensibility without modifying the core module directly.
Original PR description
Add some hooks and tweaks to improve the experience to customize/improve on top of this module. Info: @wt-io-it