-
-
Notifications
You must be signed in to change notification settings - Fork 42
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] agreement_repair: Migration to 17.0 #43
Conversation
Currently translated at 100.0% (8 of 8 strings) Translation: contract-11.0/contract-11.0-agreement_repair Translate-URL: https://translation.odoo-community.org/projects/contract-11-0/contract-11-0-agreement_repair/de/
Currently translated at 100.0% (7 of 7 strings) Translation: contract-12.0/contract-12.0-agreement_repair Translate-URL: https://translation.odoo-community.org/projects/contract-12-0/contract-12-0-agreement_repair/zh_CN/
Currently translated at 100.0% (7 of 7 strings) Translation: contract-12.0/contract-12.0-agreement_repair Translate-URL: https://translation.odoo-community.org/projects/contract-12-0/contract-12-0-agreement_repair/pt_BR/
Currently translated at 100.0% (7 of 7 strings) Translation: contract-12.0/contract-12.0-agreement_repair Translate-URL: https://translation.odoo-community.org/projects/contract-12-0/contract-12-0-agreement_repair/pt/
Currently translated at 100.0% (10 of 10 strings) Translation: contract-14.0/contract-14.0-agreement_repair Translate-URL: https://translation.odoo-community.org/projects/contract-14-0/contract-14-0-agreement_repair/es_AR/
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate. Translation: contract-14.0/contract-14.0-agreement_repair Translate-URL: https://translation.odoo-community.org/projects/contract-14-0/contract-14-0-agreement_repair/
Currently translated at 100.0% (10 of 10 strings) Translation: contract-14.0/contract-14.0-agreement_repair Translate-URL: https://translation.odoo-community.org/projects/contract-14-0/contract-14-0-agreement_repair/es/
Currently translated at 90.0% (9 of 10 strings) Translation: contract-14.0/contract-14.0-agreement_repair Translate-URL: https://translation.odoo-community.org/projects/contract-14-0/contract-14-0-agreement_repair/pt_BR/
Currently translated at 100.0% (10 of 10 strings) Translation: contract-14.0/contract-14.0-agreement_repair Translate-URL: https://translation.odoo-community.org/projects/contract-14-0/contract-14-0-agreement_repair/pt_BR/
agreement_repair/models/repair.py
Outdated
@@ -8,4 +8,3 @@ class Repair(models.Model): | |||
_inherit = "repair.order" | |||
|
|||
agreement_id = fields.Many2one("agreement", "Agreement") | |||
serviceprofile_id = fields.Many2one("agreement.serviceprofile", "Service Profile") |
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.
Add a glue module with this feature, otherwise we're not supporting the same features that were there before the migration
/ocabot migration agreement_repair |
90d05da
to
db6e6d5
Compare
/ocabot merge nobump |
On my way to merge this fine PR! |
Congratulations, your PR was merged at 53c475c. Thanks a lot for contributing to OCA. ❤️ |
Depends on:
agreement: #35
Removing dependency on :
agreement_serviceprofile: #39