Tuesday, December 17, 2024
2 changes · 17.0
Enhancements to existing features
Date and time fields can now show placeholder suggestions based on another field's value instead of only fixed text. This helps forms provide more relevant guidance to users, such as suggesting a date that changes with the record context.
Original PR description
See commit Enterprise PR: https://github.com/odoo/enterprise/pull/72121
The deferred end date field now shows a dynamic hint that helps users understand the selected deferral period. This makes it clearer that both the start and end dates are included, reducing confusion during accounting entries.
Original PR description
We now add a dynamic placeholder to the deferred end date which allows the user to better understand what a deferred period is, and that both the start and end dates are included. task-id: none Community PR: https://github.com/odoo/odoo/pull/183946