| REPOSITORY | |
|---|---|
| REPOSITORY | OCA/stock-logistics-workflow |
| GIT | |
| GIT | https://github.com/OCA/stock-logistics-workflow.git |
| GIT FOLDER | |
| GIT FOLDER | https://github.com/OCA/stock-logistics-workflow/tree/14.0/stock_picking_inter_warehouse |
| VERSION | |
| VERSION | 1.2.2 |
| CATEGORY | |
| CATEGORY | Warehouse Management |
| LICENSE | |
| LICENSE | AGPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | No |
| AUTHORS | |
| AUTHORS | Odoo Community Association (OCA), PyTech SRL, Ooops404 |
| MAINTAINERS | |
| MAINTAINERS | Odoo Community Association (OCA), PyTech SRL, Ooops404 |
| COMMITTERS | |
| COMMITTERS | Weblate, OCA-git-bot, oca-ci, Alessandro Uffreduzzi, Alessio Renda |
| WEBSITE | |
| WEBSITE | https://github.com/OCA/stock-logistics-workflow |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-07-06 00:41:04 |
| ODOO DEPENDENCIES | |
| ODOO DEPENDENCIES |
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 |
|---|---|---|---|---|
view_picking_form |
stock.picking.form | stock.picking | field | Inherits stock.view_picking_form |
view_picking_type_form |
stock.picking.type.form | stock.picking.type | xpath | Inherits stock.view_picking_type_form |
view_warehouse |
stock.warehouse | stock.warehouse | xpath | Inherits stock.view_warehouse |
inter_warehouse_route_id
Many2one → stock.location.route
check_company=True
help='The route to use for inter warehouse transfers'
ondelete='restrict'
args: 'stock.location.route'
create(self, vals)
create_missing_route(self)
default_stock_location_src_id
Many2one → stock.location
company_dependent=True
domain="['|', ('company_id', '=', False), ('company_id', '=', allowed_company_ids[0])]"
args: 'stock.location', 'Default Source Location'
No public methods.
inter_warehouse_partner_id
One2many → res.partner
No public methods.
inter_warehouse_picking_id
Many2one → stock.picking
No public methods.
inter_warehouse_contact_domain_ids
One2many → res.partner
compute='_compute_inter_warehouse_contact_domain_ids'
args: 'res.partner'
type_inter_warehouse_transfer
Boolean
related='picking_type_id.inter_warehouse_transfer'
onchange_picking_type(self)
disable_merge_picking_moves
Boolean
help='Force one reception picking for each delivery'
string='Disable Merge Picking Moves'
inter_warehouse_transfer
Boolean
string='Inter-Warehouse Transfer'
warehouse_inter_warehouse_transfers
Boolean
related='warehouse_id.inter_warehouse_transfers'
No public methods.
inter_warehouse_src_id
Many2one → stock.warehouse
No public methods.
inter_warehouse_transfers
Boolean
receipt_destination_location_id
Many2one → stock.location
comodel_name='stock.location'
help='Destination location where products will be received'
string='Receipt Destination Location'
receipt_picking_partner_id
Many2one → res.partner
comodel_name='res.partner'
help='Receiving picking partner'
string='Partner in Picking'
receipt_picking_type_id
Many2one → stock.picking.type
comodel_name='stock.picking.type'
help='Operation type for incoming inter-warehouse pickings'
string='Receipt Operation Type'
write(self, vals)