Repository
OCA/delivery-carrier · module folder · Try on Runboat
Module version
1.0.0
Category
Delivery
Folder size
0.1 MB
License
AGPL-3
Application
No
Auto-installable
No
Website
https://github.com/OCA/delivery-carrier
Last tracking update
2026-08-07 08:22:57
Authors
Odoo Community Association (OCA), Sygel
Maintainers
Odoo Community Association (OCA), Sygel
Committers
sygel, Weblate, OCA-git-bot, oca-ci
Odoo dependencies
Python dependencies
None
System dependencies
None
Required by
None
Description
This module extends the functionality of base_delivery_carrier_label to provide a global delivery carrier manifest file, 
which can be printed will all carriers, and will be the default file obtained with the manifest wizard if no carrier is specified.

Code Analysis

Views touched (3)
XML IDNameModelTypeStatus
manifest_wizard_form_inherit_global manifest.wizard.form.inherit.global manifest.wizard form Inherits base_delivery_carrier_label.manifest_wizard_form
report_global_carrier_manifest report_global_carrier_manifest ir.ui.view qweb New
view_delivery_carrier_form_global_manifest delivery.carrier.form.global.manifest delivery.carrier form Inherits delivery.view_delivery_carrier_form
HTTP endpoints (0)

No HTTP endpoints found for this module.

Models touched (2)

New fields (1)
  • include_in_global_manifest Boolean
    default=True
Public methods (0)

No public methods.

New fields (4)
  • carrier_id Many2one
    required=False
  • company_id Many2one → res.company
    comodel_name='res.company' default=<expr>
  • global_carrier_ids Many2many → delivery.carrier
    comodel_name='delivery.carrier' compute='_compute_global_carrier_ids' domain=[('include_in_global_manifest', '=', True)] readonly=False store=True string='Global Carriers'
  • global_manifest_query Boolean
    help='A global manifest query generates a generic global manifest report using all carriers configured to be included on it' string='Global Manifest'
Public methods (1)
  • get_manifest_file(self)