Stock Request Picking Type

stock_request_picking_type
REPOSITORY
REPOSITORYOCA/stock-logistics-request
GIT
GIThttps://github.com/OCA/stock-logistics-request.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/stock-logistics-request/tree/17.0/stock_request_picking_type
VERSION
VERSION 1.0.0
CATEGORY
CATEGORYWarehouse
LICENSE
LICENSELGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), Open Source Integrators
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), Open Source Integrators
COMMITTERS
COMMITTERSWeblate, OCA-git-bot, oca-ci, Antoni Marroig Campomar
WEBSITE
WEBSITEhttps://github.com/OCA/stock-logistics-request
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 19:20:07
ODOO DEPENDENCIES
ODOO DEPENDENCIES OCA/stock-logistics-request:
    - stock_request
odoo/odoo:
    - stock
    - product
    - base
    - mail
    - base_setup
    - web
    - bus
    - web_tour
    - uom
    - barcodes_gs1_nomenclature
    - barcodes
    - digest
    - portal
    - web_editor
    - http_routing
    - auth_signup
    - resource
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
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 xpath Inherits stock_request.stock_request_order_form
stock_request_order_search stock.request.order.search stock.request.order xpath Inherits stock_request.stock_request_order_search
stock_request_type_kanban stock.picking.type.kanban stock.picking.type field Inherits stock.stock_picking_type_kanban
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.

REPOSITORY
REPOSITORYOCA/stock-logistics-request
GIT
GIThttps://github.com/OCA/stock-logistics-request.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/stock-logistics-request/tree/16.0/stock_request_picking_type
VERSION
VERSION 1.0.0
CATEGORY
CATEGORYWarehouse
LICENSE
LICENSELGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), Open Source Integrators
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), Open Source Integrators
COMMITTERS
COMMITTERSWeblate, oca-ci, Antoni Marroig Campomar
WEBSITE
WEBSITEhttps://github.com/OCA/stock-logistics-request
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:53:50
ODOO DEPENDENCIES
ODOO DEPENDENCIES OCA/stock-logistics-request:
    - stock_request
odoo/odoo:
    - stock
    - product
    - base
    - mail
    - base_setup
    - web
    - bus
    - web_tour
    - uom
    - barcodes_gs1_nomenclature
    - barcodes
    - digest
    - portal
    - web_editor
    - http_routing
    - auth_signup
    - resource
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION

Code Analysis

Views touched (4)
XML IDNameModelTypeStatus
stock_request_order_form_picking_type stock.request.order.form.picking.type stock.request.order xpath Inherits stock_request.stock_request_order_form
stock_request_order_search stock.request.order.search stock.request.order xpath Inherits stock_request.stock_request_order_search
stock_request_type_kanban stock.picking.type.kanban stock.picking.type field Inherits stock.stock_picking_type_kanban
view_picking_type_form_inherit_sro Operation Types stock.picking.type field Inherits stock.view_picking_type_form
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.

REPOSITORY
REPOSITORYOCA/stock-logistics-warehouse
GIT
GIThttps://github.com/OCA/stock-logistics-warehouse.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/stock-logistics-warehouse/tree/14.0/stock_request_picking_type
VERSION
VERSION 1.1.0
CATEGORY
CATEGORYWarehouse
LICENSE
LICENSELGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), Open Source Integrators
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), Open Source Integrators
COMMITTERS
COMMITTERSMaxime Chambreuil, GitHub, oca-travis, Weblate, OCA-git-bot, Reed Hayashikawa, Freni Patel
WEBSITE
WEBSITEhttps://github.com/OCA/stock-logistics-warehouse
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:40:57
ODOO DEPENDENCIES
ODOO DEPENDENCIES OCA/stock-logistics-warehouse:
    - stock_request
odoo/odoo:
    - stock
    - product
    - base
    - mail
    - base_setup
    - web
    - bus
    - web_tour
    - uom
    - barcodes
    - digest
    - portal
    - web_editor
    - http_routing
    - auth_signup
    - resource
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION

Code Analysis

