[18.0][MIG] fieldservice_purchase - #1594
Open
marcos-mendez wants to merge 33 commits into
Open
Conversation
[UPD] README.rst
[UPD] README.rst [UPD] Update fieldservice_purchase.pot Added translation using Weblate (German) Translated using Weblate (German) Currently translated at 100.0% (3 of 3 strings) Translation: field-service-12.0/field-service-12.0-fieldservice_purchase Translate-URL: https://translation.odoo-community.org/projects/field-service-12-0/field-service-12-0-fieldservice_purchase/de/ Added translation using Weblate (Portuguese (Brazil)) Added translation using Weblate (Spanish (Chile)) Translated using Weblate (Spanish (Chile)) Currently translated at 100.0% (3 of 3 strings) Translation: field-service-12.0/field-service-12.0-fieldservice_purchase Translate-URL: https://translation.odoo-community.org/projects/field-service-12-0/field-service-12-0-fieldservice_purchase/es_CL/ Translated using Weblate (Portuguese (Brazil)) Currently translated at 100.0% (3 of 3 strings) Translation: field-service-12.0/field-service-12.0-fieldservice_purchase Translate-URL: https://translation.odoo-community.org/projects/field-service-12-0/field-service-12-0-fieldservice_purchase/pt_BR/
Currently translated at 100.0% (6 of 6 strings) Translation: field-service-14.0/field-service-14.0-fieldservice_purchase Translate-URL: https://translation.odoo-community.org/projects/field-service-14-0/field-service-14-0-fieldservice_purchase/it/
Currently translated at 100.0% (6 of 6 strings) Translation: field-service-14.0/field-service-14.0-fieldservice_purchase Translate-URL: https://translation.odoo-community.org/projects/field-service-14-0/field-service-14-0-fieldservice_purchase/es_AR/
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate. Translation: field-service-15.0/field-service-15.0-fieldservice_purchase Translate-URL: https://translation.odoo-community.org/projects/field-service-15-0/field-service-15-0-fieldservice_purchase/
Currently translated at 100.0% (3 of 3 strings) Translation: field-service-15.0/field-service-15.0-fieldservice_purchase Translate-URL: https://translation.odoo-community.org/projects/field-service-15-0/field-service-15-0-fieldservice_purchase/es/
Currently translated at 100.0% (3 of 3 strings) Translation: field-service-15.0/field-service-15.0-fieldservice_purchase Translate-URL: https://translation.odoo-community.org/projects/field-service-15-0/field-service-15-0-fieldservice_purchase/gl/
Currently translated at 33.3% (1 of 3 strings) Translation: field-service-15.0/field-service-15.0-fieldservice_purchase Translate-URL: https://translation.odoo-community.org/projects/field-service-15-0/field-service-15-0-fieldservice_purchase/zh_CN/
Contributor
Author
|
/ocabot migration fieldservice_purchase |
Contributor
|
Sorry @marcos-mendez you are not allowed to mark the addon to be migrated. To do so you must either have push permissions on the repository, or be a declared maintainer of all modified addons. If you wish to adopt an addon and become it's maintainer, open a pull request to add your GitHub login to the |
Contributor
|
Sorry @marcos-mendez you are not allowed to mark the addon to be migrated. To do so you must either have push permissions on the repository, or be a declared maintainer of all modified addons. If you wish to adopt an addon and become it's maintainer, open a pull request to add your GitHub login to the |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Supersedes #1551, which has been stalled for over a month with red CI — all commits from @brian10048 are preserved (rebased on current 18.0), with one fix commit on top:
[FIX]the secondproduct.supplierinfocreate intest_fieldservice_purchasestill used the pre-16.0namefield, which no longer exists (renamed topartner_id) — this was the only CI failure in both the Odoo and OCB test runs.We run this module in production on Odoo 18 (ported independently) and can confirm the functional behavior.
Part of #1220