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

Merged
merged 30 commits into from
Nov 22, 2024

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
Contributor

/ocabot migration agreement_repair

@rousseldenis
Copy link
Contributor

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

@imlopes imlopes force-pushed the 17.0-mig-agreement_repair branch from 90d05da to db6e6d5 Compare October 1, 2024 11:26
@gurneyalex
Copy link
Member

/ocabot merge nobump

@OCA-git-bot
Copy link
Contributor

On my way to merge this fine PR!
Prepared branch 17.0-ocabot-merge-pr-43-by-gurneyalex-bump-nobump, awaiting test results.

@OCA-git-bot OCA-git-bot merged commit 055d5d4 into OCA:17.0 Nov 22, 2024
8 of 11 checks passed
@OCA-git-bot
Copy link
Contributor

Congratulations, your PR was merged at 53c475c. Thanks a lot for contributing to OCA. ❤️

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.