Skip to Content
Odoo Menu
  • Zaloguj się
  • Wypróbuj za darmo
  • Aplikacje
    Finanse
    • Księgowość
    • Fakturowanie
    • Wydatki
    • Arkusz kalkulacyjny (BI)
    • Dokumenty
    • Podpisy
    Sprzedaż
    • CRM
    • Sprzedaż
    • PoS Sklep
    • PoS Restauracja
    • Subskrypcje
    • Wypożyczalnia
    Strony Internetowe
    • Kreator Stron Internetowych
    • eCommerce
    • Blog
    • Forum
    • Czat na Żywo
    • eLearning
    Łańcuch dostaw
    • Magazyn
    • Produkcja
    • PLM
    • Zakupy
    • Konserwacja
    • Jakość
    Zasoby Ludzkie
    • Pracownicy
    • Rekrutacja
    • Urlopy
    • Ocena pracy
    • Polecenia Pracownicze
    • Flota
    Marketing
    • Marketing Społecznościowy
    • E-mail Marketing
    • SMS Marketing
    • Wydarzenia
    • Automatyzacja Marketingu
    • Ankiety
    Usługi
    • Projekt
    • Ewidencja czasu pracy
    • Usługi Terenowe
    • Helpdesk
    • Planowanie
    • Spotkania
    Produktywność
    • Dyskusje
    • Zatwierdzenia
    • IoT
    • VoIP
    • Baza wiedzy
    • WhatsApp
    Aplikacje trzecich stron Studio Odoo Odoo Cloud Platform
  • Branże
    Sprzedaż detaliczna
    • Księgarnia
    • Sklep odzieżowy
    • Sklep meblowy
    • Sklep spożywczy
    • Sklep z narzędziami
    • Sklep z zabawkami
    Żywienie i hotelarstwo
    • Bar i Pub
    • Restauracja
    • Fast Food
    • Pensjonat
    • Dystrybutor napojów
    • Hotel
    Agencja nieruchomości
    • Agencja nieruchomości
    • Biuro architektoniczne
    • Budowa
    • Zarządzanie nieruchomościami
    • Ogrodnictwo
    • Stowarzyszenie właścicieli nieruchomości
    Doradztwo
    • Biuro księgowe
    • Partner Odoo
    • Agencja marketingowa
    • Kancelaria prawna
    • Agencja rekrutacyjna
    • Audyt i certyfikacja
    Produkcja
    • Tekstylia
    • Metal
    • Meble
    • Jedzenie
    • Browar
    • Prezenty firmowe
    Zdrowie & Fitness
    • Klub sportowy
    • Salon optyczny
    • Centrum fitness
    • Praktycy Wellness
    • Apteka
    • Salon fryzjerski
    Transakcje
    • Złota rączka
    • Wsparcie Sprzętu IT
    • Systemy energii słonecznej
    • Szewc
    • Firma sprzątająca
    • Usługi HVAC
    Inne
    • Organizacja non-profit
    • Agencja Środowiskowa
    • Wynajem billboardów
    • Fotografia
    • Leasing rowerów
    • Sprzedawca oprogramowania
    Przeglądaj wszystkie branże
  • Community
    Ucz się
    • Samouczki
    • Dokumentacja
    • Certyfikacje
    • Szkolenie
    • Blog
    • Podcast
    Pomóż w nauce innym
    • Program Edukacyjny
    • Scale Up! Gra biznesowa
    • Odwiedź Odoo
    Skorzystaj z oprogramowania
    • Pobierz
    • Porównaj edycje
    • Wydania
    Współpracuj
    • Github
    • Forum
    • Wydarzenia
    • Tłumaczenia
    • Zostań partnerem
    • Usługi dla partnerów
    • Zarejestruj swoją firmę rachunkową
    Skorzystaj z usług
    • Znajdź partnera
    • Znajdź księgowego
    • Spotkaj się z doradcą
    • Usługi wdrożenia
    • Opinie klientów
    • Wsparcie
    • Aktualizacje
    Github Youtube Twitter Linkedin Instagram Facebook Spotify
    +1 (650) 691-3277
    Zaplanuj demo
  • Cennik
  • Pomoc

Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:

  • CRM
  • e-Commerce
  • Księgowość
  • Zapasy
  • PoS
  • Projekt
  • MRP
All apps
Musisz się zarejestrować, aby móc wchodzić w interakcje z tą społecznością.
Wszystkie posty Osoby Odznaki
Tagi (Zobacz wszystko)
odoo accounting v14 pos v15
O tym forum
Musisz się zarejestrować, aby móc wchodzić w interakcje z tą społecznością.
Wszystkie posty Osoby Odznaki
Tagi (Zobacz wszystko)
odoo accounting v14 pos v15
O tym forum
Pomoc

Easypost Integration - Ship Collect/3rd Party?

Zaprenumeruj

Otrzymaj powiadomienie o aktywności w tym poście

To pytanie dostało ostrzeżenie
shippingconnectorUPSv12easypost
7146 Widoki
Awatar
Joe H

Hello,

Currently using Odoo SaaS v12

