| 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/18.0/stock_picking_commercial_partner |
| VERSION | |
| VERSION | 1.0.0 |
| CATEGORY | |
| CATEGORY | Uncategorized |
| LICENSE | |
| LICENSE | AGPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | No |
| AUTHORS | |
| AUTHORS | Odoo Community Association (OCA), ACSONE SA/NV |
| MAINTAINERS | |
| MAINTAINERS | Odoo Community Association (OCA), ACSONE SA/NV |
| COMMITTERS | |
| COMMITTERS | JordiMForgeFlow, Weblate, OCA-git-bot, oca-ci |
| WEBSITE | |
| WEBSITE | https://github.com/OCA/stock-logistics-warehouse |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-07-06 19:30:06 |
| ODOO DEPENDENCIES | |
| ODOO DEPENDENCIES |
odoo/odoo: - stock - product - base - 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. |
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
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 |
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'
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/16.0/stock_picking_commercial_partner |
| VERSION | |
| VERSION | 1.0.1 |
| CATEGORY | |
| CATEGORY | Uncategorized |
| LICENSE | |
| LICENSE | AGPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | No |
| AUTHORS | |
| AUTHORS | Odoo Community Association (OCA), ACSONE SA/NV |
| MAINTAINERS | |
| MAINTAINERS | Odoo Community Association (OCA), ACSONE SA/NV |
| COMMITTERS | |
| COMMITTERS | Laurent Mignon (ACSONE), Weblate, OCA-git-bot, oca-ci, CristianoMafraJunior |
| WEBSITE | |
| WEBSITE | https://github.com/OCA/stock-logistics-warehouse |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-07-06 00:53:44 |
| ODOO DEPENDENCIES | |
| ODOO DEPENDENCIES |
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_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 |
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'
No public methods.
| STATUS | |
|---|---|
| STATUS | Open migration PR - not merged yet for this version |
| REPOSITORY | |
| REPOSITORY | OCA/stock-logistics-warehouse |
| PULL REQUEST | |
| PULL REQUEST | [MIG] stock_picking_commercial_partner: Migration to 17.0 (#2607) |