Stock Picking Package Preparation

stock_picking_package_preparation
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/13.0/stock_picking_package_preparation
VERSION
VERSION 1.0.0
CATEGORY
CATEGORYWarehouse Management
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), Camptocamp, Agile Business Group
MAINTAINERS
MAINTAINERSCamptocamp
COMMITTERS
COMMITTERSDenis Roussel, Víctor Martínez, oca-travis, Weblate, OCA-git-bot
WEBSITE
WEBSITEhttps://github.com/OCA/stock-logistics-workflow
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:34:16
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 (2)
XML IDNameModelTypeStatus
stock_picking_package_preparation_form stock.picking.package.preparation.form stock.picking.package.preparation form New
stock_picking_package_preparation_tree stock.picking.package.preparation.tree stock.picking.package.preparation tree New
Models touched (1)

New fields (13)
  • company_id Many2one → res.company
    comodel_name='res.company' default=<expr> index=True required=True states=FIELDS_STATES string='Company'
  • date Datetime
    copy=False default=fields.Datetime.now states=FIELDS_STATES string='Document Date'
  • date_done Datetime
    copy=False readonly=True string='Shipping Date'
  • move_line_ids One2many → stock.move.line
    comodel_name='stock.move.line' compute='_compute_move_line_ids' readonly=True
  • name Char
    index=True related='package_id.name' store=True
  • note Text
  • package_id Many2one → stock.quant.package
    comodel_name='stock.quant.package' copy=False readonly=True string='Pack'
  • packaging_id Many2one → product.packaging
    comodel_name='product.packaging' states=FIELDS_STATES string='Packaging'
  • partner_id Many2one → res.partner
    comodel_name='res.partner' required=True states=FIELDS_STATES string='Partner'
  • picking_ids Many2many → stock.picking
    column1='stock_picking_package_preparation_id' column2='stock_picking_id' comodel_name='stock.picking' copy=False relation='stock_picking_pack_prepare_rel' states=FIELDS_STATES string='Transfers'
  • quant_ids Many2many → stock.quant
    column1='stock_picking_package_preparation_id' column2='stock_quant_id' comodel_name='stock.quant' compute='_compute_quant_ids' relation='stock_quant_pack_prepare_rel' string='All Content'
  • state Selection
    copy=False default='draft' readonly=True selection=[('draft', 'Draft'), ('cancel', 'Cancelled'), ('in_pack', 'In Pack'), ('done', 'Done')] string='State'
  • weight Float
    compute='_compute_weight' help='The weight is computed when the preparation is done.'
Public methods (4)
  • action_cancel(self)
  • action_done(self)
  • action_draft(self)
  • action_put_in_pack(self)
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/12.0/stock_picking_package_preparation
VERSION
VERSION 1.0.3
CATEGORY
CATEGORYWarehouse Management
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), Camptocamp, Agile Business Group
MAINTAINERS
MAINTAINERSCamptocamp
COMMITTERS
COMMITTERSeLBati, Denis Roussel, OCA Transbot, oca-travis, Weblate, OCA-git-bot, sergiocorato, Simone Rubino
WEBSITE
WEBSITEhttps://github.com/OCA/stock-logistics-workflow/tree/12.0/stock_picking_package_preparation
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:29:21
ODOO DEPENDENCIES
ODOO DEPENDENCIES odoo/odoo:
    - stock
    - product
    - base
    - decimal_precision
    - 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 (2)
XML IDNameModelTypeStatus
stock_picking_package_preparation_form stock.picking.package.preparation.form stock.picking.package.preparation form New
stock_picking_package_preparation_tree stock.picking.package.preparation.tree stock.picking.package.preparation tree New
Models touched (1)

New fields (13)
  • company_id Many2one → res.company
    comodel_name='res.company' default=_default_company_id index=True required=True states=FIELDS_STATES string='Company'
  • date Datetime
    copy=False default=fields.Datetime.now states=FIELDS_STATES string='Document Date'
  • date_done Datetime
    copy=False readonly=True string='Shipping Date'
  • move_line_ids One2many → stock.move.line
    comodel_name='stock.move.line' compute='_compute_move_line_ids' oldname='pack_operation_ids' readonly=True
  • name Char
    index=True related='package_id.name' store=True
  • note Text
  • package_id Many2one → stock.quant.package
    comodel_name='stock.quant.package' copy=False readonly=True string='Pack'
  • packaging_id Many2one → product.packaging
    comodel_name='product.packaging' states=FIELDS_STATES string='Packaging'
  • partner_id Many2one → res.partner
    comodel_name='res.partner' required=True states=FIELDS_STATES string='Partner'
  • picking_ids Many2many → stock.picking
    column1='stock_picking_package_preparation_id' column2='stock_picking_id' comodel_name='stock.picking' copy=False relation='stock_picking_pack_prepare_rel' states=FIELDS_STATES string='Transfers'
  • quant_ids Many2many → stock.quant
    column1='stock_picking_package_preparation_id' column2='stock_quant_id' comodel_name='stock.quant' compute='_compute_quant_ids' relation='stock_quant_pack_prepare_rel' string='All Content'
  • state Selection
    copy=False default='draft' readonly=True selection=[('draft', 'Draft'), ('cancel', 'Cancelled'), ('in_pack', 'In Pack'), ('done', 'Done')] string='State'
  • weight Float
    compute='_compute_weight' help='The weight is computed when the preparation is done.'
