| 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/13.0/stock_picking_package_preparation |
| VERSION | |
| VERSION | 1.0.0 |
| CATEGORY | |
| CATEGORY | Warehouse Management |
| LICENSE | |
| LICENSE | AGPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | No |
| AUTHORS | |
| AUTHORS | Odoo Community Association (OCA), Camptocamp, Agile Business Group |
| MAINTAINERS | |
| MAINTAINERS | Camptocamp |
| COMMITTERS | |
| COMMITTERS | Denis Roussel, Víctor Martínez, oca-travis, Weblate, OCA-git-bot |
| WEBSITE | |
| WEBSITE | https://github.com/OCA/stock-logistics-workflow |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-07-06 00:34:16 |
| ODOO DEPENDENCIES | |
| ODOO DEPENDENCIES |
odoo/odoo: - stock - product - base - base_setup - web - bus - web_tour - uom - barcodes |
| PYTHON DEPENDENCIES | |
| PYTHON DEPENDENCIES | Not have |
| SYSTEM DEPENDENCIES | |
| SYSTEM DEPENDENCIES | Not have |
| DESCRIPTION | |
| DESCRIPTION | |
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
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 |
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.'
action_cancel(self)
action_done(self)
action_draft(self)
action_put_in_pack(self)
| 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/12.0/stock_picking_package_preparation |
| VERSION | |
| VERSION | 1.0.3 |
| CATEGORY | |
| CATEGORY | Warehouse Management |
| LICENSE | |
| LICENSE | AGPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | No |
| AUTHORS | |
| AUTHORS | Odoo Community Association (OCA), Camptocamp, Agile Business Group |
| MAINTAINERS | |
| MAINTAINERS | Camptocamp |
| COMMITTERS | |
| COMMITTERS | eLBati, Denis Roussel, OCA Transbot, oca-travis, Weblate, OCA-git-bot, sergiocorato, Simone Rubino |
| WEBSITE | |
| WEBSITE | https://github.com/OCA/stock-logistics-workflow/tree/12.0/stock_picking_package_preparation |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-07-06 00:29:21 |
| ODOO DEPENDENCIES | |
| ODOO DEPENDENCIES |
odoo/odoo: - stock - product - base - decimal_precision - base_setup - web - bus - web_tour - uom - barcodes |
| PYTHON DEPENDENCIES | |
| PYTHON DEPENDENCIES | Not have |
| SYSTEM DEPENDENCIES | |
| SYSTEM DEPENDENCIES | Not have |
| DESCRIPTION | |
| DESCRIPTION | |
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
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 |
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.'
action_cancel(self)
action_done(self)
action_draft(self)
action_put_in_pack(self)
| 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/11.0/stock_picking_package_preparation |
| VERSION | |
| VERSION | 1.0.0 |
| CATEGORY | |
| CATEGORY | Warehouse Management |
| LICENSE | |
| LICENSE | AGPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | No |
| AUTHORS | |
| AUTHORS | Odoo Community Association (OCA), Camptocamp, Agile Business Group |
| MAINTAINERS | |
| MAINTAINERS | Camptocamp |
| COMMITTERS | |
| COMMITTERS | OCA Transbot, oca-travis, Weblate, OCA-git-bot, SimoRubi, OCA Git Bot |
| WEBSITE | |
| WEBSITE | https://github.com/OCA/stock-logistics-workflow/tree/11.0/stock_picking_package_preparation |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-07-06 00:23:59 |
| ODOO DEPENDENCIES | |
| ODOO DEPENDENCIES |
odoo/odoo: - stock - product - base - decimal_precision - base_setup - web - bus - web_tour - barcodes - web_planner |
| PYTHON DEPENDENCIES | |
| PYTHON DEPENDENCIES | Not have |
| SYSTEM DEPENDENCIES | |
| SYSTEM DEPENDENCIES | Not have |
| DESCRIPTION | |
| DESCRIPTION | |
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
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 |
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.'
action_cancel(self)
action_done(self)
action_draft(self)
action_put_in_pack(self)
| 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/10.0/stock_picking_package_preparation |
| VERSION | |
| VERSION | 1.0.2 |
| CATEGORY | |
| CATEGORY | Warehouse Management |
| LICENSE | |
| LICENSE | AGPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | No |
| AUTHORS | |
| AUTHORS | Odoo Community Association (OCA), Camptocamp |
| MAINTAINERS | |
| MAINTAINERS | Camptocamp |
| COMMITTERS | |
| COMMITTERS | eLBati, Pedro M. Baeza, GitHub, Stéphane Bidoul (ACSONE), OCA Transbot, oca-travis, Weblate, OCA-git-bot, sergiocorato, Roberto Fichera, gianmarco |
| WEBSITE | |
| WEBSITE | http://www.camptocamp.com |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-07-06 00:19:59 |
| ODOO DEPENDENCIES | |
| ODOO DEPENDENCIES |
odoo/odoo: - stock - product - base - decimal_precision - 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 | |
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
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 |
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.'
action_cancel(self)
action_done(self)
action_draft(self)
action_put_in_pack(self)
| 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/9.0/stock_picking_package_preparation |
| VERSION | |
| VERSION | 1.0.0 |
| CATEGORY | |
| CATEGORY | Warehouse Management |
| LICENSE | |
| LICENSE | AGPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | No |
| AUTHORS | |
| AUTHORS | Odoo Community Association (OCA), Camptocamp |
| MAINTAINERS | |
| MAINTAINERS | Camptocamp |
| COMMITTERS | |
| COMMITTERS | eLBati, Pedro M. Baeza, GitHub, Stéphane Bidoul (ACSONE), OCA Transbot, darshan-serpent, oca-travis, Weblate, OCA-git-bot |
| WEBSITE | |
| WEBSITE | http://www.camptocamp.com |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-07-06 00:15:22 |
| ODOO DEPENDENCIES | |
| ODOO DEPENDENCIES |
odoo/odoo: - stock - product - base - decimal_precision - 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 | |
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
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 |
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.'
action_cancel(self)
action_done(self)
action_draft(self)
action_put_in_pack(self)
| 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/8.0/stock_picking_package_preparation |
| VERSION | |
| VERSION | 1.0.1 |
| CATEGORY | |
| CATEGORY | Warehouse Management |
| LICENSE | |
| LICENSE | AGPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | No |
| AUTHORS | |
| AUTHORS | Odoo Community Association (OCA), Camptocamp |
| MAINTAINERS | |
| MAINTAINERS | Camptocamp |
| COMMITTERS | |
| COMMITTERS | Sté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 | |
| WEBSITE | http://www.camptocamp.com |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-07-06 00:11:24 |
| ODOO DEPENDENCIES | |
| ODOO DEPENDENCIES |
odoo/odoo: - stock - product - base - decimal_precision - 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 | |
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
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 |
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.'
action_cancel(self)
action_done(self)
action_draft(self)
action_put_in_pack(self)