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 IDNameModelTypeStatus
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_count Integer
    compute='_compute_stock_request_ids' args: 'Stock Request #'
  • stock_request_ids Many2many → stock.request
    string='Stock Requests' args: 'stock.request', 'mrp_production_stock_request_rel', 'mrp_production_id', 'stock_request_id'
Public methods (1)
  • action_view_stock_request(self)
    :return dict: dictionary value for created view

New fields (2)
  • production_count Integer
    compute='_compute_production_ids' readonly=True string='Manufacturing Orders count'
  • production_ids Many2many → mrp.production
    copy=False readonly=True string='Manufacturing Orders' args: 'mrp.production', 'mrp_production_stock_request_rel', 'stock_request_id', 'mrp_production_id'
Public methods (1)
  • action_view_mrp_production(self)

New fields (2)
  • production_count Integer
    compute='_compute_production_ids' readonly=True string='Manufacturing Orders count'
  • production_ids One2many → mrp.production
    compute='_compute_production_ids' readonly=True string='Manufacturing Orders' args: 'mrp.production'
Public methods (1)
  • 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)