Public methods (4)
  • action_cancel(self)
    @api.multi
  • action_done(self)
    @api.multi
  • action_draft(self)
    @api.multi
  • action_put_in_pack(self)
    @api.multi
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/11.0/stock_picking_package_preparation
VERSION
VERSION 1.0.0
CATEGORY
CATEGORYWarehouse Management
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), Camptocamp, Agile Business Group
MAINTAINERS
MAINTAINERSCamptocamp
COMMITTERS
COMMITTERSOCA Transbot, oca-travis, Weblate, OCA-git-bot, SimoRubi, OCA Git Bot
WEBSITE
WEBSITEhttps://github.com/OCA/stock-logistics-workflow/tree/11.0/stock_picking_package_preparation
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:23:59
ODOO DEPENDENCIES
ODOO DEPENDENCIES odoo/odoo:
    - stock
    - product
    - base
    - decimal_precision
    - mail
    - base_setup
    - web
    - bus
    - web_tour
    - barcodes
    - web_planner
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION

Code Analysis

Views touched (2)
XML IDNameModelTypeStatus
stock_picking_package_preparation_form stock.picking.package.preparation.form stock.picking.package.preparation form New
stock_picking_package_preparation_tree stock.picking.package.preparation.tree stock.picking.package.preparation tree New
Models touched (1)

New fields (13)
  • company_id Many2one → res.company
    comodel_name='res.company' default=_default_company_id index=True required=True states=FIELDS_STATES string='Company'
  • date Datetime
    copy=False default=fields.Datetime.now states=FIELDS_STATES string='Document Date'
  • date_done Datetime
    copy=False readonly=True string='Shipping Date'
  • move_line_ids One2many → stock.move.line
    comodel_name='stock.move.line' compute='_compute_move_line_ids' oldname='pack_operation_ids' readonly=True
  • name Char
    index=True readonly=True related='package_id.name' store=True
  • note Text
  • package_id Many2one → stock.quant.package
    comodel_name='stock.quant.package' copy=False readonly=True string='Pack'
  • packaging_id Many2one → product.packaging
    comodel_name='product.packaging' states=FIELDS_STATES string='Packaging'
  • partner_id Many2one → res.partner
    comodel_name='res.partner' required=True states=FIELDS_STATES string='Partner'
  • picking_ids Many2many → stock.picking
    column1='stock_picking_package_preparation_id' column2='stock_picking_id' comodel_name='stock.picking' copy=False relation='stock_picking_pack_prepare_rel' states=FIELDS_STATES string='Transfers'
  • quant_ids Many2many → stock.quant
    column1='stock_picking_package_preparation_id' column2='stock_quant_id' comodel_name='stock.quant' compute='_compute_quant_ids' relation='stock_quant_pack_prepare_rel' string='All Content'
  • state Selection
    copy=False default='draft' readonly=True selection=[('draft', 'Draft'), ('cancel', 'Cancelled'), ('in_pack', 'In Pack'), ('done', 'Done')] string='State'
  • weight Float
    compute='_compute_weight' help='The weight is computed when the preparation is done.'
Public methods (4)
  • action_cancel(self)
    @api.multi
  • action_done(self)
    @api.multi
  • action_draft(self)
    @api.multi
  • action_put_in_pack(self)
    @api.multi
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/10.0/stock_picking_package_preparation
VERSION
VERSION 1.0.2
CATEGORY
CATEGORYWarehouse Management
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), Camptocamp
MAINTAINERS
MAINTAINERSCamptocamp
COMMITTERS
COMMITTERSeLBati, Pedro M. Baeza, GitHub, Stéphane Bidoul (ACSONE), OCA Transbot, oca-travis, Weblate, OCA-git-bot, sergiocorato, Roberto Fichera, gianmarco
WEBSITE
WEBSITEhttp://www.camptocamp.com
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:19:59
ODOO DEPENDENCIES
ODOO DEPENDENCIES odoo/odoo:
    - stock
    - product
    - base
    - decimal_precision
    - mail
    - base_setup
    - web_kanban
    - web
    - bus
    - web_tour
    - report
    - procurement
    - barcodes
    - web_planner
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION

