Repository
OCA/purchase-workflow · module folder · Try on Runboat
Module version
1.0.0
Category
Purchases
Folder size
0.04 MB
License
AGPL-3
Application
No
Auto-installable
Yes
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
Weblate, OCA-git-bot, oca-ci, Joan Sisquella
Odoo dependencies
Python dependencies
None
System dependencies
None
Required by
None
Description
This module provides compatibility between the OCA purchase_reception_status
module and Odoo's native purchase_stock module.

When both modules are installed, this glue module automatically:

* Overrides Odoo's native receipt_status computation to use the OCA logic
* Hides redundant native receipt_status displays in views
* Ensures the preferred OCA logic is applied instead of Odoo's approach

Code Analysis

Views touched (2)
XML IDNameModelTypeStatus
purchase_order_form_hide_native_receipt purchase.stock.reception.status.form purchase.order form Inherits purchase_stock.purchase_order_view_form_inherit
purchase_order_tree_hide_native_receipt purchase.stock.reception.status.tree purchase.order tree Inherits purchase_stock.purchase_order_view_tree_inherit
HTTP endpoints (0)

No HTTP endpoints found for this module.

Models touched (1)

New fields (1)
  • receipt_status Selection
    compute='_compute_oca_receipt_status'
Public methods (0)

No public methods.

Loading…