TIP: You can type at any time to perform a new search.
Delivery Carrier Global Manifest
delivery_carrier_global_manifest · OCA/delivery-carrier
- 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 ID | Name | Model | Type | Status |
|---|---|---|---|---|
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_manifestBooleandefault=True
No public methods.
New fields (4)
-
carrier_idMany2onerequired=False -
company_idMany2one → res.companycomodel_name='res.company'default=<expr> -
global_carrier_idsMany2many → delivery.carriercomodel_name='delivery.carrier'compute='_compute_global_carrier_ids'domain=[('include_in_global_manifest', '=', True)]readonly=Falsestore=Truestring='Global Carriers' -
global_manifest_queryBooleanhelp='A global manifest query generates a generic global manifest report using all carriers configured to be included on it'string='Global Manifest'
-
get_manifest_file(self)