-
Notifications
You must be signed in to change notification settings - Fork 10.7k
[IMP] developer: review calendar date_stop/date_delay definitions #15439
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
5cecbf1 to
322cb79
Compare
aab-odoo
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
oups, thanks @qsm-odoo
AntoineVDV
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@robodoo r+ delegate+
|
@qsm-odoo @AntoineVDV linked pull request(s) odoo/odoo#237283 not ready. Linked PRs are not staged until all of them are ready. |
9dbb95c to
b1ceb4b
Compare
The `date_delay` option was removed in [1] but the documentation still mentioned it. Also reviewed the default value of `date_stop`. [1]: odoo/odoo@40c75d3 Related to task-5350495
b1ceb4b to
d199c4d
Compare
qsm-odoo
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@robodoo r+
Related to task-5350495 Part-of: #237283 Related: odoo/enterprise#100501 Related: odoo/documentation#15439 Signed-off-by: Quentin Smetz (qsm) <qsm@odoo.com>
When a calendar view was defined with both a start and stop date fields, only records having both fields set were shown. This commit improves that by also showing records whose start date are within range, even if their stop date is not (yet?) set. Note: [1] removed the `date_delay` calendar option and changed the behavior of not adding `date_stop`. This commit clarifies that part in the code as well. [1]: 40c75d3 Related to task-5350495 closes #237283 Related: odoo/enterprise#100501 Related: odoo/documentation#15439 Signed-off-by: Quentin Smetz (qsm) <qsm@odoo.com>
The `date_delay` option was removed in [1] but the documentation still mentioned it. Also reviewed the default value of `date_stop`. [1]: odoo/odoo@40c75d3 Related to task-5350495 closes #15439 Related: odoo/odoo#237283 Related: odoo/enterprise#100501 Signed-off-by: Quentin Smetz (qsm) <qsm@odoo.com>
Related to task-5350495 Part-of: #237283 Related: odoo/enterprise#100501 Related: odoo/documentation#15439 Signed-off-by: Quentin Smetz (qsm) <qsm@odoo.com>
When a calendar view was defined with both a start and stop date fields, only records having both fields set were shown. This commit improves that by also showing records whose start date are within range, even if their stop date is not (yet?) set. Note: [1] removed the `date_delay` calendar option and changed the behavior of not adding `date_stop`. This commit clarifies that part in the code as well. [1]: 40c75d3 Related to task-5350495 closes #237283 Related: odoo/enterprise#100501 Related: odoo/documentation#15439 Signed-off-by: Quentin Smetz (qsm) <qsm@odoo.com>
The `date_delay` option was removed in [1] but the documentation still mentioned it. Also reviewed the default value of `date_stop`. [1]: odoo/odoo@40c75d3 Related to task-5350495 closes #15439 Related: odoo/odoo#237283 Related: odoo/enterprise#100501 Signed-off-by: Quentin Smetz (qsm) <qsm@odoo.com>
Related to task-5350495 Part-of: odoo#237283 Related: odoo/enterprise#100501 Related: odoo/documentation#15439 Signed-off-by: Quentin Smetz (qsm) <qsm@odoo.com>
When a calendar view was defined with both a start and stop date fields, only records having both fields set were shown. This commit improves that by also showing records whose start date are within range, even if their stop date is not (yet?) set. Note: [1] removed the `date_delay` calendar option and changed the behavior of not adding `date_stop`. This commit clarifies that part in the code as well. [1]: odoo@40c75d3 Related to task-5350495 closes odoo#237283 Related: odoo/enterprise#100501 Related: odoo/documentation#15439 Signed-off-by: Quentin Smetz (qsm) <qsm@odoo.com>

The
date_delayoption was removed in 1 but the documentation still mentioned it. Also reviewed the default value ofdate_stop.Related to task-5350495