TIP: You can type at any time to perform a new search.
Stock Picking Manual Package
stock_picking_manual_package · OCA/stock-logistics-tracking
- Repository
- OCA/stock-logistics-tracking · module folder · Try on Runboat
- Module version
- 1.1.0
- Category
- Stock
- Folder size
- 0.05 MB
- License
- AGPL-3
- Application
- No
- Auto-installable
- No
- Website
- https://github.com/OCA/stock-logistics-tracking
- Last tracking update
- 2026-08-07 07:38:25
- Authors
- Odoo Community Association (OCA), Tecnativa
- Maintainers
- Odoo Community Association (OCA), Tecnativa
- Committers
- sergio-teruel, Weblate, OCA-git-bot, oca-ci
- Odoo dependencies
- Python dependencies
- None
- System dependencies
- None
- Required by
- None
- Description
Code Analysis ⓘ
Views touched (1)
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
view_manual_package_wizard_form |
stock.picking.manual.package.wiz.form | stock.picking.manual.package.wiz | form | New |
HTTP endpoints (0)
No HTTP endpoints found for this module.
Models touched (3)
New fields (0)
No new fields.
Public methods (1)-
put_in_pack(self)
New fields (5)
-
nbr_lines_into_packageIntegerhelp='If set, the package will be assigned to the N reserved detailed operations'string='Number lines to packaging' -
package_idMany2one → stock.quant.packagecomodel_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_idMany2one → stock.pickingcomodel_name='stock.picking' -
picking_product_idsMany2many → product.productcomodel_name='product.product'compute='_compute_picking_product_ids' -
product_idsMany2many → product.productcomodel_name='product.product'help='Select which products to include in the package'string='Products'
-
action_confirm(self)
New fields (0)
No new fields.
Public methods (1)-
create(self, vals_list)@api.model_create_multi