[FIX] hr_holidays: on yearly and bi-yearly frequencies, days are clamped to max day of the selected month - #5259
Open
feraz-odoo wants to merge 1 commit into
Conversation
|
This PR targets the un-managed branch odoo-dev/odoo:master-hr-onboarding-feraz, it needs to be retargeted before it can be merged. |
feraz-odoo
force-pushed
the
master-hr-onboarding-accural_ux-feraz
branch
from
August 31, 2026 15:45
9614969 to
f6bbe96
Compare
feraz-odoo
force-pushed
the
master-hr-onboarding-accural_ux-feraz
branch
3 times, most recently
from
September 1, 2026 09:40
07aa6e8 to
3f01c80
Compare
feraz-odoo
force-pushed
the
master-hr-onboarding-feraz
branch
from
September 1, 2026 11:23
0d28e57 to
5ec108e
Compare
feraz-odoo
force-pushed
the
master-hr-onboarding-accural_ux-feraz
branch
from
September 1, 2026 11:40
3f01c80 to
7b0502c
Compare
feraz-odoo
force-pushed
the
master-hr-onboarding-feraz
branch
from
September 1, 2026 11:53
5ec108e to
d6c97ce
Compare
feraz-odoo
force-pushed
the
master-hr-onboarding-accural_ux-feraz
branch
3 times, most recently
from
September 3, 2026 07:38
b334ddb to
468da40
Compare
arpi-odoo
requested changes
Sep 4, 2026
feraz-odoo
force-pushed
the
master-hr-onboarding-accural_ux-feraz
branch
from
September 4, 2026 15:02
468da40 to
2fe78db
Compare
arpi-odoo
requested changes
Sep 7, 2026
feraz-odoo
force-pushed
the
master-hr-onboarding-accural_ux-feraz
branch
from
September 7, 2026 14:22
2fe78db to
98193cb
Compare
to max day of the selected month task-6522773 Closes#5259
feraz-odoo
force-pushed
the
master-hr-onboarding-accural_ux-feraz
branch
from
September 7, 2026 14:27
98193cb to
07e00da
Compare
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.
Steps to reproduce: Possible to have impossible dates like february31 if the day was chosen after the month on yearly and bi-yearly frequencies.
Also added a test to ensure date clamping stays
task-6522773