コンテンツへスキップ
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
このフォーラムについて
ヘルプ

Credit limit with blocking feature using Studio

購読

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

この質問にフラグが付けられました
credit_limitquickstartStudioapprovalsQuickstart
2 返信
9060 ビュー
アバター
Omar Lucas (olu)

This customization is designed for Odoo V15.X with Studio App

⚠️ Constraints: the following Studio customization works as expected in single currency databases, within Odoo Sales module and assumes ALL clients have a credit line. It has unexpected behaviours in other scenarios. There, additional logic might be required.



Display useful fields in Contacts

In the model res.partner two required fields are available but hidden to the user interface by default. Open the form view with Studio and bring them to the interface:

  • Credit limit (credit_limit)
  • Total Receivable (credit)



⚠️ Warning: a credit limit above 0 is required for this solution to work


Display credit info in Sale Order

  • Create related fields in sale.order model using the customer field for the relation with res.partner:
    • Credit limit (x_studio_credit_limit) from Customer > Credit limit
    • Total Receivable (x_studio_credit) from Customer > Total Receivable.


Bonus: set monetary widget on these two related fields



Credit consumption with current sale order

In order to configure a blocking feature, a basic logic is constructed through a credit usage ratio. If ratio is above 100% (1.000) the credit is surpassed by current transaction. Without the two related fields created in sales order, this calculation is not possible due to technicalities of Odoo.

  • Create “Consumed (%)” field (x_studio_ratio, type=float, widget=progressbar) in sale.order model
  • Create Automated action (Settings / Technical / Automation / Automated Actions)
    • Model: sale.order

    • Trigger: On creation & Update

    • Data to write

      • Field: Credit usage
      • Evaluation Type: Python expression (in this specific configuration does not create billable lines of code)
      • Value: the following python expression will sum both Total Receivable and the current transaction subtotal (tax excluded)

(record.x_studio_credit+record.amount_untaxed)/record.x_studio_credit_limit

Bonus: use amount_total instead of amount_untaxed if taxes are included in the calculation. If progress bar widget is used, multiple the whole expression by 100 in order to get a percentage (1 to 100) visualization.

⚠️ Warning: if credit amount is not set on the customer contact, Odoo might encounter errors (division by zero) when creating a sales order.



This automation works when the sale order is created or updated (in any field).



Blocking feature and authorized approvers

This blocking feature has the intention to avoid the order confirmation when the credit limit is surpassed.

⚠️ Constraints: this feature only works for total receivable amount. If there are uninvoiced sales order (other than the current transaction), the amount is not considered as part of the used credit.


  • Create approval user group (Settings / Users & Companies / Groups)


  • Export this user group in order to be used in Studio Approvals


  • In sale order form view, enable Studio and select Confirm button
  • Set approval for the approval group with the following condition rule: Credit usage > 1



Bonus: if progress bar widget is chosen, use 100 instead of 1




Proof of Concept

The following scenario is below credit limit. Thus, the user can confirm the sales order.




The following scenario is above credit limit. Thus, the user cannot confirm the sales order and manager approval (defined by user group) is required.



9
アバター
破棄
Dr. Thomas Koliwer

I find your implementation very convincing (even if I wouldn't do it with Studio, that's forbidden in our project - for good reason - with maximum penalty).
I just wonder why Odoo itself does not come up with such ideas. What I can see at the moment from the credit limit check in V.16 is completely inadequate in my opinion.

アバター
Andrey Kolesnikov
最善の回答

It looks like this implementation would provide a simplistic credit limit functionality.


I'd suggest also looking into totals from open SO's that are not delivered and done deliveries that are not invoiced - not just the total invoiced amount.  Aside from that - there can also be payments for the customer that are not linked to invoices, and credit memos too. 


Furthermore, aside from just not accepting new orders if a customer is over a credit limit - it is sensible to block doing deliveries for some instances where you want to take an order but want it to not ship until something is resolved, or to generally block deliveries (for example, if a customer is really late on payments). 


Our team created a major credit limit and credit blocking feature for our Odoo customers - I think its much more robust than modules on the Odoo marketplace or this Studio implementation. Read about it here: https://steersman.works/a/392-customer-credit-limits-and-blocks   maybe you can use some of our feature ideas and recreate a bit more via Studio.

0
アバター
破棄
アバター
Josep Anton Belchi Riera
最善の回答

There are some modules in the following repository that give full credit limit functionality

https://github.com/OCA/credit-control 

0
アバター
破棄
Omar Lucas (olu)
著作者

Thank you for your contribution. This solution works for companies without resources for sh (cost and programming knowledge) but for ones with it, the sky is the limit!

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

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

登録
関連投稿 返信 ビュー 活動
How to change/select the date field used in the calendar view? [STUDIO] 解決済
calendarview studio quickstart Studio Quickstart
アバター
1
9月 23
2194
How do I connect the Epson TM-T88VII to Odoo?
quickstart Quickstart
アバター
アバター
2
10月 25
924
How to Set Customer-Specific Product Names 解決済
quickstart Quickstart
アバター
1
11月 25
1405
✅ Odoo E-commerce: How to discriminate deliveries based on the type of clients
quickstart Quickstart
アバター
0
8月 25
1429
How can Import an existing Spreadsheets with formulas with out doing it manually? 解決済
quickstart Quickstart
アバター
2
8月 25
1853
コミュニティ
  • チュートリアル
  • ドキュメンテーション
  • フォーラム
オープンソース
  • ダウンロード
  • 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