[19.0][MIG] sale_order_line_variant_description: Migration to 19.0#424
Open
NICO-SOLUTIONS wants to merge 12 commits into
Open
[19.0][MIG] sale_order_line_variant_description: Migration to 19.0#424NICO-SOLUTIONS wants to merge 12 commits into
NICO-SOLUTIONS wants to merge 12 commits into
Conversation
|
There hasn't been any activity on this pull request in the past 4 months, so it has been marked as stale and it will be closed automatically if no further activity occurs in the next 30 days. |
Member
Author
|
@pedrobaeza |
BhaveshHeliconia
suggested changes
Apr 10, 2026
4c62e2f to
19b9a9f
Compare
OCA Transbot updated translations from Transifex
…d move to OCA/product-variant OCA Transbot updated translations from Transifex remove obsolete .pot files [ci skip] [UPD] Update sale_order_line_variant_description.pot Translated using Weblate (Portuguese) Currently translated at 100.0% (7 of 7 strings) Translation: product-variant-10.0/product-variant-10.0-sale_order_line_variant_description Translate-URL: https://translation.odoo-community.org/projects/product-variant-10-0/product-variant-10-0-sale_order_line_variant_description/pt/ Translated using Weblate (Dutch) Currently translated at 100.0% (7 of 7 strings) Translation: product-variant-10.0/product-variant-10.0-sale_order_line_variant_description Translate-URL: https://translation.odoo-community.org/projects/product-variant-10-0/product-variant-10-0-sale_order_line_variant_description/nl/
[UPD] Update sale_order_line_variant_description.pot [UPD] README.rst
[UPD] Update sale_order_line_variant_description.pot [UPD] README.rst sale_order_line_variant_description 15.0.2.0.0 Update translation files Updated by "Update PO files to match POT (msgmerge)" hook in Weblate. Translation: product-variant-15.0/product-variant-15.0-sale_order_line_variant_description Translate-URL: https://translation.odoo-community.org/projects/product-variant-15-0/product-variant-15-0-sale_order_line_variant_description/
[UPD] Update sale_order_line_variant_description.pot oca-github-bot post-merge updates Update translation files Updated by "Update PO files to match POT (msgmerge)" hook in Weblate. Translation: product-variant-16.0/product-variant-16.0-sale_order_line_variant_description Translate-URL: https://translation.odoo-community.org/projects/product-variant-16-0/product-variant-16-0-sale_order_line_variant_description/ Translated using Weblate (Spanish) Currently translated at 100.0% (7 of 7 strings) Translation: product-variant-16.0/product-variant-16.0-sale_order_line_variant_description Translate-URL: https://translation.odoo-community.org/projects/product-variant-16-0/product-variant-16-0-sale_order_line_variant_description/es/ Translated using Weblate (Italian) Currently translated at 57.1% (4 of 7 strings) Translation: product-variant-16.0/product-variant-16.0-sale_order_line_variant_description Translate-URL: https://translation.odoo-community.org/projects/product-variant-16-0/product-variant-16-0-sale_order_line_variant_description/it/
…ion alignment [BOT] post-merge updates Translated using Weblate (Italian) Currently translated at 100.0% (7 of 7 strings) Translation: product-variant-16.0/product-variant-16.0-sale_order_line_variant_description Translate-URL: https://translation.odoo-community.org/projects/product-variant-16-0/product-variant-16-0-sale_order_line_variant_description/it/
…duct variant view [UPD] Update sale_order_line_variant_description.pot [BOT] post-merge updates Update translation files Updated by "Update PO files to match POT (msgmerge)" hook in Weblate. Translation: product-variant-16.0/product-variant-16.0-sale_order_line_variant_description Translate-URL: https://translation.odoo-community.org/projects/product-variant-16-0/product-variant-16-0-sale_order_line_variant_description/ Translated using Weblate (Italian) Currently translated at 100.0% (7 of 7 strings) Translation: product-variant-16.0/product-variant-16.0-sale_order_line_variant_description Translate-URL: https://translation.odoo-community.org/projects/product-variant-16-0/product-variant-16-0-sale_order_line_variant_description/it/ Translated using Weblate (Portuguese (Brazil)) Currently translated at 100.0% (7 of 7 strings) Translation: product-variant-16.0/product-variant-16.0-sale_order_line_variant_description Translate-URL: https://translation.odoo-community.org/projects/product-variant-16-0/product-variant-16-0-sale_order_line_variant_description/pt_BR/
[UPD] Update sale_order_line_variant_description.pot [BOT] post-merge updates
19b9a9f to
56a0a17
Compare
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.
standard migration
While running the test, I noticed in my local setup that it fails if the website_sale module is installed. This happens because, in Odoo 19.0, website_sale adds a required field publish_date on the product.template model.
The module itself does not depend on website_sale, and its test only creates a standard product.template record (not in a website context). I assume this means the issue should be handled separately?! — e.g., in an extension module like website_sale_order_line_variant_description.
Am I correct in assuming that the test case does not need to cover this combination, or should it be adapted to support the case when website_sale is installed?