Nice Customer Credit Limit Management

by
Odoo
v 14.0 Third Party 344
Download for v 14.0 Deploy on Odoo.sh
Availability
Odoo Online
Odoo.sh
On Premise
Odoo Apps Dependencies Invoicing (account)
Sales (sale_management)
Discuss (mail)
Lines of code 203
Technical Name nice_credit_limit
LicenseAGPL-3
Websitehttps://github.com/zyyang/
Versions 14.0
You bought this module and need support? Click here!

Nice Credit Limit

A nice solution for managing customer credit limit.

Features:

  1. Individual credit limit v.s. global credit limit for every partner(company type);

  2. Support partner with childern partner(s): all ; Compute credit&debit using account app.

  3. Allow partner to override any credit;

  4. Include/exclude uninvoiced amount(from sale orders);

  5. New user role to approve/disapprove the sale order with state of account_review.

  6. Configurable behavior when a partner's credit limit exceeds:

    raising an exception directly or leaving to the concerned role.
  7. English&Simplified Chinese

Screenshots

Global credit limit setting.
Customer credit limit setting.
Raise exception when credit limit exceeded.
Account review when credit limit exceeded.

The logic behind:

  1. See if we 'Use Global Limit'. If yes, choose the global credit limit as partner's credit limit.
  2. See if the partner has an individual credit limit. If yes, choose the individual credit limit as partner's credit limit.
  3. See if we 'Include Uninvoiced Amount', if yes, we add all unvoiced amount to this partner's credit limit.
  4. See if we simply raise an exception or set the sale order's state to 'account_review'

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
Raf Wenger
on 4/7/21, 5:45 PM

 "customer" field is no longer available in v14 and this returns an error in view res_partner.xml


by
Lương Minh Đức
on 3/22/21, 9:53 PM

error api.multi

Re:
by
Yang Zhenyu
on 3/23/21, 10:03 AM Author

got it,will fix it。