Repository
OCA/delivery-carrier · module folder · Try on Runboat
Module version
1.2.1
Category
Stock
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 07:38:23
Authors
Odoo Community Association (OCA), Tecnativa, Impulso Diagonal
Maintainers
Odoo Community Association (OCA), Tecnativa, Impulso Diagonal
Committers
Víctor Martínez, Weblate, OCA-git-bot, oca-ci
Odoo dependencies
Python dependencies
suds
System dependencies
None
Required by
None
Description

Code Analysis

Views touched (2)
XML IDNameModelTypeStatus
view_delivery_carrier_form delivery.carrier form Inherits delivery.view_delivery_carrier_form
view_picking_withcarrier_out_form stock.picking form Inherits delivery.view_picking_withcarrier_out_form
HTTP endpoints (0)

No HTTP endpoints found for this module.

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
Open migration PR — not merged yet for this version
CI status
checks failing
Open since
141 days ago
Last activity
24 days ago
Repository
OCA/delivery-carrier
Pull request
[19.0][MIG] delivery_sending: Migration to 19.0 (#1153)