Stock Picking Manual Package

stock_picking_manual_package
REPOSITORY
REPOSITORYOCA/stock-logistics-tracking
GIT
GIThttps://github.com/OCA/stock-logistics-tracking.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/stock-logistics-tracking/tree/13.0/stock_picking_manual_package
VERSION
VERSION 1.1.0
CATEGORY
CATEGORYStock
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSTecnativa, Odoo Community Association (OCA)
MAINTAINERS
MAINTAINERSTecnativa, Odoo Community Association (OCA)
COMMITTERS
COMMITTERSsergio-teruel, Weblate, OCA-git-bot, oca-ci
WEBSITE
WEBSITEhttps://github.com/OCA/stock-logistics-tracking
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:34:19
ODOO DEPENDENCIES
ODOO DEPENDENCIES odoo/odoo:
    - stock
    - product
    - base
    - mail
    - base_setup
    - web
    - bus
    - web_tour
    - uom
    - barcodes
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION

Code Analysis

Views touched (1)
XML IDNameModelTypeStatus
view_manual_package_wizard_form stock.picking.manual.package.wiz.form stock.picking.manual.package.wiz form New
Models touched (3)

New fields (0)

No new fields.

Public methods (1)
  • put_in_pack(self)

New fields (5)
  • nbr_lines_into_package Integer
    help='If set, the package will be assigned to the N reserved detailed operations' string='Number lines to packaging'
  • package_id Many2one → stock.quant.package
    comodel_name='stock.quant.package' help="If this field is set, when you click on 'Put in pack' all done quantities will be include in this package"
  • picking_id Many2one → stock.picking
    comodel_name='stock.picking'
  • picking_product_ids Many2many → product.product
    comodel_name='product.product' compute='_compute_picking_product_ids'
  • product_ids Many2many → product.product
    comodel_name='product.product' help='Select which products to include in the package' string='Products'
Public methods (1)
  • action_confirm(self)

New fields (0)

No new fields.

Public methods (1)
  • create(self, vals_list)
    @api.model_create_multi