-
-
Notifications
You must be signed in to change notification settings - Fork 170
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
[MIG] product_brand_stock: Migrate to 15.0 from 16.0 #189
Conversation
Currently translated at 100.0% (5 of 5 strings) Translation: brand-16.0/brand-16.0-product_brand_stock Translate-URL: https://translation.odoo-community.org/projects/brand-16-0/brand-16-0-product_brand_stock/es/
fb5e1d2
to
15dd9df
Compare
@hugho-ad @luisg123v Could you review this PR please? |
# | ||
msgid "" | ||
msgstr "" | ||
"Project-Id-Version: Odoo Server 16.0\n" |
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.
15.0
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.
Done
15dd9df
to
d12bc91
Compare
could you review please? |
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.
Commit title:
migration -> migrate
Because titles should be in imperative tense.
@@ -0,0 +1 @@ | |||
../../../../product_brand_stock |
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.
This shouldn't be here in the migration commit but in the precommit commit.
BTW, since title is not only for autoformatting but also for things like these ones, title should be:
[IMP] module_name: pre-commit stuff
(according to OCA guidelines).
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.
pre-commit-stuff
-> pre-commit stuff
(remove extra "-").
query_alter = sql.SQL("ALTER TABLE {} ADD COLUMN IF NOT EXISTS product_brand_id integer").format( | ||
sql.Identifier(to_init_table) | ||
) | ||
query_alter = sql.SQL( |
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.
This is reverting what was done in previous commit (the precommit one).
product_brand_stock/i18n/es.po
Outdated
@@ -4,7 +4,7 @@ | |||
# | |||
msgid "" | |||
msgstr "" | |||
"Project-Id-Version: Odoo Server 16.0\n" | |||
"Project-Id-Version: Odoo Server 15.0\n" |
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.
You're changing this one but not modifying the template.
Either change bot or leave both untouched (they will be updated by the bot anyway).
f21e873
to
af736a8
Compare
af736a8
to
5cbfde7
Compare
@luisg123v Could you please review this again? |
5cbfde7
to
e4950f5
Compare
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 👍
/ocabot merge nobump |
Sorry @luisg123v you are not allowed to merge. To do so you must either have push permissions on the repository, or be a declared maintainer of all modified addons. If you wish to adopt an addon and become it's maintainer, open a pull request to add your GitHub login to the |
Hi @moylop260, I can't merge this one. Could you merge it, please? Regards, |
This PR has the |
/ocabot merge nobump |
/ocabot merge nobump |
@moylop260 The merge process could not start, because command `git merge --no-ff -m 'Merge PR #189 into 15.0 Signed-off-by moylop260' tmp-pr-189` failed with output:
|
No description provided.