forked from OCA/server-tools
-
Notifications
You must be signed in to change notification settings - Fork 1
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] jsonifier: Migration to 18.0 #7
Closed
Closed
Conversation
This file contains 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
Rationale: 1. the name reflects better what it does as this is not _just_ a base module 2. solves publication issue on odoo apps store due to an old module registered w/ the same name that even if un-published blocks publishing the module for all versions. This in turn, blocks the publication of ALL modules that depend on base_jsonify.
We should always keep UTC and let the consumer deal w/ it. This change is backward compatible but allows to turn off the old behavior w/ the ctx flag `jsonifier__date_user_tz=False`.
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate. Translation: server-tools-16.0/server-tools-16.0-jsonifier Translate-URL: https://translation.odoo-community.org/projects/server-tools-16-0/server-tools-16-0-jsonifier/
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate. Translation: server-tools-16.0/server-tools-16.0-jsonifier Translate-URL: https://translation.odoo-community.org/projects/server-tools-16-0/server-tools-16-0-jsonifier/
Currently translated at 100.0% (39 of 39 strings) Translation: server-tools-16.0/server-tools-16.0-jsonifier Translate-URL: https://translation.odoo-community.org/projects/server-tools-16-0/server-tools-16-0-jsonifier/es/
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate. Translation: server-tools-17.0/server-tools-17.0-jsonifier Translate-URL: https://translation.odoo-community.org/projects/server-tools-17-0/server-tools-17-0-jsonifier/
Currently translated at 100.0% (37 of 37 strings) Translation: server-tools-17.0/server-tools-17.0-jsonifier Translate-URL: https://translation.odoo-community.org/projects/server-tools-17-0/server-tools-17-0-jsonifier/it/
Currently translated at 100.0% (37 of 37 strings) Translation: server-tools-17.0/server-tools-17.0-jsonifier Translate-URL: https://translation.odoo-community.org/projects/server-tools-17-0/server-tools-17-0-jsonifier/zh_CN/
Quite handy to take full control of the final result.
field string as well
thienvh332
force-pushed
the
18.0-mig-jsonifier
branch
from
October 8, 2024 05:24
67b7c7a
to
202f1f1
Compare
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.
This PR includes two parts:
1. Sync:
Port of the following PRs from 14.0 to 17.0:
#2350
#2668
2. Migrate:
After syncing, migrated the
jsonifier
module to v18.