Skip to content
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

Open
wants to merge 30 commits into
base: 17.0
Choose a base branch
from

Conversation

imlopes
Copy link

@imlopes imlopes commented Sep 10, 2024

Depends on:

agreement: #35

Removing dependency on :
agreement_serviceprofile: #39

Sandip Mangukiya and others added 30 commits September 10, 2024 12:30
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/
@@ -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")

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

@rousseldenis
Copy link
Sponsor Contributor

/ocabot migration agreement_repair

@rousseldenis
Copy link
Sponsor Contributor

@imlopes Could you remove test dependency as #35 has been merged ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.