dkasipovic
dkasipovic

Reputation: 6130

Creating custom ODOO shipping carrier?

Are there any guides, documentations, tutorials, examples, ... anything about writing custom shipping carriers for Odoo.

I checked their store and most of the bigger ones (DHL, UPS, etc.) are being sold so there is nothing really to use to check "how they did it".

I have a carrier that I need to integrate and they have an API that I can use.

What is the right approach?

Upvotes: 2

Views: 291

Answers (1)

o0'.
o0'.

Reputation: 11863

  • Go to the main page
  • Click / and look for "Delivery Methods"
  • Click the button "New" at top left
  • You'll be able to enter the name of the carrier, and the tracking link
  • Substitute the order id with the string <shipmenttrackingnumber>

That's it.

Of course, depending on your Odoo version, your mileage may vary.

Upvotes: 0

Related Questions