-
-
Notifications
You must be signed in to change notification settings - Fork 382
[18.0] [MIG] commission_formula: Migration to 18.0 + rename commission_formula_oca #637
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: 18.0
Are you sure you want to change the base?
Conversation
Currently translated at 100.0% (14 of 14 strings) Translation: commission-16.0/commission-16.0-commission_formula Translate-URL: https://translation.odoo-community.org/projects/commission-16-0/commission-16-0-commission_formula/es/
Currently translated at 100.0% (14 of 14 strings) Translation: commission-16.0/commission-16.0-commission_formula Translate-URL: https://translation.odoo-community.org/projects/commission-16-0/commission-16-0-commission_formula/pt_BR/
Currently translated at 100.0% (15 of 15 strings) Translation: commission-16.0/commission-16.0-commission_formula Translate-URL: https://translation.odoo-community.org/projects/commission-16-0/commission-16-0-commission_formula/es/
Currently translated at 100.0% (15 of 15 strings) Translation: commission-16.0/commission-16.0-commission_formula Translate-URL: https://translation.odoo-community.org/projects/commission-16-0/commission-16-0-commission_formula/ca/
Currently translated at 100.0% (15 of 15 strings) Translation: commission-17.0/commission-17.0-commission_formula Translate-URL: https://translation.odoo-community.org/projects/commission-17-0/commission-17-0-commission_formula/es/
Currently translated at 100.0% (15 of 15 strings) Translation: commission-17.0/commission-17.0-commission_formula Translate-URL: https://translation.odoo-community.org/projects/commission-17-0/commission-17-0-commission_formula/it/
Currently translated at 100.0% (15 of 15 strings) Translation: commission-17.0/commission-17.0-commission_formula Translate-URL: https://translation.odoo-community.org/projects/commission-17-0/commission-17-0-commission_formula/pt_BR/
Currently translated at 93.3% (14 of 15 strings) Translation: commission-17.0/commission-17.0-commission_formula Translate-URL: https://translation.odoo-community.org/projects/commission-17-0/commission-17-0-commission_formula/tr/
Currently translated at 100.0% (15 of 15 strings) Translation: commission-17.0/commission-17.0-commission_formula Translate-URL: https://translation.odoo-community.org/projects/commission-17-0/commission-17-0-commission_formula/it/
Currently translated at 100.0% (15 of 15 strings) Translation: commission-17.0/commission-17.0-commission_formula Translate-URL: https://translation.odoo-community.org/projects/commission-17-0/commission-17-0-commission_formula/it/
|
/ocabot migration commission_formula |
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.
Thanks for working on this PR. You need to specify openupgradelib as a dependency in order to get it installed on CI.
TT57626
6fe381d to
c78169a
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.
Functional review OK, some test should be added, but works as expected
commission_formula_oca/__init__.py
Outdated
| from openupgradelib import openupgrade | ||
|
|
||
|
|
||
| def _commission_formula_oca_pre_init_hook(env): |
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, but on OpenUpgrade.
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.
@Borruso OCA/OpenUpgrade#5372 is an example of what needs to be done on OpenUpgrade
c78169a to
fef0266
Compare
No description provided.