TIP: You can type at any time to perform a new search.
Purchase Stock Reception Status
purchase_stock_reception_status · OCA/purchase-workflow
- 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 ID | Name | Model | Type | Status |
|---|---|---|---|---|
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_statusSelectioncompute='_compute_oca_receipt_status'
No public methods.
Loading…