コンテンツへスキップ
Odoo メニュー
  • サインイン
  • 無料で15日試す
  • アプリ
    財務
    • 会計
    • 請求
    • 経費
    • スプレッドシート(BI)
    • ドキュメント管理
    • 署名
    販売
    • CRM
    • 販売
    • POS店舗
    • POSレストラン
    • サブスクリプション
    • レンタル
    ウェブサイト
    • ウェブサイトビルダー
    • eコマース
    • ブログ
    • フォーラム
    • ライブチャット
    • eラーニング
    サプライチェーン
    • 在庫
    • 製造
    • 製品ライフサイクル管理 (PLM)
    • 購買
    • 整備
    • 品質
    人事業務
    • 従業員管理
    • 採用
    • 休暇管理
    • 人事評価
    • リファラル
    • フリート
    マーケティング
    • ソーシャルマーケティング
    • メールマーケティング
    • SMSマーケティング
    • イベント
    • マーケティングオートメーション
    • アンケート調査
    サービス
    • プロジェクト管理
    • タイムシート
    • フィールドサービス
    • ヘルプデスク
    • 計画
    • アポイントメント
    生産性向上ツール
    • ディスカッション
    • 承認
    • IoT
    • VoIP
    • ナレッジ
    • WhatsApp
    サードパーティアプリ Odooスタジオ Odooクラウドプラットホーム
  • インダストリー(業種別ソリューション)
    小売
    • 書店
    • アパレルショップ
    • 家具専門店
    • 食料品店
    • 金物店
    • 玩具店
    飲食・ホスピタリティ業界
    • バー・パブ
    • レストラン
    • ファストフード
    • ゲストハウス
    • 飲料販売代理店
    • ホテル
    不動産
    • 不動産会社
    • 建築事務所
    • 建設
    • 不動産管理
    • 造園
    • 住宅所有者組合
    コンサルティング
    • 会計事務所
    • Odooパートナー
    • マーケティングエージェンシー
    • 法律事務所
    • 人材派遣
    • 監査・認証
    製造
    • テキスタイル
    • 金属
    • 家具
    • 飲食
    • 醸造所
    • コーポレートギフト
    ヘルス & フィットネス
    • スポーツクラブ
    • 眼鏡店
    • フィットネスセンター
    • ウェルネス専門家
    • 薬局
    • ヘアサロン
    業種
    • 便利屋
    • IT ハードウェア・サポート
    • 太陽エネルギーシステム
    • 靴メーカー
    • クリーニングサービス
    • 空調設備サービス
    その他
    • 非営利団体
    • 環境機関
    • ビルボードレンタル
    • 写真
    • 自転車リース
    • ソフトウェアリセラー
    すべての業種を見る
  • コミュニティ
    学ぶ
    • チュートリアル
    • ドキュメンテーション
    • 認定
    • トレーニング
    • ブログ
    • ポッドキャスト
    教育サポート
    • 教育プログラム
    • Scale Up! ビジネスゲーム
    • Odooオフィス訪問
    ソフトを入手
    • ダウンロード
    • エディションを比較
    • リリース
    コラボレーション
    • Github
    • フォーラム
    • イベント
    • 翻訳
    • パートナーになる
    • パートナー様向けサービス
    • 会計事務所を登録
    サービス利用
    • パートナー一覧
    • 会計事務所一覧
    • 今すぐ相談する
    • 導入支援サービス
    • お客様一覧
    • サポート
    • アップグレード
    Github Youtube Twitter Linkedin Instagram Facebook Spotify
    +1 (650) 691-3277
    製品デモを利用する
  • 料金
  • ヘルプ

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

  • CRM
  • e-Commerce
  • 会計
  • 在庫
  • PoS
  • プロジェクト
  • MRP
All apps
コミュニティで交流するには登録する必要があります。
全てのポスト 人々 バッジ
タグ (全て表示)
odoo accounting v14 pos v15
このフォーラムについて
コミュニティで交流するには登録する必要があります。
全てのポスト 人々 バッジ
タグ (全て表示)
odoo accounting v14 pos v15
このフォーラムについて
ヘルプ

Easypost Integration - Ship Collect/3rd Party?

購読

この投稿に活動があった際に通知を受け取ります

この質問にフラグが付けられました
shippingconnectorUPSv12easypost
7189 ビュー
アバター
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
アバター
破棄
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
著作者

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
著作者

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.

ディスカッションを楽しんでいますか?読むだけでなく、参加しましょう!

今すぐアカウントを作成して、限定機能を利用したり、素晴らしいコミュニティと交流しましょう!

登録
関連投稿 返信 ビュー 活動
OOTB UPS Integration small things to understand/tips
shipping UPS
アバター
0
11月 25
208
Setting up UPS in v17 解決済
shipping UPS odoo v17
アバター
アバター
アバター
2
8月 25
1049
Cannot Validate shipment
inventory shipping easypost
アバター
アバター
1
5月 25
2387
Bpost connector
shipping connector odoo11
アバター
0
10月 18
4292
Return a value from Wizard [12]
integration shipping carrier v12
アバター
0
9月 19
3999
コミュニティ
  • チュートリアル
  • ドキュメンテーション
  • フォーラム
オープンソース
  • ダウンロード
  • Github
  • Runbot
  • 翻訳
サービス
  • Odoo.shホスティング
  • サポート
  • アップグレード
  • カスタム開発
  • 教育プログラム
  • 会計事務所一覧
  • パートナー一覧
  • パートナーになる
企業情報
  • 会社概要
  • ブランドアセット
  • お問い合わせ
  • 採用情報
  • イベント
  • ポッドキャスト
  • ブログ
  • お客様一覧
  • リーガル情報 • プライバシーポリシー
  • セキュリティ
الْعَرَبيّة 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(オドゥー)は、CRM、eコマース、会計、在庫管理、POS、プロジェクト管理など、企業のさまざまな業務を一つのシステムで管理できる、ベルギー発のオープンソースのERPソフトウェアです。

高機能で使いやすく、完全に統合されたERPとして、ユニークな価値を提供しています。

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