Daily updates from Odoo
Wednesday, October 16, 2024
3 changes
Enhancements to existing features
Date and time fields can now show placeholders that adjust dynamically based on the field setup. This helps users better understand what kind of date information to enter, improving clarity in forms without changing business workflows.
Original PR description
See commit
The Point of Sale employee settings have been adjusted so the Advanced Rights option displays more neatly on a single line. The placeholder text was also updated to make the setting clearer for users configuring employee permissions.
Original PR description
In this commit: == - Improve the view of Advance Rights to look in one line. - Change the placeholder for Advance Rights in settings. task-4260676 --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
The deferred end date field now shows a dynamic hint that helps users understand how the deferred period is calculated. This makes it clearer that both the start and end dates are included, reducing confusion when entering accounting deferrals.
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