TIP: You can type at any time to perform a new search.
Delivery TNT OCA
delivery_tnt_oca · OCA/delivery-carrier
- Repository
- OCA/delivery-carrier · module folder · Try on Runboat
- Module version
- 1.2.5
- Category
- Delivery
- Folder size
- 6.08 MB
- License
- AGPL-3
- Application
- No
- Auto-installable
- No
- Website
- https://github.com/OCA/delivery-carrier
- Last tracking update
- 2026-08-07 07:47:34
- Authors
- Odoo Community Association (OCA), Tecnativa
- Maintainers
- Odoo Community Association (OCA), Tecnativa
- Committers
- Pedro M. Baeza, Víctor Martínez, Weblate, OCA Transbot, OCA-git-bot, oca-travis, oca-ci, angel
Code Analysis ⓘ
Views touched (2)
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
label_delivery_tnt_oca_template |
label_delivery_tnt_oca_template | ir.ui.view | qweb | New |
view_delivery_carrier_tnt_oca_form |
delivery.carrier | form | Inherits delivery.view_delivery_carrier_form |
HTTP endpoints (0)
No HTTP endpoints found for this module.
Models touched (3)
New fields (18)
-
delivery_typeSelectionondelete={'tnt_oca': 'set default'}selection_add=[('tnt_oca', 'TNT')] -
tnt_collect_time_fromFloatdefault=10.5string='Collect time from' -
tnt_collect_time_toFloatdefault=16string='Collect time to' -
tnt_default_packaging_idMany2one → product.packagingcomodel_name='product.packaging'domain=[('package_carrier_type', '=', 'tnt_oca')]string='Default Packaging Type' -
tnt_line_of_businessSelectiondefault='1'selection=[('1', 'Domestic transfers'), ('2', 'International non-domestic transfers')]string='Line of business' -
tnt_oca_ws_accountCharstring='WS Account' -
tnt_oca_ws_passwordCharstring='WS Password' -
tnt_oca_ws_usernameCharstring='WS Username' -
tnt_payment_indicatorSelectiondefault='S'selection=[('S', 'Sender pays'), ('R', 'Receiver pays')]string='Payment indicator' -
tnt_product_codeCharcompute='_compute_tnt_product_code'string='Product code' -
tnt_product_code_dSelectiondefault='09D'selection=[('09D', '9:00 EXPRESS'), ('12D', '12:00 EXPRESS'), ('15D', 'GLOBAL EXPRESS')]string='Product code (Docs)' -
tnt_product_code_nSelectiondefault='15N'selection=[('15N', 'GLOBAL EXPRESS'), ('48N', 'ECONOMY EXPRESS')]string='Product code (Non docs)' -
tnt_product_serviceCharcompute='_compute_tnt_product_service'string='Product service' -
tnt_product_service_dSelectiondefault='EX'selection=[('EX', 'Express'), ('EX09', '9:00 Express'), ('EX10', '10:00 Express'), ('EX12', '12:00 Express')]string='Product service (Docs)' -
tnt_product_service_nSelectiondefault='EX'selection=[('EC', 'Economy Express'), ('EC12', '12:00 Economy Express'), ('EX', 'Express'), ('EX09', '9:00 Express'), ('EX10', '10:00 Express'), ('EX12', '12:00 Express')]string='Product service (Non docs)' -
tnt_product_typeSelectiondefault='N'selection=[('D', 'Document (paper/manuals/reports)'), ('N', 'Non-document (packages)')]string='Product type' -
tnt_service_optionSelectionselection=[('PR', 'PR'), ('EQ', 'EQ'), ('XBB', 'XBB'), ('HZ', 'HZ'), ('BB', 'BB')]string='Service option' -
tnt_use_packages_from_pickingBooleanstring='Use packages from picking'
-
tnt_oca_cancel_shipment(self, pickings) -
tnt_oca_create_shipping(self, picking) -
tnt_oca_get_tracking_link(self, picking) -
tnt_oca_rate_shipment(self, order) -
tnt_oca_send_shipping(self, pickings) -
tnt_oca_tracking_state_update(self, picking)
New fields (1)
-
package_carrier_typeSelectionselection_add=[('tnt_oca', 'TNT')]
No public methods.
New fields (17)
-
tnt_consignment_cluster_codeCharsparse='tnt_consignment_data' -
tnt_consignment_dataSerialized -
tnt_consignment_dateCharsparse='tnt_consignment_data' -
tnt_consignment_destination_depotCharsparse='tnt_consignment_data' -
tnt_consignment_destination_depot_dayIntegersparse='tnt_consignment_data' -
tnt_consignment_free_circulationCharsparse='tnt_consignment_data' -
tnt_consignment_marketCharsparse='tnt_consignment_data' -
tnt_consignment_mumberCharsparse='tnt_consignment_data' -
tnt_consignment_optionCharsparse='tnt_consignment_data' -
tnt_consignment_origin_depotCharsparse='tnt_consignment_data' -
tnt_consignment_productCharsparse='tnt_consignment_data' -
tnt_consignment_sort_splitCharsparse='tnt_consignment_data' -
tnt_consignment_transit_depotCharsparse='tnt_consignment_data' -
tnt_consignment_transportCharsparse='tnt_consignment_data' -
tnt_consignment_xrayCharsparse='tnt_consignment_data' -
tnt_piece_barcodeCharsparse='tnt_piece_data' -
tnt_piece_dataSerialized
No public methods.
Loading…