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
odoo/odoo:
- web
- bus
- uom
Python dependencies
None
System dependencies
None
Required by
None
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
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_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