Repository
OCA/stock-logistics-warehouse · module folder · Try on Runboat
Module version
1.0.0
Category
Uncategorized
Folder size
0.03 MB
License
AGPL-3
Application
No
Auto-installable
No
Website
https://github.com/OCA/stock-logistics-warehouse
Last tracking update
2026-08-07 08:42:50
Authors
ACSONE SA/NV, Odoo Community Association (OCA)
Maintainers
ACSONE SA/NV, Odoo Community Association (OCA)
Committers
JordiMForgeFlow, Weblate, OCA-git-bot, oca-ci
Odoo dependencies
Python dependencies
None
System dependencies
None
Required by
None
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 form Inherits stock.view_picking_form
stock_picking_search_view stock.picking.search (in stock_picking_commercial_partner) stock.picking search Inherits stock.view_picking_internal_search
stock_picking_tree_view stock.picking.tree (in stock_picking_commercial_partner) stock.picking tree Inherits stock.vpicktree
HTTP endpoints (0)

No HTTP endpoints found for this module.

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.

Loading…

Status
Open migration PR — not merged yet for this version
CI status
green — ready to merge
Open since
53 days ago
Last activity
44 days ago
Repository
OCA/stock-logistics-warehouse
Pull request
[MIG] stock_picking_commercial_partner: Migration to 17.0 (#2607)