-
-
Notifications
You must be signed in to change notification settings - Fork 246
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
[17.0][MIG] crm_operating_unit: Migration to 17.0 #692
[17.0][MIG] crm_operating_unit: Migration to 17.0 #692
Conversation
various fixes
Currently translated at 100.0% (2 of 2 strings) Translation: operating-unit-13.0/operating-unit-13.0-crm_operating_unit Translate-URL: https://translation.odoo-community.org/projects/operating-unit-13-0/operating-unit-13-0-crm_operating_unit/es_MX/
Currently translated at 100.0% (5 of 5 strings) Translation: operating-unit-14.0/operating-unit-14.0-crm_operating_unit Translate-URL: https://translation.odoo-community.org/projects/operating-unit-14-0/operating-unit-14-0-crm_operating_unit/fr/
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate. Translation: operating-unit-15.0/operating-unit-15.0-crm_operating_unit Translate-URL: https://translation.odoo-community.org/projects/operating-unit-15-0/operating-unit-15-0-crm_operating_unit/
Currently translated at 100.0% (2 of 2 strings) Translation: operating-unit-15.0/operating-unit-15.0-crm_operating_unit Translate-URL: https://translation.odoo-community.org/projects/operating-unit-15-0/operating-unit-15-0-crm_operating_unit/es/
faf8694
to
b23e612
Compare
b23e612
to
bbb3bdc
Compare
/ocabot migration crm_operating_unit |
@traitrantrobz can you remove the released dependency? |
@traitrantrobz can you pls remove dependency commit and rebase?
|
bbb3bdc
to
436759f
Compare
@@ -6,7 +6,7 @@ | |||
|
|||
class TestCrmOperatingUnit(common.TransactionCase): | |||
def setUp(self): | |||
super(TestCrmOperatingUnit, self).setUp() | |||
super().setUp() |
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.
@traitrantrobz can you please update the test initialization:
@classmethod
def setUpClass(cls):
super().setUpClass()
cls.env = cls.env(context=dict(cls.env.context, tracking_disable=True))
This PR has the |
@AaronHForgeFlow can you pls take a look here? |
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 LGTM
/ocabot merge nobump |
Hey, thanks for contributing! Proceeding to merge this for you. |
Congratulations, your PR was merged at 1c8c0a5. Thanks a lot for contributing to OCA. ❤️ |
Ref: BSRD-702
Depends on: