-
Notifications
You must be signed in to change notification settings - Fork 70
[IMP] base: store explict field.translate #296
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
Closed
HydrionBurst
wants to merge
1
commit into
odoo:master
from
odoo-dev:master-base-store-field-translate-cwg
Closed
[IMP] base: store explict field.translate #296
HydrionBurst
wants to merge
1
commit into
odoo:master
from
odoo-dev:master-base-store-field-translate-cwg
+5
−1
Conversation
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
upgradeci retry with always only base |
KangOl
reviewed
Jul 17, 2025
406f970
to
55e54ae
Compare
55e54ae
to
8ae145c
Compare
392907b
to
54adeda
Compare
before this commit: | field.translate in orm | ir_model_fields.translate in database | | ---------------------- | ------------------------------------- | | False | False | | True | True | | html_translate | True | | xml_translate | True | after this commit: | field.translate in orm | ir_model_fields.translate in database | | ---------------------- | ------------------------------------- | | False | NULL | | True | 'standard' | | html_translate | 'html_translate' | | xml_translate | 'xml_translate' | Related PRs: odoo/odoo#219406 odoo/enterprise#90413 odoo/upgrade#8085
54adeda
to
a07f409
Compare
rco-odoo
approved these changes
Aug 22, 2025
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.
Correct with respect to the other PRs.
KangOl
approved these changes
Aug 22, 2025
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.
@robodoo r+
robodoo
pushed a commit
to odoo/odoo
that referenced
this pull request
Aug 22, 2025
before this commit: | field.translate in orm | ir_model_field.translate in database | | ---------------------- | ------------------------------------ | | False | False | | True | True | | html_translate | True | | xml_translate | True | after this commit: | field.translate in orm | ir_model_field.translate in database | | ---------------------- | ------------------------------------ | | False | NULL | | True | 'standard' | | html_translate | 'html_translate' | | xml_translate | 'xml_translate' | closes #219406 Related: odoo/enterprise#90413 Related: odoo/upgrade#8085 Related: odoo/upgrade-util#296 Signed-off-by: Raphael Collet <[email protected]>
robodoo
pushed a commit
that referenced
this pull request
Aug 22, 2025
before this commit: | field.translate in orm | ir_model_fields.translate in database | | ---------------------- | ------------------------------------- | | False | False | | True | True | | html_translate | True | | xml_translate | True | after this commit: | field.translate in orm | ir_model_fields.translate in database | | ---------------------- | ------------------------------------- | | False | NULL | | True | 'standard' | | html_translate | 'html_translate' | | xml_translate | 'xml_translate' | Related PRs: odoo/odoo#219406 odoo/enterprise#90413 odoo/upgrade#8085 closes #296 Related: odoo/odoo#219406 Related: odoo/enterprise#90413 Related: odoo/upgrade#8085 Signed-off-by: Christophe Simonis (chs) <[email protected]>
robodoo
pushed a commit
to odoo/odoo
that referenced
this pull request
Aug 22, 2025
before this commit: | field.translate in orm | ir_model_field.translate in database | | ---------------------- | ------------------------------------ | | False | False | | True | True | | html_translate | True | | xml_translate | True | after this commit: | field.translate in orm | ir_model_field.translate in database | | ---------------------- | ------------------------------------ | | False | NULL | | True | 'standard' | | html_translate | 'html_translate' | | xml_translate | 'xml_translate' | closes #219406 Related: odoo/enterprise#90413 Related: odoo/upgrade#8085 Related: odoo/upgrade-util#296 Signed-off-by: Raphael Collet <[email protected]>
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.
before this commit:
after this commit:
odoo/odoo#219406
https://github.com/odoo/enterprise/pull/90413
https://github.com/odoo/upgrade/pull/8085