TIP: You can type at any time to perform a new search.
Stock Request MRP
stock_request_mrp · 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.06 MB
- License
- LGPL-3
- Application
- No
- Auto-installable
- Yes
- Website
- https://github.com/OCA/stock-logistics-request
- Last tracking update
- 2026-08-07 08:43:06
- Authors
- Odoo Community Association (OCA), ForgeFlow
- Maintainers
- Odoo Community Association (OCA), ForgeFlow
- Committers
- Carlos Lopez, Weblate, Franco Leyes, OCA-git-bot, oca-ci
- Odoo dependencies
- Python dependencies
- None
- System dependencies
- None
- Required by
- None
- Description
This module allows users to be able to display Manufacturing Orders that have been created as a consequence of Stock Requests.
Code Analysis ⓘ
Views touched (3)
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
mrp_production_form_view |
mrp.production.form.inherit.stock.request.mrp - stock_request_mrp | mrp.production | form | Inherits mrp.mrp_production_form_view |
stock_request_order_form |
stock.request.order.form - stock_request_mrp | stock.request.order | form | Inherits stock_request.stock_request_order_form |
view_stock_request_form |
stock.request.form - stock_request_mrp | stock.request | form | Inherits stock_request.view_stock_request_form |
HTTP endpoints (0)
No HTTP endpoints found for this module.
Models touched (4)
New fields (2)
-
stock_request_countIntegercompute='_compute_stock_request_ids' args: 'Stock Request #' -
stock_request_idsMany2many → stock.requeststring='Stock Requests' args: 'stock.request', 'mrp_production_stock_request_rel', 'mrp_production_id', 'stock_request_id'
-
action_view_stock_request(self):return dict: dictionary value for created view
New fields (2)
-
production_countIntegercompute='_compute_production_ids'readonly=Truestring='Manufacturing Orders count' -
production_idsMany2many → mrp.productioncopy=Falsereadonly=Truestring='Manufacturing Orders' args: 'mrp.production', 'mrp_production_stock_request_rel', 'stock_request_id', 'mrp_production_id'
-
action_view_mrp_production(self)
New fields (2)
-
production_countIntegercompute='_compute_production_ids'readonly=Truestring='Manufacturing Orders count' -
production_idsOne2many → mrp.productioncompute='_compute_production_ids'readonly=Truestring='Manufacturing Orders' args: 'mrp.production'
-
action_view_mrp_production(self)
New fields (0)
No new fields.
Public methods (0)No public methods.
Loading…
Loading…
Loading…
Loading…
Loading…
- Status
- Open migration PR — not merged yet for this version
- CI status
- checks failing
- Open since
- 203 days ago
- Last activity
- 97 days ago
- Repository
- OCA/stock-logistics-request
- Pull request
- [MIG] stock_request_mrp: Migration to 19.0 (#91)