Purchase Stock Reception Status

purchase_stock_reception_status
REPOSITORY
REPOSITORYOCA/purchase-workflow
GIT
GIThttps://github.com/OCA/purchase-workflow.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/purchase-workflow/tree/18.0/purchase_stock_reception_status
VERSION
VERSION 1.0.0
CATEGORY
CATEGORYPurchases
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLEYes
AUTHORS
AUTHORSOdoo Community Association (OCA), ForgeFlow
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), ForgeFlow
COMMITTERS
COMMITTERSWeblate, OCA-git-bot, oca-ci, Joan Sisquella
WEBSITE
WEBSITEhttps://github.com/OCA/purchase-workflow
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 19:30:17
ODOO DEPENDENCIES
ODOO DEPENDENCIES OCA/purchase-workflow:
    - purchase_reception_status
odoo/odoo:
    - purchase
    - account
    - base_setup
    - base
    - web
    - onboarding
    - product
    - mail
    - bus
    - web_tour
    - html_editor
    - uom
    - analytic
    - portal
    - web_editor
    - http_routing
    - auth_signup
    - digest
    - resource
    - purchase_stock
    - stock_account
    - stock
    - barcodes_gs1_nomenclature
    - barcodes
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
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 xpath Inherits purchase_stock.purchase_order_view_form_inherit
purchase_order_tree_hide_native_receipt purchase.stock.reception.status.tree purchase.order xpath Inherits purchase_stock.purchase_order_view_tree_inherit
Models touched (1)

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

No public methods.

REPOSITORY
REPOSITORYOCA/purchase-workflow
GIT
GIThttps://github.com/OCA/purchase-workflow.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/purchase-workflow/tree/17.0/purchase_stock_reception_status
VERSION
VERSION 1.0.0
CATEGORY
CATEGORYPurchases
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLEYes
AUTHORS
AUTHORSOdoo Community Association (OCA), ForgeFlow
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), ForgeFlow
COMMITTERS
COMMITTERSWeblate, OCA-git-bot, oca-ci, Joan Sisquella
WEBSITE
WEBSITEhttps://github.com/OCA/purchase-workflow
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 19:20:09
ODOO DEPENDENCIES
ODOO DEPENDENCIES OCA/purchase-workflow:
    - purchase_reception_status
odoo/odoo:
    - purchase
    - account
    - base_setup
    - base
    - web
    - onboarding
    - product
    - mail
    - bus
    - web_tour
    - uom
    - analytic
    - portal
    - web_editor
    - http_routing
    - auth_signup
    - digest
    - resource
    - purchase_stock
    - stock_account
    - stock
    - barcodes_gs1_nomenclature
    - barcodes
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
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 xpath Inherits purchase_stock.purchase_order_view_form_inherit
purchase_order_tree_hide_native_receipt purchase.stock.reception.status.tree purchase.order xpath Inherits purchase_stock.purchase_order_view_tree_inherit
Models touched (1)

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

No public methods.