Delivery Sending

delivery_sending
REPOSITORY
REPOSITORYOCA/delivery-carrier
GIT
GIThttps://github.com/OCA/delivery-carrier.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/delivery-carrier/tree/13.0/delivery_sending
VERSION
VERSION 1.2.1
CATEGORY
CATEGORYStock
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSTecnativa, Odoo Community Association (OCA), Impulso Diagonal
MAINTAINERS
MAINTAINERSTecnativa, Odoo Community Association (OCA), Impulso Diagonal
COMMITTERS
COMMITTERSVíctor Martínez, Weblate, OCA-git-bot, oca-ci
WEBSITE
WEBSITEhttps://github.com/OCA/delivery-carrier
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:34:16
ODOO DEPENDENCIES
ODOO DEPENDENCIES OCA/delivery-carrier:
    - delivery_package_number
    - delivery_state
odoo/odoo:
    - delivery
    - sale_stock
    - sale
    - sales_team
    - base
    - mail
    - base_setup
    - web
    - bus
    - web_tour
    - payment
    - account
    - product
    - uom
    - analytic
    - portal
    - web_editor
    - http_routing
    - auth_signup
    - digest
    - resource
    - utm
    - stock_account
    - stock
    - barcodes
    - sale_management
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES suds
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION

Code Analysis

Views touched (2)
XML IDNameModelTypeStatus
view_delivery_carrier_form delivery.carrier xpath Inherits delivery.view_delivery_carrier_form
view_picking_withcarrier_out_form stock.picking xpath Inherits delivery.view_picking_withcarrier_out_form
Models touched (3)

New fields (5)
  • delivery_type Selection
    selection_add=[('sending', 'Sending')]
  • sending_access_key Char
    help='sending Access Key' string='Access Key'
  • sending_file_format Selection
    default='ZPL' selection=[('ZPL', 'ZPL'), ('PDF', 'PDF')] string='File format'
  • sending_service Selection
    default='01' help='Set the contracted Sending Service' selection=SENDING_SERVICES string='Sending Service'
  • sending_user Char
    string='User'
Public methods (5)
  • sending_cancel_shipment(self, pickings)
    Cancel the expedition
  • sending_create_shipping(self, picking)
    Send the package to Sending
  • sending_get_label(self, reference)
    Generate label for picking :param picking - stock.picking record :returns pdf file
  • sending_rate_shipment(self, order)
    There's no public API so another price method should be used
  • sending_send_shipping(self, pickings)

New fields (1)
  • package_carrier_type Selection
    selection_add=[('sending', 'Sending')]
Public methods (0)

No public methods.

New fields (0)

No new fields.

Public methods (1)
  • sending_get_label(self)
STATUS
STATUSOpen migration PR - not merged yet for this version
REPOSITORY
REPOSITORYOCA/delivery-carrier
PULL REQUEST
PULL REQUEST[19.0][MIG] delivery_sending: Migration to 19.0 (#1153)