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 IDNameModelTypeStatus
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)
  • code Selection
    ondelete={'stock_request_order': 'cascade'} selection_add=[('stock_request_order', 'Stock Request Order')]
  • count_sr_late Integer
    compute='_compute_sr_count' string='Late'
  • count_sr_open Integer
    compute='_compute_sr_count' string='In Progress'
  • count_sr_todo Integer
    compute='_compute_sr_count' string='To Do'
Public methods (1)
  • get_stock_request_order_picking_type_action(self)

New fields (1)
  • picking_type_id Many2one → stock.picking.type
    comodel_name='stock.picking.type' compute='_compute_picking_type_id' precompute=True readonly=False required=True store=True string='Operation Type'
Public methods (0)

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)