Stock Picking Commercial Entity

stock_picking_commercial_partner
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/18.0/stock_picking_commercial_partner
VERSION
VERSION 1.0.0
CATEGORY
CATEGORYUncategorized
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), ACSONE SA/NV
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), ACSONE SA/NV
COMMITTERS
COMMITTERSJordiMForgeFlow, Weblate, OCA-git-bot, oca-ci
WEBSITE
WEBSITEhttps://github.com/OCA/stock-logistics-warehouse
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 19:30:06
ODOO DEPENDENCIES
ODOO DEPENDENCIES odoo/odoo:
    - stock
    - product
    - base
    - mail
    - base_setup
    - web
    - bus
    - web_tour
    - html_editor
    - 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
When you organize the work into your warehouse you could need to search
for pickings related to a specific commercial entity. This use case
could be motivated by the fact that pickings for the same commercial
entity are usually delivered together.

This addon add on the picking form the "Commercial Entity" field the
related partner is part of. This field is readonly and comes from the
partner information. It also allows you to quickly search for pickings
related to a specific commercial entity and to group by this field in
the picking tree view.

Code Analysis

Views touched (3)
XML IDNameModelTypeStatus
stock_picking_form_view stock.picking.form (in stock_picking_commercial_partner) stock.picking group Inherits stock.view_picking_form
stock_picking_search_view stock.picking.search (in stock_picking_commercial_partner) stock.picking field Inherits stock.view_picking_internal_search
stock_picking_tree_view stock.picking.tree (in stock_picking_commercial_partner) stock.picking field Inherits stock.vpicktree
Models touched (1)

New fields (1)
  • commercial_partner_id Many2one → res.partner
    comodel_name='res.partner' depends=['partner_id'] readonly=True related='partner_id.commercial_partner_id' store=True string='Commercial Entity'
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/16.0/stock_picking_commercial_partner
VERSION
VERSION 1.0.1
CATEGORY
CATEGORYUncategorized
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), ACSONE SA/NV
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), ACSONE SA/NV
COMMITTERS
COMMITTERSLaurent Mignon (ACSONE), Weblate, OCA-git-bot, oca-ci, CristianoMafraJunior
WEBSITE
WEBSITEhttps://github.com/OCA/stock-logistics-warehouse
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:53:44
ODOO DEPENDENCIES
ODOO DEPENDENCIES 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 (3)
XML IDNameModelTypeStatus
stock_picking_form_view stock.picking.form (in stock_picking_commercial_partner) stock.picking group Inherits stock.view_picking_form
stock_picking_search_view stock.picking.search (in stock_picking_commercial_partner) stock.picking field Inherits stock.view_picking_internal_search
stock_picking_tree_view stock.picking.tree (in stock_picking_commercial_partner) stock.picking field Inherits stock.vpicktree
Models touched (1)

New fields (1)
  • commercial_partner_id Many2one → res.partner
    comodel_name='res.partner' depends=['partner_id'] readonly=True related='partner_id.commercial_partner_id' store=True string='Commercial Entity'
Public methods (0)

No public methods.

STATUS
STATUSOpen migration PR - not merged yet for this version
REPOSITORY
REPOSITORYOCA/stock-logistics-warehouse
PULL REQUEST
PULL REQUEST[MIG] stock_picking_commercial_partner: Migration to 17.0 (#2607)