-
-
Notifications
You must be signed in to change notification settings - Fork 895
[16.0][MIG] purchase_order_line_description: Migration to 16.0 #2864
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
Open
chienandalu
wants to merge
16
commits into
OCA:16.0
Choose a base branch
from
moduon:16.0-mig-purchase_order_line_description
base: 16.0
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
[16.0][MIG] purchase_order_line_description: Migration to 16.0 #2864
chienandalu
wants to merge
16
commits into
OCA:16.0
from
moduon:16.0-mig-purchase_order_line_description
Conversation
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
Gelojr
approved these changes
Nov 6, 2025
Gelojr
left a comment
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.
Congratulations on the work @chienandalu !
The following tests were executed:
- Purchase description replaces line description — Passed: the line shows exactly the product’s purchase description.
- No purchase description present — Passed: the line keeps the product name; nothing is overwritten.
- Translation to supplier language — Passed: the line shows the translated purchase description based on supplier’s language.
- Switching product on the same line — Passed: the line description updates to the new product’s purchase description.
- Multiple lines with different products — Passed: each line displays its corresponding product’s purchase description.
- Manual edit after onchange — Passed: the manual line description remains unchanged unless the product is changed.
- Supplier without language — Passed: the line uses the system/user default language for the description.
- Missing translation for supplier language — Passed: the line falls back to the available (default) description.
Currently translated at 100.0% (7 of 7 strings) Translation: purchase-workflow-12.0/purchase-workflow-12.0-purchase_order_line_description Translate-URL: https://translation.odoo-community.org/projects/purchase-workflow-12-0/purchase-workflow-12-0-purchase_order_line_description/pt_BR/
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate. Translation: purchase-workflow-12.0/purchase-workflow-12.0-purchase_order_line_description Translate-URL: https://translation.odoo-community.org/projects/purchase-workflow-12-0/purchase-workflow-12-0-purchase_order_line_description/
Currently translated at 100.0% (7 of 7 strings) Translation: purchase-workflow-12.0/purchase-workflow-12.0-purchase_order_line_description Translate-URL: https://translation.odoo-community.org/projects/purchase-workflow-12-0/purchase-workflow-12-0-purchase_order_line_description/sl/
Installing this module introduces a regression from Odoo core when the supplier speaks a different language than the user, setting the description on the user's lang instead. @Tecnativa TT27390
Currently translated at 100.0% (7 of 7 strings) Translation: purchase-workflow-12.0/purchase-workflow-12.0-purchase_order_line_description Translate-URL: https://translation.odoo-community.org/projects/purchase-workflow-12-0/purchase-workflow-12-0-purchase_order_line_description/pt_BR/
Currently translated at 42.8% (3 of 7 strings) Translation: purchase-workflow-12.0/purchase-workflow-12.0-purchase_order_line_description Translate-URL: https://translation.odoo-community.org/projects/purchase-workflow-12-0/purchase-workflow-12-0-purchase_order_line_description/it/
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate. Translation: purchase-workflow-12.0/purchase-workflow-12.0-purchase_order_line_description Translate-URL: https://translation.odoo-community.org/projects/purchase-workflow-12-0/purchase-workflow-12-0-purchase_order_line_description/
2d817b5 to
6e4ee14
Compare
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.
https://www.loom.com/share/e761c384adec4b3d8c78c7401b5d9268
cc @moduon MT-11621