|
|
||
|---|---|---|
| .. | ||
| LICENSE | ||
| i18n | ||
| images | ||
| models | ||
| security | ||
| static/description | ||
| views | ||
| .gitignore | ||
| README.md | ||
| __init__.py | ||
| __manifest__.py | ||
README.md
Customer Credit Management for Odoo
A nice solution for managing customer credit limit.
Features:
- Individual credit limit v.s. global credit limit for every partner(company type);
- Support partner with childern partner(s): all ; Compute credit&debit using account app.
- Allow partner to override any credit;
- Include/exclude uninvoiced amount(from sale orders);
- New user role to approve/disapprove the sale order with state of account_review.
- Configurable behavior of sale orders of over-limit partner: raising an exception directly or leaving to the concerned role.
Validate steps:
- See if we 'Use Global Limit'. If yes, choose the global credit limit as partner's credit limit.
- See if the partner has an individual credit limit. If yes, choose the individual credit limit as partner's credit limit.
- See if we 'Include Uninvoiced Amount', if yes, we add all unvoiced amount to this partner's credit limit.
- See if we simply raise an exception or set the sale order's state to 'account_review'