| REPOSITORY | |
|---|---|
| REPOSITORY | OCA/stock-logistics-tracking |
| GIT | |
| GIT | https://github.com/OCA/stock-logistics-tracking.git |
| GIT FOLDER | |
| GIT FOLDER | https://github.com/OCA/stock-logistics-tracking/tree/13.0/stock_picking_manual_package |
| VERSION | |
| VERSION | 1.1.0 |
| CATEGORY | |
| CATEGORY | Stock |
| LICENSE | |
| LICENSE | AGPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | No |
| AUTHORS | |
| AUTHORS | Tecnativa, Odoo Community Association (OCA) |
| MAINTAINERS | |
| MAINTAINERS | Tecnativa, Odoo Community Association (OCA) |
| COMMITTERS | |
| COMMITTERS | sergio-teruel, Weblate, OCA-git-bot, oca-ci |
| WEBSITE | |
| WEBSITE | https://github.com/OCA/stock-logistics-tracking |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-07-06 00:34:19 |
| 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 |
|---|---|---|---|---|
view_manual_package_wizard_form |
stock.picking.manual.package.wiz.form | stock.picking.manual.package.wiz | form | New |
No new fields.
Public methods (1)put_in_pack(self)
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'
action_confirm(self)
No new fields.
Public methods (1)create(self, vals_list)