Repository
OCA/purchase-workflow · module folder · Try on Runboat
Module version
1.0.0
Category
Purchase Management
Folder size
0.06 MB
License
AGPL-3
Application
No
Auto-installable
No
Website
https://github.com/OCA/purchase-workflow
Last tracking update
2026-08-07 08:42:59
Authors
Odoo Community Association (OCA), Solvos
Maintainers
Odoo Community Association (OCA), Solvos
Committers
Weblate, OCA-git-bot, oca-ci, Bhavesh Heliconia
Odoo dependencies
Python dependencies
None
System dependencies
None
Required by
None
Description
Adds a dashboard for Purchase Orders based on Purchase Order Types.

Code Analysis

Views touched (4)
XML IDNameModelTypeStatus
purchase_order_view_search purchase.order.select (in purchase_order_type_dashboard) purchase.order search Inherits purchase.purchase_order_view_search
view_purchase_order_type_form purchase.order.type.form (in purchase_order_type_dashboard) purchase.order.type form Inherits purchase_order_type.view_purchase_order_type_form
view_purchase_order_type_kanban purchase.order.type.kanban (in purchase_order_type_dashboard) purchase.order.type kanban New
view_purchase_order_type_tree purchase.order.type.tree (in purchase_order_type_dashboard) purchase.order.type tree Inherits purchase_order_type.view_purchase_order_type_tree
HTTP endpoints (0)

No HTTP endpoints found for this module.

Models touched (1)

New fields (4)
  • invoice_status_no_po_count Integer
    compute='_compute_po_counts' string='Nothing to Bill'
  • invoice_status_ti_po_count Integer
    compute='_compute_po_counts' string='Waiting Bills'
  • purchase_order_ids One2many → purchase.order
    comodel_name='purchase.order' inverse_name='order_type' string='Purchase Orders'
  • state_rfq_po_count Integer
    compute='_compute_po_counts' string='RFQs'
Public methods (0)

No public methods.

Loading…

Loading…

Loading…

Loading…

Loading…

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