-
-
Notifications
You must be signed in to change notification settings - Fork 168
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] [16.0] maintenance_plan_activity: migration to 16.0 #392
[MIG] [16.0] maintenance_plan_activity: migration to 16.0 #392
Conversation
[ADD] tests
Currently translated at 100.0% (18 of 18 strings) Translation: maintenance-13.0/maintenance-13.0-maintenance_plan_activity Translate-URL: https://translation.odoo-community.org/projects/maintenance-13-0/maintenance-13-0-maintenance_plan_activity/es/
Currently translated at 100.0% (18 of 18 strings) Translation: maintenance-13.0/maintenance-13.0-maintenance_plan_activity Translate-URL: https://translation.odoo-community.org/projects/maintenance-13-0/maintenance-13-0-maintenance_plan_activity/it/
Also, clean-up of useless from_string() calls.
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate. Translation: maintenance-15.0/maintenance-15.0-maintenance_plan_activity Translate-URL: https://translation.odoo-community.org/projects/maintenance-15-0/maintenance-15-0-maintenance_plan_activity/
Currently translated at 100.0% (17 of 17 strings) Translation: maintenance-15.0/maintenance-15.0-maintenance_plan_activity Translate-URL: https://translation.odoo-community.org/projects/maintenance-15-0/maintenance-15-0-maintenance_plan_activity/it/
Currently translated at 100.0% (17 of 17 strings) Translation: maintenance-15.0/maintenance-15.0-maintenance_plan_activity Translate-URL: https://translation.odoo-community.org/projects/maintenance-15-0/maintenance-15-0-maintenance_plan_activity/it/
@@ -7,7 +7,7 @@ | |||
This module allows defining in the maintenance plan activities that | |||
will be created once the maintenance requests are created as a | |||
consequence of the plan itself.""", | |||
"version": "15.0.1.0.2", | |||
"version": "16.0.1.0.2", |
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.
Keep it 16.0.1.0.0
On new odoo versions, we start from 1.0.0 again
7c32f87
to
c737927
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.
Tested on runboat
No major changes
/ocabot migration maintenance_plan_activity
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 👍🏼
This PR has the |
/ocabot merge nobump |
What a great day to merge this nice PR. Let's do it! |
Congratulations, your PR was merged at 38dc963. Thanks a lot for contributing to OCA. ❤️ |
Standard migration
@etobella