TIP: You can type at any time to perform a new search.
Stock Request Submit
stock_request_submit · OCA/stock-logistics-request
- Repository
- OCA/stock-logistics-request · module folder · Try on Runboat
- Module version
- 1.0.0
- Category
- Warehouse Management
- Folder size
- 0.04 MB
- License
- LGPL-3
- Application
- No
- Auto-installable
- No
- Website
- https://github.com/OCA/stock-logistics-request
- Last tracking update
- 2026-08-07 08:43:06
- Authors
- Odoo Community Association (OCA), Open Source Integrators
- Maintainers
- Odoo Community Association (OCA), Open Source Integrators
- Committers
- Saran440, OCA-git-bot, oca-ci
- Odoo dependencies
- Python dependencies
- None
- System dependencies
- None
- Required by
- None
- Description
This module adds a new state 'Submitted' to Stock Request. The porpose of this state is to allow Supervisors to validate the submitted request enabling them to correct Routes if required.
Code Analysis ⓘ
Views touched (2)
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
stock_request_order_form |
stock.request.order.form | stock.request.order | form | Inherits stock_request.stock_request_order_form |
view_stock_request_form |
stock.request.form | stock.request | form | Inherits stock_request.view_stock_request_form |
HTTP endpoints (0)
No HTTP endpoints found for this module.
Models touched (2)
New fields (2)
-
route_idMany2one -
stateSelectionselection_add=[('submitted', 'Submitted'), ('open')]
-
action_submit(self)
New fields (0)
No new fields.
Public methods (1)-
action_submit(self)
Loading…
Loading…
Loading…
Loading…
Loading…
Loading…