[IMP] web,studio: relative date clarification#17998
Closed
jucop-odoo wants to merge 1 commit into
Closed
Conversation
Collaborator
65396f7 to
922f876
Compare
36e0af2 to
a0d0900
Compare
aab-odoo
approved these changes
May 26, 2026
a0d0900 to
d25b12c
Compare
mcsi-odoo
reviewed
May 27, 2026
mcsi-odoo
left a comment
Contributor
There was a problem hiding this comment.
Hi @jucop-odoo , as discussed, I edited the user doc text slightly and updated two screenshots. (I also added back in an anchor that had gotten removed by mistake.)
So on my side, all good!
AntoineVDV
approved these changes
May 27, 2026
AntoineVDV
left a comment
Collaborator
There was a problem hiding this comment.
@robodoo delegate+ delegate=aab-odoo
LGTM, but could you fix the commit message to make sense in the documentation repository?
Update to reflect renaming of the Remaining Days widget to Relative Date plus clarification that value is expressed in relation to current date and can be in the past, 'today', or in the future. task-6175442
d25b12c to
0443b97
Compare
Contributor
|
robodoo r+ |
robodoo
pushed a commit
that referenced
this pull request
May 28, 2026
Update to reflect renaming of the Remaining Days widget to Relative Date plus clarification that value is expressed in relation to current date and can be in the past, 'today', or in the future. task-6175442 closes #17998 Related: odoo/odoo#263051 Related: odoo/enterprise#116407 Related: odoo/upgrade#10152 Signed-off-by: Aaron Bohy (aab) <aab@odoo.com>
robodoo
pushed a commit
that referenced
this pull request
May 28, 2026
Update to reflect renaming of the Remaining Days widget to Relative Date plus clarification that value is expressed in relation to current date and can be in the past, 'today', or in the future. task-6175442 closes #17998 Related: odoo/odoo#263051 Related: odoo/enterprise#116407 Related: odoo/upgrade#10152 Signed-off-by: Aaron Bohy (aab) <aab@odoo.com>
robodoo
pushed a commit
to odoo/odoo
that referenced
this pull request
May 28, 2026
Luxon is not very accurate when the field is close to today: If today is Apr 30, so a deadline set to May 1 will be displayed as "Next month". In practice, it is not wrong, but it is not very accurate. task-6175442 Part-of: #263051 Related: odoo/enterprise#116407 Related: odoo/documentation#17998 Related: odoo/upgrade#10152 Signed-off-by: Aaron Bohy (aab) <aab@odoo.com>
robodoo
pushed a commit
to odoo/odoo
that referenced
this pull request
May 28, 2026
The widget name 'RemainingDaysField' was misleading as it implies a focus on future countdowns, whereas the widget is also used for past dates. task-6175442 Part-of: #263051 Related: odoo/enterprise#116407 Related: odoo/documentation#17998 Related: odoo/upgrade#10152 Signed-off-by: Aaron Bohy (aab) <aab@odoo.com>
robodoo
pushed a commit
to odoo/odoo
that referenced
this pull request
May 28, 2026
*: account, certificate, crm, fleet, hr, hr_expense, l10n_in, mail, mrp, product_expiry, project, project_todo, purchase, purchase_requisition, repair, stock: widget usages adaptations The widget name 'RemainingDaysField' was misleading as it implies a focus on future countdowns, whereas the widget is also used for past dates. task-6175442 closes #263051 Related: odoo/enterprise#116407 Related: odoo/documentation#17998 Related: odoo/upgrade#10152 Signed-off-by: Aaron Bohy (aab) <aab@odoo.com>
robodoo
pushed a commit
that referenced
this pull request
May 29, 2026
Update to reflect renaming of the Remaining Days widget to Relative Date plus clarification that value is expressed in relation to current date and can be in the past, 'today', or in the future. task-6175442 closes #17998 Related: odoo/odoo#263051 Related: odoo/enterprise#116407 Related: odoo/upgrade#10152 Signed-off-by: Aaron Bohy (aab) <aab@odoo.com>
robodoo
pushed a commit
to odoo/odoo
that referenced
this pull request
May 29, 2026
Luxon is not very accurate when the field is close to today: If today is Apr 30, so a deadline set to May 1 will be displayed as "Next month". In practice, it is not wrong, but it is not very accurate. task-6175442 Part-of: #263051 Related: odoo/enterprise#116407 Related: odoo/documentation#17998 Related: odoo/upgrade#10152 Signed-off-by: Aaron Bohy (aab) <aab@odoo.com>
robodoo
pushed a commit
to odoo/odoo
that referenced
this pull request
May 29, 2026
The widget name 'RemainingDaysField' was misleading as it implies a focus on future countdowns, whereas the widget is also used for past dates. task-6175442 Part-of: #263051 Related: odoo/enterprise#116407 Related: odoo/documentation#17998 Related: odoo/upgrade#10152 Signed-off-by: Aaron Bohy (aab) <aab@odoo.com>
robodoo
pushed a commit
to odoo/odoo
that referenced
this pull request
May 29, 2026
*: account, certificate, crm, fleet, hr, hr_expense, l10n_in, mail, mrp, product_expiry, project, project_todo, purchase, purchase_requisition, repair, stock: widget usages adaptations The widget name 'RemainingDaysField' was misleading as it implies a focus on future countdowns, whereas the widget is also used for past dates. task-6175442 closes #263051 Related: odoo/enterprise#116407 Related: odoo/documentation#17998 Related: odoo/upgrade#10152 Signed-off-by: Aaron Bohy (aab) <aab@odoo.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

Update to reflect renaming of the Remaining Days widget to Relative
Date plus clarification that value is expressed in relation to current
date and can be in the past, 'today', or in the future.
task-6175442