Does the Easypost integration with Odoo SaaS have an option to ship 3rd Party or collect on a customers account (ie allow it to bill a customer's account instead of shipping prepay & add)?  

I have that option with the UPS Connector & it looks possible with Easypost based on their API documentation, but it doesn't seem to configurable out of the box.


Thank you.

1
Awatar
Odrzuć
Paul Terpstra

Trying to find an answer as well. Does the code live in Easypost or Odoo? If in Odoo where and how do you place it?

From easypost I can see to bill duties/taxes back to sender you use this code:
"options": {
"incoterm": "DDP",
}

For third party I found this.

options: {
payment: {
type: "THIRD_PARTY",
account: "123456789",
country: "US",
postal_code: "84123"
}
duty_payment_account: "123456789",
incoterm: "DDP"
}

Question is does this have to pushed from Odoo to Easypost or can this be configured in Easypost?

Andrew Sanders

Has anyone made any headway on this? I've sent a request into to Easypost to see if they can shed light on it, would love any advice for implementing this

Joe H
Autor

No headway made into this. I spoke with my Odoo rep recently & asked them to offer a built in app solution for Easypost or FedEx similar to how UPS is well integrated.

I also spoke with an Odoo partner who could setup the API integration, but that would require me to migrate my database to Odoo.sh instead of the Odoo Online option.

Andrey Kolesnikov

I see that this appears to be a relevant issue still.

Easypost API definitely supports receiver and third-party billing.

If helpful and viable for some, Steersman Co in Chicago had its Easypost integration since before it was available as a standard app in Odoo, and developed some advanced features onto it over time.

* Shipping paid by shipper, receiver, or third party (allows specifying account)
* Delivery method specified on SO, and propagates into delivery (can be modified on delivery)
* Delivery method and billing type can be set on Customer and populates into new SO's
* Rate shopping enabled across multiple specific carriers and service levels. For example, can rate shop USPS Priority, UPS Ground, UPS SurePost, FedEx Ground and UPS 2nd Day Air with a condition to pick cheapest rate as long as package is reported to arrive within 2 days.
* Multiple package sizes per shipping method for estimates (to enable estimates with small or large boxes or multiple boxes, based on weight)
* Estimates can have a margin (+/- %) and a markup (+/- specific dollar amount)
* Shipping method availability can be filtered by total order amount AND net order weight

Some config screenshots:
https://drive.google.com/file/d/1-vkinbzP3YsRN7ZPKmtE77upuF53FzFm/view?usp=sharing
https://drive.google.com/file/d/1rQM6IAYUD0TFfWQCkMgFliDN1XZBrpxW/view?usp=sharing
https://drive.google.com/file/d/1LAPmagWcC9Up23Ws3EksDhuE7Kq2K5Qj/view?usp=sharing

There are a few "however" things:

The app doesn't support the creation of return labels as Odoo's own app does. The module is only supplied to customers on Steersman's ERP cloud subscription. Not compatible with Odoo's default online store app.

Can check out how estimates work here: https://legionsafety.com/ (its one of the Odoo sites with our front-end tech).

Joe H
Autor

Thanks Andrey -- you guys have a nice customized solution there with proper EasyPost Integration. Maybe you can license that to Odoo for their enterprise edition? If I wasn't 3 years in on the out-of-the-box platform, I'd consider migrating.

Andrey Kolesnikov

@joe, Thanks, its been long in the making, and since we work closely with clients - had to build stuff that works well in a real environment.

To be honest, well over half of our clients switched to working with us After implementing Odoo with somebody else (or after trying to do so for some time).

We've thought about the idea of trying to provide some of our bigger apps to Odoo so they offer them in the master Odoo system, I even messaged Fabrice (Odoo Americas director) about it, but I guess there wasn't any interest. We've built also a big PIM, image processing, TaxJar integration, pricing automation, product compatibility management, etc. So we just offer them on our own subscription hosting.

Podoba Ci się ta dyskusja? Dołącz do niej!

Stwórz konto dzisiaj, aby cieszyć się ekskluzywnymi funkcjami i wchodzić w interakcje z naszą wspaniałą społecznością!

Zarejestruj się
Powiązane posty Odpowiedzi Widoki Czynność
OOTB UPS Integration small things to understand/tips
shipping UPS
Awatar
0
lis 25
163
Setting up UPS in v17 Rozwiązane
shipping UPS odoo v17
Awatar
Awatar
Awatar
2
sie 25
1005
Cannot Validate shipment
inventory shipping easypost
Awatar
Awatar
1
maj 25
2349
Bpost connector
shipping connector odoo11
Awatar
0
paź 18
4269
Return a value from Wizard [12]
integration shipping carrier v12
Awatar
0
wrz 19
3980
Społeczność
  • Samouczki
  • Dokumentacja
  • Forum
Open Source
  • Pobierz
  • Github
  • Runbot
  • Tłumaczenia
Usługi
  • Hosting Odoo.sh
  • Wsparcie
  • Aktualizacja
  • Indywidualne rozwiązania
  • Edukacja
  • Znajdź księgowego
  • Znajdź partnera
  • Zostań partnerem
O nas
  • Nasza firma
  • Zasoby marki
  • Skontaktuj się z nami
  • Oferty pracy
  • Wydarzenia
  • Podcast
  • Blog
  • Klienci
  • Informacje prawne • Prywatność
  • Bezpieczeństwo Odoo
الْعَرَبيّة Català 简体中文 繁體中文 (台灣) Čeština Dansk Nederlands English Suomi Français Deutsch हिंदी Bahasa Indonesia Italiano 日本語 한국어 (KR) Lietuvių kalba Język polski Português (BR) română русский язык Slovenský jazyk slovenščina Español (América Latina) Español ภาษาไทย Türkçe українська Tiếng Việt

Odoo to pakiet aplikacji biznesowych typu open source, które zaspokoją wszystkie potrzeby Twojej firmy: CRM, eCommerce, księgowość, inwentaryzacja, punkt sprzedaży, zarządzanie projektami itp.

Unikalną wartością Odoo jest to, że jest jednocześnie bardzo łatwe w użyciu i w pełni zintegrowane.

Website made with

Odoo Experience on YouTube

1. Use the live chat to ask your questions.
2. The operator answers within a few minutes.

Live support on Youtube
Watch now