-
-
Notifications
You must be signed in to change notification settings - Fork 893
[19.0][MIG] purchase_tag: Migration to 19.0 #2860
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: 19.0
Are you sure you want to change the base?
Conversation
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate. Translation: purchase-workflow-17.0/purchase-workflow-17.0-purchase_tag Translate-URL: https://translation.odoo-community.org/projects/purchase-workflow-17-0/purchase-workflow-17-0-purchase_tag/
Currently translated at 100.0% (17 of 17 strings) Translation: purchase-workflow-17.0/purchase-workflow-17.0-purchase_tag Translate-URL: https://translation.odoo-community.org/projects/purchase-workflow-17-0/purchase-workflow-17-0-purchase_tag/it/
Currently translated at 100.0% (17 of 17 strings) Translation: purchase-workflow-17.0/purchase-workflow-17.0-purchase_tag Translate-URL: https://translation.odoo-community.org/projects/purchase-workflow-17-0/purchase-workflow-17-0-purchase_tag/es/
4fdf933 to
7fe50f6
Compare
lmignon
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.
Thank you for the migration. Nevertheless, even if it appears to be easy, an issuer remains... 😏
lmignon
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.
Tests fails... see my comment
7fe50f6 to
f622c79
Compare
|
/ocabot migration purchase_tag |
Changed 1 line:
_sql_constraints = [("tag_name_uniq", "unique (name)", "Tag name already exists !")]
into
models.Constraint("unique (name)", message="Tag name already exists !",)