-
-
Notifications
You must be signed in to change notification settings - Fork 747
[OU-ADD] l10n_it remove safely xmlids #5098
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: 15.0
Are you sure you want to change the base?
Conversation
AFAIK this would be |
And create |
e6f6d5f
to
3944e34
Compare
|
739c9c6
to
f7a80db
Compare
NEW account.account.tag: l10n_it.account_tag_E_PL | ||
NEW account.account.tag: l10n_it.account_tag_IMPEGNI | ||
NEW account.account.tag: l10n_it.account_tag_RISCHI | ||
# DONE Deleted safely |
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.
Put here # nothing to do
, as it references the NEW ones. The # DONE Deleted safely
should go below the DEL ones.
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.
@MiquelRForgeFlow this is for not deleting them if they are used. That's why the method is called safely
.
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.
Still, the message "done" should go below the DEL lines.
"l10n_it.tax_group_iva_22_inde", | ||
"l10n_it.tax_group_iva_4_de_50", | ||
] | ||
openupgrade.delete_records_safely_by_xml_id(env, to_delete_xml_ids) |
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.
Also, why delete them? Cannot ORM handle it? They are not noupdate
records.
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.
Also, why in pre-migration (instead of post-migration)?
f7a80db
to
39d71c5
Compare
Remove safely xmlids as they are deleted:
OpenUpgrade/openupgrade_scripts/scripts/l10n_it/15.0.0.3/upgrade_analysis.txt
Line 22 in 584b7c3