-
-
Notifications
You must be signed in to change notification settings - Fork 879
[17.0][MIG] project_tag_hierarchy: migration to version 17.0 #1648
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
base: 17.0
Are you sure you want to change the base?
Conversation
Currently translated at 100.0% (5 of 5 strings) Translation: project-16.0/project-16.0-project_tag_hierarchy Translate-URL: https://translation.odoo-community.org/projects/project-16-0/project-16-0-project_tag_hierarchy/it/
69ca86e to
076cf5b
Compare
|
/ocabot migration project_tag_hierarchy |
|
@rrebollo @antoniodavid would you guys review this please ? |
rrebollo
left a comment
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.
Code Review. LGTM!
|
This PR has the |
antoniodavid
left a comment
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.
LGTM
@BinhexTeam
This PR migrates the addon
project_tag_hierarchyto Odoo 17.0 usingoca-port, preserving the original addon history.Main changes introduced during the migration:
name_getoverride with a computeddisplay_namefield using_compute_display_name, following Odoo 17 core guidelines.parent_id, as Odoo 17 already enforces recursion detection at core level for models using_parent_store, raising aUserErrorbefore model constraints are evaluated.TransactionCaseand proper test tagging).Fixes #1191