-
-
Notifications
You must be signed in to change notification settings - Fork 95
[18.0][MIG] endpoint_cache_preheat
#111
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
[18.0][MIG] endpoint_cache_preheat
#111
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
|
/ocabot migration endpoint_cache_preheat |
| 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) |
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.
was this change needed or it's just cosmetics?
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.
Needed, else tests upon cache_preheat_ts would fail because of microsecond attributes mismatch
|
/ocabot merge nobump |
|
This PR looks fantastic, let's merge it! |
|
Congratulations, your PR was merged at 6083389. Thanks a lot for contributing to OCA. ❤️ |
|
@simahawk The merge process could not be finalized because an exception was raised: 500 [No message]. |
No description provided.