[19.0][MIG] purchase_open_qty: Migration to 19.0#2989
Open
ellbristow wants to merge 38 commits intoOCA:19.0from
Open
[19.0][MIG] purchase_open_qty: Migration to 19.0#2989ellbristow wants to merge 38 commits intoOCA:19.0from
ellbristow wants to merge 38 commits intoOCA:19.0from
Conversation
orders with pending (or not pending) quantity to receive/invoice.
Currently translated at 100.0% (7 of 7 strings) Translation: purchase-workflow-12.0/purchase-workflow-12.0-purchase_open_qty Translate-URL: https://translation.odoo-community.org/projects/purchase-workflow-12-0/purchase-workflow-12-0-purchase_open_qty/zh_CN/
Currently translated at 100.0% (7 of 7 strings) Translation: purchase-workflow-12.0/purchase-workflow-12.0-purchase_open_qty Translate-URL: https://translation.odoo-community.org/projects/purchase-workflow-12-0/purchase-workflow-12-0-purchase_open_qty/it/
Currently translated at 100.0% (7 of 7 strings) Translation: purchase-workflow-12.0/purchase-workflow-12.0-purchase_open_qty Translate-URL: https://translation.odoo-community.org/projects/purchase-workflow-12-0/purchase-workflow-12-0-purchase_open_qty/pt_BR/
Currently translated at 100.0% (7 of 7 strings) Translation: purchase-workflow-13.0/purchase-workflow-13.0-purchase_open_qty Translate-URL: https://translation.odoo-community.org/projects/purchase-workflow-13-0/purchase-workflow-13-0-purchase_open_qty/zh_CN/
…tity at line level Wrong filter fields at line level, the module is trying to use the computed fields of the order instead of the line ones.
Currently translated at 100.0% (7 of 7 strings) Translation: purchase-workflow-13.0/purchase-workflow-13.0-purchase_open_qty Translate-URL: https://translation.odoo-community.org/projects/purchase-workflow-13-0/purchase-workflow-13-0-purchase_open_qty/de/
Currently translated at 100.0% (7 of 7 strings) Translation: purchase-workflow-13.0/purchase-workflow-13.0-purchase_open_qty Translate-URL: https://translation.odoo-community.org/projects/purchase-workflow-13-0/purchase-workflow-13-0-purchase_open_qty/fr/
Currently translated at 85.7% (6 of 7 strings) Translation: purchase-workflow-14.0/purchase-workflow-14.0-purchase_open_qty Translate-URL: https://translation.odoo-community.org/projects/purchase-workflow-14-0/purchase-workflow-14-0-purchase_open_qty/es/
Currently translated at 57.1% (4 of 7 strings) Translation: purchase-workflow-14.0/purchase-workflow-14.0-purchase_open_qty Translate-URL: https://translation.odoo-community.org/projects/purchase-workflow-14-0/purchase-workflow-14-0-purchase_open_qty/fr_BE/
…ding to bill If 10 units received, all units invoiced and returning 5 units, but this units are not invoiced, the purchase has -5 units to invoice so this purchase order should appear as pending to invoice.
… invoice in purchase.order.lines too
Currently translated at 100.0% (7 of 7 strings) Translation: purchase-workflow-15.0/purchase-workflow-15.0-purchase_open_qty Translate-URL: https://translation.odoo-community.org/projects/purchase-workflow-15-0/purchase-workflow-15-0-purchase_open_qty/it/
Qty to receive for services cannot be based on stock moves.
[MIG] purchase_open_qty: Migration to 16.0
Currently translated at 100.0% (7 of 7 strings) Translation: purchase-workflow-17.0/purchase-workflow-17.0-purchase_open_qty Translate-URL: https://translation.odoo-community.org/projects/purchase-workflow-17-0/purchase-workflow-17-0-purchase_open_qty/it/
Move models and views into model specific files.
Fixed SQL in init_hook to avoid incorrect qty_to_receive on service product's PO lines, which were previously computed like stockable products via stock moves.
3349717 to
7d70d61
Compare
7d70d61 to
26de0a3
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.
Depends on: #2846