Repository
OCA/delivery-carrier · module folder · Try on Runboat
Module version
1.0.0
Category
Uncategorized
Folder size
0.04 MB
License
AGPL-3
Application
No
Auto-installable
No
Website
https://github.com/OCA/delivery-carrier
Last tracking update
2026-08-07 08:42:52
Authors
ACSONE SA/NV, Odoo Community Association (OCA), BCIM
Maintainers
ACSONE SA/NV, Odoo Community Association (OCA), BCIM
Committers
OCA-git-bot, oca-ci, Bhavesh Heliconia
Odoo dependencies
Python dependencies
None
System dependencies
None
Required by
shopfloor_cluster_picking_repack
Description
This module allows to pre-configure a number of parcels on the delivery package type.
When creating a delivery package and associating a package type, the number of parcels of the package will be initialized from the delivery package type.
You can create one package type per possible number of parcels, like "1 parcel", "2 parcels", "3 parcels"...
When packing, select or scan the package type barcode to make a package for all picked lines with the right declared amount of parcels.
This prevents you to declare which picked line and corresponding quantity is in which parcel.

The number of parcels is also displayed in the delivery package
wizard when selecting a package type, giving users immediate
visibility of the parcel count during the delivery process.

Code Analysis

Views touched (5)
XML IDNameModelTypeStatus
choose_delivery_package_view_form choose.delivery.package.form (in delivery_package_type_number_parcels) choose.delivery.package form Inherits stock_delivery.choose_delivery_package_view_form
stock_package_type_form_delivery stock.package.type.form.delivery (in delivery_package_type_number_parcels) stock.package.type form Inherits stock.stock_package_type_form
stock_package_type_tree_delivery stock.package.type.tree.delivery (in delivery_package_type_number_parcels) stock.package.type tree Inherits stock.stock_package_type_tree
stock_quant_package_form_view stock.quant.package.form (in delivery_package_type_number_parcels) stock.quant.package form Inherits stock.view_quant_package_form
stock_quant_package_tree_view stock.quant.package.tree (in delivery_package_type_number_parcels) stock.quant.package tree Inherits stock.view_quant_package_tree
HTTP endpoints (0)

No HTTP endpoints found for this module.

Models touched (3)

New fields (1)
  • number_of_parcels Integer
    related='delivery_package_type_id.number_of_parcels'
Public methods (0)

No public methods.

New fields (1)
  • number_of_parcels Integer
    args: 'Number of parcels'
Public methods (0)

No public methods.

New fields (1)
  • number_of_parcels Integer
    compute='_compute_number_of_parcels' readonly=False store=True
Public methods (0)

No public methods.

Loading…

Loading…

Status
Open migration PR — not merged yet for this version
CI status
green — ready to merge
Open since
16 days ago
Last activity
16 days ago
Repository
OCA/delivery-carrier
Pull request
[19.0][MIG] delivery_package_type_number_parcels: Migration to 19.0 (#1228)