Repository
OCA/purchase-workflow · module folder · Try on Runboat
Module version
1.0.1
Category
Purchases
Folder size
0.09 MB
License
AGPL-3
Application
No
Auto-installable
No
Website
https://github.com/OCA/purchase-workflow
Last tracking update
2026-08-07 08:42:58
Authors
Odoo Community Association (OCA), ForgeFlow
Maintainers
Odoo Community Association (OCA), ForgeFlow
Committers
Stefan Rijnhart, Weblate, OCA-git-bot, oca-ci, nobuQuartile
Odoo dependencies
Python dependencies
None
System dependencies
None
Required by
purchase_invoice_plan
Description
This module allows purchase users to identify what are the purchase
orders that currently have quantities pending to invoice or to receive.

Code Analysis

Views touched (4)
XML IDNameModelTypeStatus
purchase_order_form purchase.order.form -- open qty fields purchase.order form Inherits purchase.purchase_order_form
purchase_order_line_search purchase.order.line.search - purchase_open_qty purchase.order.line search Inherits purchase.purchase_order_line_search
view_purchase_order_filter request.quotation.select -- open qty filters purchase.order search Inherits purchase.purchase_order_view_search
view_purchase_order_line_tree purchase.order.line tree Inherits purchase_order_line_menu.purchase_order_line_tree
HTTP endpoints (0)

No HTTP endpoints found for this module.

Models touched (2)

New fields (4)
  • pending_qty_to_invoice Boolean
    compute='_compute_qty_to_invoice' search='_search_pending_qty_to_invoice' string='Pending Qty to Bill'
  • pending_qty_to_receive Boolean
    compute='_compute_qty_to_receive' search='_search_pending_qty_to_receive' string='Pending Qty to Receive'
  • qty_to_invoice Float
    compute='_compute_qty_to_invoice' default=0.0 string='Qty to Bill'
  • qty_to_receive Float
    compute='_compute_qty_to_receive' default=0.0 string='Qty to Receive'
Public methods (0)

No public methods.

New fields (1)
  • qty_to_receive Float
    compute='_compute_qty_to_receive' copy=False digits='Product Unit of Measure' store=True string='Qty to Receive'
Public methods (0)

No public methods.

Loading…

Loading…

Loading…

Loading…

Loading…

Loading…

Loading…

Loading…

Loading…

Status
Open migration PR — not merged yet for this version
CI status
checks failing
Open since
157 days ago
Last activity
41 days ago
Repository
OCA/purchase-workflow
Pull request
[19.0][MIG] purchase_open_qty: Migration to 19.0 (#2989)