Skip to content
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

[16.0][FIX]stock_location_orderpoint: fix test error when executing at the end of month #24

Open
wants to merge 1 commit into
base: 16.0
Choose a base branch
from

Conversation

PicchiSeba
Copy link
Contributor

No description provided.

@OCA-git-bot
Copy link
Contributor

Hi @mt-software-de,
some modules you are maintaining are being modified, check this out!

@PicchiSeba PicchiSeba marked this pull request as ready for review October 1, 2024 14:32
@rousseldenis rousseldenis added the enhancement New feature or request label Dec 19, 2024
@rousseldenis rousseldenis added this to the 16.0 milestone Dec 19, 2024
@@ -96,7 +97,7 @@ def test_cron_replenishment(self):
self.assertFalse(replenish_move)

# create the available quantity -> replenishment
tomorrow = now.replace(day=now.day + 1)
tomorrow = now + timedelta(days=1)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@PicchiSeba Thanks for this. Can you maybe add a test with freezegun ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants