[18.0][MIG] endpoint_cache_preheat#111
Merged
OCA-git-bot merged 13 commits intoOCA:18.0from Aug 21, 2025
Merged
Conversation
Currently translated at 10.0% (1 of 10 strings) Translation: web-api-14.0/web-api-14.0-endpoint_cache_preheat Translate-URL: https://translation.odoo-community.org/projects/web-api-14-0/web-api-14-0-endpoint_cache_preheat/it/
Currently translated at 20.0% (2 of 10 strings) Translation: web-api-14.0/web-api-14.0-endpoint_cache_preheat Translate-URL: https://translation.odoo-community.org/projects/web-api-14-0/web-api-14-0-endpoint_cache_preheat/it/
Currently translated at 30.0% (3 of 10 strings) Translation: web-api-14.0/web-api-14.0-endpoint_cache_preheat Translate-URL: https://translation.odoo-community.org/projects/web-api-14-0/web-api-14-0-endpoint_cache_preheat/it/
Currently translated at 100.0% (10 of 10 strings) Translation: web-api-14.0/web-api-14.0-endpoint_cache_preheat Translate-URL: https://translation.odoo-community.org/projects/web-api-14-0/web-api-14-0-endpoint_cache_preheat/it/
364c143 to
6f39e2c
Compare
Contributor
|
/ocabot migration endpoint_cache_preheat |
simahawk
reviewed
Aug 20, 2025
| self.assertFalse(self.endpoint1.cache_preheat) | ||
| self.assertFalse(self.endpoint1.cache_preheat_ts) | ||
| now = fields.Datetime.from_string("2025-02-19 23:00:00") | ||
| now = datetime.now().replace(microsecond=0) |
Contributor
There was a problem hiding this comment.
was this change needed or it's just cosmetics?
Contributor
Author
There was a problem hiding this comment.
Needed, else tests upon cache_preheat_ts would fail because of microsecond attributes mismatch
simahawk
approved these changes
Aug 21, 2025
Contributor
|
/ocabot merge nobump |
Contributor
|
This PR looks fantastic, let's merge it! |
Contributor
|
Congratulations, your PR was merged at 6083389. Thanks a lot for contributing to OCA. ❤️ |
Contributor
|
@simahawk The merge process could not be finalized because an exception was raised: 500 [No message]. |
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.
No description provided.