| REPOSITORY | |
|---|---|
| REPOSITORY | OCA/delivery-carrier |
| GIT | |
| GIT | https://github.com/OCA/delivery-carrier.git |
| GIT FOLDER | |
| GIT FOLDER | https://github.com/OCA/delivery-carrier/tree/17.0/delivery_carrier_global_manifest |
| VERSION | |
| VERSION | 1.0.0 |
| CATEGORY | |
| CATEGORY | Delivery |
| LICENSE | |
| LICENSE | AGPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | No |
| AUTHORS | |
| AUTHORS | Odoo Community Association (OCA), Sygel |
| MAINTAINERS | |
| MAINTAINERS | Odoo Community Association (OCA), Sygel |
| COMMITTERS | |
| COMMITTERS | Weblate, OCA-git-bot, oca-ci, sygel |
| WEBSITE | |
| WEBSITE | https://github.com/OCA/delivery-carrier |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-07-06 19:20:08 |
| ODOO DEPENDENCIES | |
| ODOO DEPENDENCIES |
OCA/delivery-carrier: - base_delivery_carrier_label - delivery_carrier_info odoo/odoo: - stock_delivery - sale_stock - sale - sales_team - base - base_setup - web - bus - web_tour - account_payment - account - onboarding - product - uom - analytic - portal - web_editor - http_routing - auth_signup - digest - resource - payment - utm - stock_account - stock - barcodes_gs1_nomenclature - barcodes - delivery |
| PYTHON DEPENDENCIES | |
| PYTHON DEPENDENCIES | Not have |
| SYSTEM DEPENDENCIES | |
| SYSTEM DEPENDENCIES | Not have |
| DESCRIPTION | |
| 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. |
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
manifest_wizard_form_inherit_global |
manifest.wizard.form.inherit.global | manifest.wizard | field | 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 | field | Inherits delivery.view_delivery_carrier_form |
include_in_global_manifest
Boolean
default=True
No public methods.
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'
get_manifest_file(self)