TIP: You can type at any time to perform a new search.
Stock Request Picking Type
stock_request_picking_type · OCA/stock-logistics-request
- Repository
- OCA/stock-logistics-request · module folder · Try on Runboat
- Module version
- 1.0.0
- Category
- Warehouse
- Folder size
- 0.08 MB
- License
- LGPL-3
- Application
- No
- Auto-installable
- No
- Website
- https://github.com/OCA/stock-logistics-request
- Last tracking update
- 2026-08-07 08:23:14
- Authors
- Odoo Community Association (OCA), Open Source Integrators
- Maintainers
- Odoo Community Association (OCA), Open Source Integrators
- Committers
- Weblate, OCA-git-bot, oca-ci, Antoni Marroig Campomar
- Odoo dependencies
- Python dependencies
- None
- System dependencies
- None
- Required by
- fieldservice_stock_request
- Description
This module adds stock request orders within the Inventory app with a new operation type.
Code Analysis ⓘ
Views touched (3)
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
stock_request_order_form_picking_type |
stock.request.order.form.picking.type | stock.request.order | form | Inherits stock_request.stock_request_order_form |
stock_request_order_search |
stock.request.order.search | stock.request.order | search | Inherits stock_request.stock_request_order_search |
stock_request_type_kanban |
stock.picking.type.kanban | stock.picking.type | kanban | Inherits stock.stock_picking_type_kanban |
HTTP endpoints (0)
No HTTP endpoints found for this module.
Models touched (2)
New fields (4)
-
codeSelectionondelete={'stock_request_order': 'cascade'}selection_add=[('stock_request_order', 'Stock Request Order')] -
count_sr_lateIntegercompute='_compute_sr_count'string='Late' -
count_sr_openIntegercompute='_compute_sr_count'string='In Progress' -
count_sr_todoIntegercompute='_compute_sr_count'string='To Do'
-
get_stock_request_order_picking_type_action(self)
New fields (1)
-
picking_type_idMany2one → stock.picking.typecomodel_name='stock.picking.type'compute='_compute_picking_type_id'precompute=Truereadonly=Falserequired=Truestore=Truestring='Operation Type'
No public methods.
Loading…
Loading…
Loading…
Loading…
- Status
- Open migration PR — not merged yet for this version
- CI status
- green — ready to merge
- Open since
- 29 days ago
- Last activity
- 29 days ago
- Repository
- OCA/stock-logistics-request
- Pull request
- [18.0][MIG] stock_request_picking_type (#100)