Delivery Carrier Global Manifest

delivery_carrier_global_manifest
REPOSITORY
REPOSITORYOCA/delivery-carrier
GIT
GIThttps://github.com/OCA/delivery-carrier.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/delivery-carrier/tree/17.0/delivery_carrier_global_manifest
VERSION
VERSION 1.0.0
CATEGORY
CATEGORYDelivery
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), Sygel
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), Sygel
COMMITTERS
COMMITTERSWeblate, OCA-git-bot, oca-ci, sygel
WEBSITE
WEBSITEhttps://github.com/OCA/delivery-carrier
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-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
    - mail
    - 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.

Code Analysis

Views touched (3)
XML IDNameModelTypeStatus
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
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)