Code Analysis

Views touched (2)
XML IDNameModelTypeStatus
stock_picking_package_preparation_form stock.picking.package.preparation.form stock.picking.package.preparation form New
stock_picking_package_preparation_tree stock.picking.package.preparation.tree stock.picking.package.preparation tree New
Models touched (1)

New fields (13)
  • company_id Many2one → res.company
    comodel_name='res.company' default=_default_company_id index=True required=True states=FIELDS_STATES string='Company'
  • date Datetime
    copy=False default=fields.Datetime.now states=FIELDS_STATES string='Document Date'
  • date_done Datetime
    copy=False readonly=True string='Shipping Date'
  • name Char
    index=True readonly=True related='package_id.name' store=True
  • note Text
  • pack_operation_ids One2many → stock.pack.operation
    comodel_name='stock.pack.operation' compute='_compute_pack_operation_ids' readonly=True
  • package_id Many2one → stock.quant.package
    comodel_name='stock.quant.package' copy=False readonly=True string='Pack'
  • packaging_id Many2one → product.packaging
    comodel_name='product.packaging' states=FIELDS_STATES string='Packaging'
  • partner_id Many2one → res.partner
    comodel_name='res.partner' required=True states=FIELDS_STATES string='Partner'
  • picking_ids Many2many → stock.picking
    column1='stock_picking_package_preparation_id' column2='stock_picking_id' comodel_name='stock.picking' copy=False relation='stock_picking_pack_prepare_rel' states=FIELDS_STATES string='Transfers'
  • quant_ids Many2many → stock.quant
    column1='stock_picking_package_preparation_id' column2='stock_quant_id' comodel_name='stock.quant' compute='_compute_quant_ids' relation='stock_quant_pack_prepare_rel' string='All Content'
  • state Selection
    copy=False default='draft' readonly=True selection=[('draft', 'Draft'), ('cancel', 'Cancelled'), ('in_pack', 'In Pack'), ('done', 'Done')] string='State'
  • weight Float
    compute='_compute_weight' help='The weight is computed when the preparation is done.'
Public methods (4)
  • action_cancel(self)
    @api.multi
  • action_done(self)
    @api.multi
  • action_draft(self)
    @api.multi
  • action_put_in_pack(self)
    @api.multi
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/9.0/stock_picking_package_preparation
VERSION
VERSION 1.0.0
CATEGORY
CATEGORYWarehouse Management
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), Camptocamp
MAINTAINERS
MAINTAINERSCamptocamp
COMMITTERS
COMMITTERSeLBati, Pedro M. Baeza, GitHub, Stéphane Bidoul (ACSONE), OCA Transbot, darshan-serpent, oca-travis, Weblate, OCA-git-bot
WEBSITE
WEBSITEhttp://www.camptocamp.com
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:15:22
ODOO DEPENDENCIES
ODOO DEPENDENCIES odoo/odoo:
    - stock
    - product
    - base
    - decimal_precision
    - mail
    - base_setup
    - web_kanban
    - web
    - bus
    - report
    - procurement
    - barcodes
    - web_planner
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION

Code Analysis

Views touched (2)
XML IDNameModelTypeStatus
stock_picking_package_preparation_form stock.picking.package.preparation.form stock.picking.package.preparation form New
stock_picking_package_preparation_tree stock.picking.package.preparation.tree stock.picking.package.preparation tree New
Models touched (1)

