[19.0][MIG] purchase_invoice_status_line: Migration to 19.0 - #3036
Open
BhaveshHeliconia wants to merge 19 commits into
Open
[19.0][MIG] purchase_invoice_status_line: Migration to 19.0#3036BhaveshHeliconia wants to merge 19 commits into
BhaveshHeliconia wants to merge 19 commits into
Conversation
BhaveshHeliconia
force-pushed
the
19.0-mig-purchase_invoice_status_line
branch
from
April 28, 2026 12:13
2d02475 to
75f9b02
Compare
This was referenced Apr 28, 2026
BhaveshHeliconia
force-pushed
the
19.0-mig-purchase_invoice_status_line
branch
2 times, most recently
from
August 10, 2026 12:27
61a3726 to
04bf2eb
Compare
Currently translated at 100.0% (9 of 9 strings) Translation: purchase-workflow-18.0/purchase-workflow-18.0-purchase_invoice_status_line Translate-URL: https://translation.odoo-community.org/projects/purchase-workflow-18-0/purchase-workflow-18-0-purchase_invoice_status_line/it/
Currently translated at 100.0% (12 of 12 strings) Translation: purchase-workflow-18.0/purchase-workflow-18.0-purchase_invoice_status_line Translate-URL: https://translation.odoo-community.org/projects/purchase-workflow-18-0/purchase-workflow-18-0-purchase_invoice_status_line/it/
BhaveshHeliconia
force-pushed
the
19.0-mig-purchase_invoice_status_line
branch
3 times, most recently
from
August 11, 2026 04:08
99150fb to
7b9e69b
Compare
tonygalmiche
suggested changes
Aug 17, 2026
tonygalmiche
left a comment
There was a problem hiding this comment.
Tested on a local Odoo 19.0 instance:
- Bug found: "Invoice Status" / "Force Invoiced" columns never appear on the
actual Purchase Order form, only in the separate "Purchase Order Lines" menu
(from purchase_order_line_menu). Root cause: the module only patches the
reusable purchase.purchase_order_line_tree view, but the order lines list
embedded in the PO form is defined inline in purchase.purchase_order_form
and is not connected to that reusable view. The sibling module
purchase_reception_status_line handles this correctly via an additional
view (views/purchase_order.xml) that directly inherits
purchase.purchase_order_form — purchase_invoice_status_line is missing the
equivalent patch.
BhaveshHeliconia
force-pushed
the
19.0-mig-purchase_invoice_status_line
branch
from
August 17, 2026 07:48
7b9e69b to
9464da2
Compare
Contributor
Author
|
Thanks @tonygalmiche! Added the view patch for purchase.purchase_order_form to include the columns in the embedded PO order lines list. |
BhaveshHeliconia
force-pushed
the
19.0-mig-purchase_invoice_status_line
branch
from
August 17, 2026 07:58
9464da2 to
117292e
Compare
BhaveshHeliconia
force-pushed
the
19.0-mig-purchase_invoice_status_line
branch
from
August 17, 2026 08:06
117292e to
1f98db2
Compare
tonygalmiche
approved these changes
Aug 17, 2026
tonygalmiche
left a comment
There was a problem hiding this comment.
Tested on a local Odoo 19.0 instance:
- "Invoice Status" / "Force Invoiced" columns now correctly display on the Purchase Order form (confirmed after the latest fix)
- Line status correctly reflects billing progress (Nothing to Bill / Waiting Bills)
Thanks @BhaveshHeliconia for the quick fix on the missing view patch!
No further issues found. Works as expected.
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.
No description provided.