Stock Picking Move Package to Another Package

stock_picking_move_package_to_package
REPOSITORY
REPOSITORYOCA/stock-logistics-workflow
GIT
GIThttps://github.com/OCA/stock-logistics-workflow.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/stock-logistics-workflow/tree/16.0/stock_picking_move_package_to_package
VERSION
VERSION 1.0.1
CATEGORY
CATEGORYInventory/Inventory
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), Cetmix
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), Cetmix
COMMITTERS
COMMITTERSWeblate, OCA-git-bot, oca-ci, Ivan Sokolov, angelinaanaki
WEBSITE
WEBSITEhttps://github.com/OCA/stock-logistics-workflow
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 19:12:03
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
This module allows to select destination packages when moving entire package in picking

Code Analysis

Views touched (1)
XML IDNameModelTypeStatus
package_level_tree_view_picking_move_package_to_package Package Level Tree Picking Move Package To Package stock.package_level field Inherits stock.package_level_tree_view_picking
Models touched (1)

New fields (1)
  • package_dest_id Many2one → stock.quant.package
    check_company=True compute='_compute_package_dest_id' domain="[('company_id', 'in', [False, company_id]), '|', ('location_id', 'child_of', parent.location_dest_id), ('location_id', '=', False)]" inverse='_inverse_package_dest_id' readonly=False store=True args: 'stock.quant.package', 'Destination Package'
Public methods (0)

No public methods.

STATUS
STATUSOpen migration PR - not merged yet for this version
REPOSITORY
REPOSITORYOCA/stock-logistics-workflow
PULL REQUEST
PULL REQUEST[19.0][MIG] stock_picking_move_package_to_package: Migration to 19.0 (#2254)