v 13.0 Third Party 29
Download for v 13.0 Deploy on Odoo.sh
Availability
Odoo Online
Odoo.sh
On Premise
Odoo Apps Dependencies Sales (sale_management)
Discuss (mail)
Invoicing (account)
Inventory (stock)
Community Apps Dependencies
Lines of code 875
Technical Name delivery_ups_oca
LicenseAGPL-3
Websitehttps://github.com/OCA/delivery-carrier
You bought this module and need support? Click here!

Delivery UPS OCA

Production/Stable License: AGPL-3 OCA/delivery-carrier Translate me on Weblate Try me on Runboat

This module adds UPS to the available carriers.

It allows you to register shippings, generate labels, get rates from order, read shipping states and cancel shipments using UPS webservice, so no need of exchanging any kind of file.

When a sales order is created in Odoo and the UPS carrier is assigned, the shipping price that will be obtained will be the price that the UPS webservice estimates according to the order information (address and products).

Table of contents

Configuration

To configure this module, you need to:

  1. Add a carrier account with delivery type ups and fill in your credentials
  2. Configure in Odoo all required fields of the UPS tab with your account data https://wwwapps.ups.com/ppc/ppc.html (Username WS , Password WS, Access license number, Shipper number, etc)
  3. If yo have “Tracking state update sync” checked all delivery orders state check will be done querying UPS services.

NOTE You need to request an access key from https://www.ups.com/upsdeveloperkit/manageaccesskeys?loc=es_ES for using the webservice.

Usage

You have to set the created shipping method in the delivery order to ship:

  • When the picking is ‘Transferred’, a Create Shipping Label button appears. Just click on it, and if all went well, the label will be ‘attached’.
  • If the shipment creation process fails, a validation error will appear displaying UPS error.
  • When the delivery order is cancelled, it’s automatically cancelled too in UPS.
  • If you have “Tracking state update sync” checked in the shipping method, a periodical state check will be done querying UPS services.

Known issues / Roadmap

  • Support international forms
  • Support package service options

Bug Tracker

Bugs are tracked on GitHub Issues. In case of trouble, please check there if your issue has already been reported. If you spotted it first, help us to smash it by providing a detailed and welcomed feedback.

Do not contact contributors directly about support or help with technical issues.

Credits

Authors

  • Hunki Enterprises BV
  • Tecnativa

Contributors

Maintainers

This module is maintained by the OCA.

Odoo Community Association

OCA, or the Odoo Community Association, is a nonprofit organization whose mission is to support the collaborative development of Odoo features and promote its widespread use.

This module is part of the OCA/delivery-carrier project on GitHub.

You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.

Please log in to comment on this module

  • The author can leave a single reply to each comment.
  • This section is meant to ask simple questions or leave a rating. Every report of a problem experienced while using the module should be addressed to the author directly (refer to the following point).
  • If you want to start a discussion with the author, please use the developer contact information. They can usually be found in the description.
Please choose a rating from 1 to 5 for this module.
There are no ratings yet!
by
Anton Kisleyko
on 2/8/24, 4:34 AM

The module's description states that OAuth Authorization is available starting from the 14th version.
From the 1st of June, the UPS API will change, and connector versions without OAuth will stop working.
Are there any planned updates to the module for the 12th version of Odoo that would support OAuth?
Thank you!