TIP: You can type at any time to perform a new search.
Sale production State
sale_production_state · OCA/sale-workflow
- Repository
- OCA/sale-workflow · module folder · Try on Runboat
- Module version
- 1.0.0
- Category
- Product
- Folder size
- 0.04 MB
- License
- AGPL-3
- Application
- No
- Auto-installable
- No
- Website
- https://github.com/OCA/sale-workflow
- Last tracking update
- 2026-08-07 08:42:48
- Authors
- Akretion, Odoo Community Association (OCA)
- Maintainers
- Akretion, Odoo Community Association (OCA)
- Committers
- Weblate, OCA-git-bot, oca-ci, Guillaume MASSON
- Odoo dependencies
- Python dependencies
- None
- System dependencies
- None
- Required by
- None
- Description
This module adds production state on the sale order. It is computed from the state of the manufactruring orders related to the sale order.
Code Analysis ⓘ
Views touched (4)
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
sale_order_line_form_readonly |
sale.order.line.form.readonly.inherit | sale.order.line | form | Inherits sale.sale_order_line_view_form_readonly |
sale_order_line_list |
sale.order.line.list.inherit | sale.order.line | list | Inherits sale.view_order_line_tree |
view_order_form_inherit_production_state |
sale.order.form.sale.stock | sale.order | form | Inherits sale.view_order_form |
view_order_tree_inherit_production_state |
sale.order.list | sale.order | list | Inherits sale.view_order_tree |
HTTP endpoints (0)
No HTTP endpoints found for this module.
Models touched (2)
New fields (1)
-
production_stateSelectioncompute='_compute_production_state'index=Trueselection=[('no', 'No manufacturing'), ('unprocessed', 'Unprocessed'), ('partially', 'Partially processed'), ('done', 'Done')]store=Truestring='Manufacturing state'
No public methods.
New fields (1)
-
production_stateSelectioncompute='_compute_production_state'index=Trueselection=[('no', 'No manufacturing'), ('unprocessed', 'Unprocessed'), ('partially', 'Partially processed'), ('done', 'Done')]store=Truestring='Manufacturing state'
No public methods.
Loading…