TIP: You can type at any time to perform a new search.
Delivery Sending
delivery_sending · OCA/delivery-carrier
- 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
Code Analysis ⓘ
Views touched (2)
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
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_typeSelectionselection_add=[('sending', 'Sending')] -
sending_access_keyCharhelp='sending Access Key'string='Access Key' -
sending_file_formatSelectiondefault='ZPL'selection=[('ZPL', 'ZPL'), ('PDF', 'PDF')]string='File format' -
sending_serviceSelectiondefault='01'help='Set the contracted Sending Service'selection=SENDING_SERVICESstring='Sending Service' -
sending_userCharstring='User'
-
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_typeSelectionselection_add=[('sending', 'Sending')]
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)