Views touched (4)
XML IDNameModelTypeStatus
stock_request_order_form_picking_type stock.request.order.form.picking.type stock.request.order xpath Inherits stock_request.stock_request_order_form
stock_request_order_search stock.request.order.search stock.request.order xpath Inherits stock_request.stock_request_order_search
stock_request_type_kanban stock.picking.type.kanban stock.picking.type field Inherits stock.stock_picking_type_kanban
view_picking_type_form_inherit_sro Operation Types stock.picking.type field Inherits stock.view_picking_type_form
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' default=_get_default_picking_type required=True string='Operation Type'
Public methods (2)
  • create(self, vals)
    @api.model
  • onchange_warehouse_picking_id(self)
    @api.onchange('warehouse_id')
REPOSITORY
REPOSITORYOCA/stock-logistics-warehouse
GIT
GIThttps://github.com/OCA/stock-logistics-warehouse.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/stock-logistics-warehouse/tree/13.0/stock_request_picking_type
VERSION
VERSION 1.1.0
CATEGORY
CATEGORYWarehouse
LICENSE
LICENSELGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), Open Source Integrators
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), Open Source Integrators
COMMITTERS
COMMITTERSPedro M. Baeza, GitHub, OCA Transbot, oca-travis, OCA-git-bot, Benoit Aimont, ps-tubtim
WEBSITE
WEBSITEhttps://github.com/OCA/stock-logistics-warehouse
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:34:12
ODOO DEPENDENCIES
ODOO DEPENDENCIES OCA/stock-logistics-warehouse:
    - stock_request
odoo/odoo:
    - stock
    - product
    - base
    - mail
    - base_setup
    - web
    - bus
    - web_tour
    - uom
    - barcodes
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION

Code Analysis

Views touched (4)
XML IDNameModelTypeStatus
stock_request_order_form_picking_type stock.request.order.form.picking.type stock.request.order xpath Inherits stock_request.stock_request_order_form
stock_request_order_search stock.request.order.search stock.request.order field Inherits stock_request.stock_request_order_search
stock_request_type_kanban stock.picking.type.kanban stock.picking.type field Inherits stock.stock_picking_type_kanban
view_picking_type_form_inherit_sro Operation Types stock.picking.type field Inherits stock.view_picking_type_form
Models touched (2)

New fields (4)
  • code Selection
    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' default=_get_default_picking_type required=True string='Operation Type'
Public methods (2)
  • create(self, vals)
    @api.model
  • onchange_warehouse_picking_id(self)
    @api.onchange('warehouse_id')
REPOSITORY
REPOSITORYOCA/stock-logistics-warehouse
GIT
GIThttps://github.com/OCA/stock-logistics-warehouse.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/stock-logistics-warehouse/tree/12.0/stock_request_picking_type
VERSION
VERSION 2.1.2
CATEGORY
CATEGORYWarehouse
LICENSE
LICENSELGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), Open Source Integrators
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), Open Source Integrators
COMMITTERS
COMMITTERSGitHub, mreficent, Denis Roussel, Bhavesh Odedra, OCA Transbot, oca-travis, Weblate, OCA-git-bot, scampbell
WEBSITE
WEBSITEhttps://github.com/OCA/stock-logistics-warehouse
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:29:16
ODOO DEPENDENCIES
ODOO DEPENDENCIES OCA/stock-logistics-warehouse:
    - stock_request_submit
    - stock_request
odoo/odoo:
    - stock
    - product
    - base
    - decimal_precision
    - mail
    - base_setup
    - web
    - bus
    - web_tour
    - uom
    - barcodes
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION

Code Analysis

Views touched (3)
XML IDNameModelTypeStatus
stock_request_type_kanban stock.picking.type.kanban stock.picking.type field Inherits stock.stock_picking_type_kanban
view_picking_type_form_inherit_sro Operation Types stock.picking.type field Inherits stock.view_picking_type_form
view_stock_request_order_filter stock.request.order.select stock.request.order search New
Models touched (2)

New fields (4)
  • code Selection
    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
    default=_get_default_picking_type required=True args: 'stock.picking.type', 'Operation Type'
Public methods (2)
  • create(self, vals)
    @api.model
  • onchange_warehouse_picking_id(self)
    @api.onchange('warehouse_id')