TIP: You can type at any time to perform a new search.
Purchase Reception Status
purchase_reception_status · OCA/purchase-workflow
- Repository
- OCA/purchase-workflow · module folder · Try on Runboat
- Module version
- 1.0.0
- Category
- Purchases
- Folder size
- 0.05 MB
- License
- AGPL-3
- Application
- No
- Auto-installable
- No
- Website
- https://github.com/OCA/purchase-workflow
- Last tracking update
- 2026-08-07 09:06:27
- Authors
- Akretion, Odoo Community Association (OCA)
- Maintainers
- Akretion, Odoo Community Association (OCA)
- Committers
- Weblate, OCA-git-bot, oca-ci, sbiosca-s73
- Odoo dependencies
- Python dependencies
- None
- System dependencies
- None
- Required by
- None
- Description
This module adds a field *Receiption Status* on purchase orders. On a confirmed purchase order, it can have 3 different values: - Nothing Received - Partially Received - Fully Received
Code Analysis ⓘ
Views touched (3)
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
purchase_order_form |
received_status.purchase.order.form | purchase.order | form | Inherits purchase.purchase_order_form |
purchase_order_tree |
received_status.purchase.order.tree | purchase.order | tree | Inherits purchase.purchase_order_tree |
view_purchase_order_filter |
received_status.purchase.order.search | purchase.order | search | Inherits purchase.purchase_order_view_search |
HTTP endpoints (0)
No HTTP endpoints found for this module.
Models touched (1)
New fields (2)
-
force_receivedBooleancopy=Falsehelp='If true, the reception status will be forced to Fully Received, even if some lines are not fully received. To be able to modify this field, you must first lock the order.'readonly=True -
receipt_statusSelectioncompute='_compute_oca_receipt_status'store=True args: [('pending', 'Nothing Received'), ('partial', 'Partially Received'), ('full', 'Fully Received')]
No public methods.
Loading…
Loading…
Loading…
Loading…
Loading…
Loading…
Loading…