-
-
Notifications
You must be signed in to change notification settings - Fork 671
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
[MIG][16.0] stock_scrap_tier_validation #1867
base: 16.0
Are you sure you want to change the base?
[MIG][16.0] stock_scrap_tier_validation #1867
Conversation
Currently translated at 100.0% (19 of 19 strings) Translation: stock-logistics-workflow-15.0/stock-logistics-workflow-15.0-stock_scrap_tier_validation Translate-URL: https://translation.odoo-community.org/projects/stock-logistics-workflow-15-0/stock-logistics-workflow-15-0-stock_scrap_tier_validation/es/
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate. Translation: stock-logistics-workflow-15.0/stock-logistics-workflow-15.0-stock_scrap_tier_validation Translate-URL: https://translation.odoo-community.org/projects/stock-logistics-workflow-15-0/stock-logistics-workflow-15-0-stock_scrap_tier_validation/
Currently translated at 100.0% (20 of 20 strings) Translation: stock-logistics-workflow-15.0/stock-logistics-workflow-15.0-stock_scrap_tier_validation Translate-URL: https://translation.odoo-community.org/projects/stock-logistics-workflow-15-0/stock-logistics-workflow-15-0-stock_scrap_tier_validation/es/
Currently translated at 100.0% (20 of 20 strings) Translation: stock-logistics-workflow-15.0/stock-logistics-workflow-15.0-stock_scrap_tier_validation Translate-URL: https://translation.odoo-community.org/projects/stock-logistics-workflow-15-0/stock-logistics-workflow-15-0-stock_scrap_tier_validation/it/
Currently translated at 100.0% (20 of 20 strings) Translation: stock-logistics-workflow-15.0/stock-logistics-workflow-15.0-stock_scrap_tier_validation Translate-URL: https://translation.odoo-community.org/projects/stock-logistics-workflow-15-0/stock-logistics-workflow-15-0-stock_scrap_tier_validation/it/
Currently translated at 100.0% (20 of 20 strings) Translation: stock-logistics-workflow-15.0/stock-logistics-workflow-15.0-stock_scrap_tier_validation Translate-URL: https://translation.odoo-community.org/projects/stock-logistics-workflow-15-0/stock-logistics-workflow-15-0-stock_scrap_tier_validation/it/
Currently translated at 100.0% (20 of 20 strings) Translation: stock-logistics-workflow-15.0/stock-logistics-workflow-15.0-stock_scrap_tier_validation Translate-URL: https://translation.odoo-community.org/projects/stock-logistics-workflow-15-0/stock-logistics-workflow-15-0-stock_scrap_tier_validation/it/
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.
Here is one of the issues I solved in the earlier migration to 17.0: create a tier definition for stock.scrap. Go to a delivery transfer. Click the Scrap
button. You get this error:
It is because the 'secondary' stock scrap popup view does not have the tier validation fields. This is solved in 9abffe9#diff-635ed623ad5aeed8a01ed21e71441fd81a5697bec804f2581bf843ecfea40d94. I really think you will want to take the rest of that commit as well, to prevent the other issue from showing up (the other issue being: the popup is only saved upon confirmation, but the confirmation is blocked because of the validation, resulting in a deadlock).
e0ecee7
to
20b4b25
Compare
…error when pressing scrap from picking Co-authored-by: Eugene Molotov <[email protected]>
20b4b25
to
61c2ddc
Compare
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.
Cherry-picked [ADD] stock_scrap_tier_validation_mrp from 17.0 |
/ocabot migration stock_scrap_tier_validation |
@em230418 That's quite a confession. I really wouldn't like running into issues testing a third time on this PR. Are you sure you don't want to have a go first? |
No description provided.