New fields (13)
  • company_id Many2one → res.company
    comodel_name='res.company' default=_default_company_id required=True select=True states=FIELDS_STATES string='Company'
  • date Datetime
    default=fields.Datetime.now states=FIELDS_STATES string='Document Date'
  • date_done Datetime
    readonly=True string='Shipping Date'
  • name Char
    readonly=True related='package_id.name' select=True store=True
  • note Text
  • pack_operation_ids One2many → stock.pack.operation
    comodel_name='stock.pack.operation' compute='_compute_pack_operation_ids' readonly=True
  • package_id Many2one → stock.quant.package
    comodel_name='stock.quant.package' copy=False readonly=True string='Pack'
  • packaging_id Many2one → product.packaging
    comodel_name='product.packaging' states=FIELDS_STATES string='Packaging'
  • partner_id Many2one → res.partner
    comodel_name='res.partner' required=True states=FIELDS_STATES string='Partner'
  • picking_ids Many2many → stock.picking
    column1='stock_picking_package_preparation_id' column2='stock_picking_id' comodel_name='stock.picking' copy=False relation='stock_picking_pack_prepare_rel' states=FIELDS_STATES string='Transfers'
  • quant_ids Many2many → stock.quant
    column1='stock_picking_package_preparation_id' column2='stock_quant_id' comodel_name='stock.quant' compute='_compute_quant_ids' relation='stock_quant_pack_prepare_rel' string='All Content'
  • state Selection
    copy=False default='draft' readonly=True selection=[('draft', 'Draft'), ('cancel', 'Cancelled'), ('in_pack', 'In Pack'), ('done', 'Done')] string='State'
  • weight Float
    compute='_compute_weight' help='The weight is computed when the preparation is done.'
Public methods (4)
  • action_cancel(self)
    @api.multi
  • action_done(self)
    @api.multi
  • action_draft(self)
    @api.multi
  • action_put_in_pack(self)
    @api.multi
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/8.0/stock_picking_package_preparation
VERSION
VERSION 1.0.1
CATEGORY
CATEGORYWarehouse Management
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), Camptocamp
MAINTAINERS
MAINTAINERSCamptocamp
COMMITTERS
COMMITTERSStéphane Bidoul, Yannick Vaucher, Guewen Baconnier, Alexandre Fayolle, eLBati, Leonardo Pistone, Stéphane Bidoul (ACSONE), OCA Transbot, Rudolf Schnapka, oca-travis, Weblate, OCA-git-bot, sergiocorato
WEBSITE
WEBSITEhttp://www.camptocamp.com
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:11:24
ODOO DEPENDENCIES
ODOO DEPENDENCIES odoo/odoo:
    - stock
    - product
    - base
    - decimal_precision
    - mail
    - base_setup
    - web_kanban
    - web
    - report
    - procurement
    - board
    - web_kanban_gauge
    - web_kanban_sparkline
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION

Code Analysis

Views touched (2)
XML IDNameModelTypeStatus
stock_picking_package_preparation_form stock.picking.package.preparation.form stock.picking.package.preparation form New
stock_picking_package_preparation_tree stock.picking.package.preparation.tree stock.picking.package.preparation tree New
Models touched (1)

New fields (15)
  • company_id Many2one → res.company
    comodel_name='res.company' default=_default_company_id required=True select=True states=FIELDS_STATES string='Company'
  • date Datetime
    default=fields.Datetime.now states=FIELDS_STATES string='Document Date'
  • date_done Datetime
    readonly=True string='Shipping Date'
  • name Char
    readonly=True related='package_id.name' select=True store=True
  • net_weight Float
    compute='_compute_weight' help='The weight is computed when the preparation is done.'
  • note Text
  • pack_operation_ids One2many → stock.pack.operation
    comodel_name='stock.pack.operation' compute='_compute_pack_operation_ids' readonly=True
  • package_id Many2one → stock.quant.package
    comodel_name='stock.quant.package' copy=False readonly=True string='Pack'
  • packaging_id Many2one → product.packaging
    comodel_name='product.packaging' states=FIELDS_STATES string='Packaging'
  • partner_id Many2one → res.partner
    comodel_name='res.partner' required=True states=FIELDS_STATES string='Partner'
  • picking_ids Many2many → stock.picking
    column1='stock_picking_package_preparation_id' column2='stock_picking_id' comodel_name='stock.picking' copy=False relation='stock_picking_pack_prepare_rel' states=FIELDS_STATES string='Transfers'
  • quant_ids Many2many → stock.quant
    column1='stock_picking_package_preparation_id' column2='stock_quant_id' comodel_name='stock.quant' compute='_compute_quant_ids' relation='stock_quant_pack_prepare_rel' string='All Content'
  • state Selection
    copy=False default='draft' readonly=True selection=[('draft', 'Draft'), ('cancel', 'Cancelled'), ('in_pack', 'In Pack'), ('done', 'Done')] string='State'
  • ul_id Many2one → product.ul
    comodel_name='product.ul' states=FIELDS_STATES string='Logistic Unit'
  • weight Float
    compute='_compute_weight' help='The weight is computed when the preparation is done.'
Public methods (4)
  • action_cancel(self)
    @api.multi
  • action_done(self)
    @api.multi
  • action_draft(self)
    @api.multi
  • action_put_in_pack(self)
    @api.multi