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 IDNameModelTypeStatus
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_id Many2one
  • state Selection
    selection_add=[('submitted', 'Submitted'), ('open')]
Public methods (1)
  • action_submit(self)

New fields (0)

No new fields.

Public methods (1)
  • action_submit(self)

Loading…

Loading…

Loading…

Loading…

Loading…

Loading…