| 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/13.0/delivery_sending |
| VERSION | |
| VERSION | 1.2.1 |
| CATEGORY | |
| CATEGORY | Stock |
| LICENSE | |
| LICENSE | AGPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | No |
| AUTHORS | |
| AUTHORS | Tecnativa, Odoo Community Association (OCA), Impulso Diagonal |
| MAINTAINERS | |
| MAINTAINERS | Tecnativa, Odoo Community Association (OCA), Impulso Diagonal |
| COMMITTERS | |
| COMMITTERS | Víctor Martínez, Weblate, OCA-git-bot, oca-ci |
| WEBSITE | |
| WEBSITE | https://github.com/OCA/delivery-carrier |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-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 - 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 | |
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
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 |
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'
sending_cancel_shipment(self, pickings)
sending_create_shipping(self, picking)
sending_get_label(self, reference)
sending_rate_shipment(self, order)
sending_send_shipping(self, pickings)
package_carrier_type
Selection
selection_add=[('sending', 'Sending')]
No public methods.
No new fields.
Public methods (1)sending_get_label(self)
| STATUS | |
|---|---|
| STATUS | Open migration PR - not merged yet for this version |
| REPOSITORY | |
| REPOSITORY | OCA/delivery-carrier |
| PULL REQUEST | |
| PULL REQUEST | [19.0][MIG] delivery_sending: Migration to 19.0 (#1153) |