| REPOSITORY | |
|---|---|
| REPOSITORY | OCA/stock-logistics-request |
| GIT | |
| GIT | https://github.com/OCA/stock-logistics-request.git |
| GIT FOLDER | |
| GIT FOLDER | https://github.com/OCA/stock-logistics-request/tree/17.0/stock_request_picking_type |
| VERSION | |
| VERSION | 1.0.0 |
| CATEGORY | |
| CATEGORY | Warehouse |
| LICENSE | |
| LICENSE | LGPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | No |
| AUTHORS | |
| AUTHORS | Odoo Community Association (OCA), Open Source Integrators |
| MAINTAINERS | |
| MAINTAINERS | Odoo Community Association (OCA), Open Source Integrators |
| COMMITTERS | |
| COMMITTERS | Weblate, OCA-git-bot, oca-ci, Antoni Marroig Campomar |
| WEBSITE | |
| WEBSITE | https://github.com/OCA/stock-logistics-request |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-07-06 19:20:07 |
| ODOO DEPENDENCIES | |
| ODOO DEPENDENCIES |
OCA/stock-logistics-request: - stock_request odoo/odoo: - stock - product - base - 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. |
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
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 |
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'
get_stock_request_order_picking_type_action(self)
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'
No public methods.
| REPOSITORY | |
|---|---|
| REPOSITORY | OCA/stock-logistics-request |
| GIT | |
| GIT | https://github.com/OCA/stock-logistics-request.git |
| GIT FOLDER | |
| GIT FOLDER | https://github.com/OCA/stock-logistics-request/tree/16.0/stock_request_picking_type |
| VERSION | |
| VERSION | 1.0.0 |
| CATEGORY | |
| CATEGORY | Warehouse |
| LICENSE | |
| LICENSE | LGPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | No |
| AUTHORS | |
| AUTHORS | Odoo Community Association (OCA), Open Source Integrators |
| MAINTAINERS | |
| MAINTAINERS | Odoo Community Association (OCA), Open Source Integrators |
| COMMITTERS | |
| COMMITTERS | Weblate, oca-ci, Antoni Marroig Campomar |
| WEBSITE | |
| WEBSITE | https://github.com/OCA/stock-logistics-request |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-07-06 00:53:50 |
| ODOO DEPENDENCIES | |
| ODOO DEPENDENCIES |
OCA/stock-logistics-request: - stock_request odoo/odoo: - stock - product - base - 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 | |
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
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 |
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'
get_stock_request_order_picking_type_action(self)
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'
No public methods.
| REPOSITORY | |
|---|---|
| REPOSITORY | OCA/stock-logistics-warehouse |
| GIT | |
| GIT | https://github.com/OCA/stock-logistics-warehouse.git |
| GIT FOLDER | |
| GIT FOLDER | https://github.com/OCA/stock-logistics-warehouse/tree/14.0/stock_request_picking_type |
| VERSION | |
| VERSION | 1.1.0 |
| CATEGORY | |
| CATEGORY | Warehouse |
| LICENSE | |
| LICENSE | LGPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | No |
| AUTHORS | |
| AUTHORS | Odoo Community Association (OCA), Open Source Integrators |
| MAINTAINERS | |
| MAINTAINERS | Odoo Community Association (OCA), Open Source Integrators |
| COMMITTERS | |
| COMMITTERS | Maxime Chambreuil, GitHub, oca-travis, Weblate, OCA-git-bot, Reed Hayashikawa, Freni Patel |
| WEBSITE | |
| WEBSITE | https://github.com/OCA/stock-logistics-warehouse |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-07-06 00:40:57 |
| ODOO DEPENDENCIES | |
| ODOO DEPENDENCIES |
OCA/stock-logistics-warehouse: - stock_request odoo/odoo: - stock - product - base - 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 | |
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
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 |
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'
get_stock_request_order_picking_type_action(self)
picking_type_id
Many2one → stock.picking.type
comodel_name='stock.picking.type'
default=_get_default_picking_type
required=True
string='Operation Type'
create(self, vals)
onchange_warehouse_picking_id(self)
| REPOSITORY | |
|---|---|
| REPOSITORY | OCA/stock-logistics-warehouse |
| GIT | |
| GIT | https://github.com/OCA/stock-logistics-warehouse.git |
| GIT FOLDER | |
| GIT FOLDER | https://github.com/OCA/stock-logistics-warehouse/tree/13.0/stock_request_picking_type |
| VERSION | |
| VERSION | 1.1.0 |
| CATEGORY | |
| CATEGORY | Warehouse |
| LICENSE | |
| LICENSE | LGPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | No |
| AUTHORS | |
| AUTHORS | Odoo Community Association (OCA), Open Source Integrators |
| MAINTAINERS | |
| MAINTAINERS | Odoo Community Association (OCA), Open Source Integrators |
| COMMITTERS | |
| COMMITTERS | Pedro M. Baeza, GitHub, OCA Transbot, oca-travis, OCA-git-bot, Benoit Aimont, ps-tubtim |
| WEBSITE | |
| WEBSITE | https://github.com/OCA/stock-logistics-warehouse |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-07-06 00:34:12 |
| ODOO DEPENDENCIES | |
| ODOO DEPENDENCIES |
OCA/stock-logistics-warehouse: - stock_request odoo/odoo: - stock - product - base - base_setup - web - bus - web_tour - uom - barcodes |
| PYTHON DEPENDENCIES | |
| PYTHON DEPENDENCIES | Not have |
| SYSTEM DEPENDENCIES | |
| SYSTEM DEPENDENCIES | Not have |
| DESCRIPTION | |
| DESCRIPTION | |
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
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 |
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'
get_stock_request_order_picking_type_action(self)
picking_type_id
Many2one → stock.picking.type
comodel_name='stock.picking.type'
default=_get_default_picking_type
required=True
string='Operation Type'
create(self, vals)
onchange_warehouse_picking_id(self)
| REPOSITORY | |
|---|---|
| REPOSITORY | OCA/stock-logistics-warehouse |
| GIT | |
| GIT | https://github.com/OCA/stock-logistics-warehouse.git |
| GIT FOLDER | |
| GIT FOLDER | https://github.com/OCA/stock-logistics-warehouse/tree/12.0/stock_request_picking_type |
| VERSION | |
| VERSION | 2.1.2 |
| CATEGORY | |
| CATEGORY | Warehouse |
| LICENSE | |
| LICENSE | LGPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | No |
| AUTHORS | |
| AUTHORS | Odoo Community Association (OCA), Open Source Integrators |
| MAINTAINERS | |
| MAINTAINERS | Odoo Community Association (OCA), Open Source Integrators |
| COMMITTERS | |
| COMMITTERS | GitHub, mreficent, Denis Roussel, Bhavesh Odedra, OCA Transbot, oca-travis, Weblate, OCA-git-bot, scampbell |
| WEBSITE | |
| WEBSITE | https://github.com/OCA/stock-logistics-warehouse |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-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 - base_setup - web - bus - web_tour - uom - barcodes |
| PYTHON DEPENDENCIES | |
| PYTHON DEPENDENCIES | Not have |
| SYSTEM DEPENDENCIES | |
| SYSTEM DEPENDENCIES | Not have |
| DESCRIPTION | |
| DESCRIPTION | |
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
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 |
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'
get_stock_request_order_picking_type_action(self)
picking_type_id
Many2one → stock.picking.type
default=_get_default_picking_type
required=True
args: 'stock.picking.type', 'Operation Type'
create(self, vals)
onchange_warehouse_picking_id(self)