Account Loan management
by Creu Blanca https://github.com/OCA/account-financial-tools , Odoo Community Association (OCA) https://github.com/OCA/account-financial-toolsAvailability |
Odoo Online
Odoo.sh
On Premise
|
Odoo Apps Dependencies |
Discuss (mail)
|
Lines of code | 1280 |
Technical Name |
account_loan |
License | AGPL-3 |
Website | http://github.com/OCA/account-financial-tools |
Versions | 11.0 12.0 13.0 14.0 15.0 16.0 17.0 |
Account Loan management
This module extends the functionality of accounting to support loans. It will create automatically moves or invoices for loans. Moreover, you can check the pending amount to be paid and reduce the debt.
It currently supports two kinds of debts:
- Loans: a standard debt with banks, that only creates account moves.
- Loan types info: APR, EAR, Real Rate.
- Leases: a debt with a bank where purchase invoices are necessary
Installation
To install this module, you need to:
- Install numpy : pip install numpy
- Follow the standard process
Usage
To use this module, you need to:
- Go to Invoicing / Accounting > Adviser > Loans
- Configure a loan selecting the company, loan type, amount, rate and accounts
- Post the loan, it will automatically create an account move with the expected amounts
- Create automatically the account moves / invoices related to loans and leases before a selected date
On a posted loan you can:
- Create moves or invoices (according to the configuration)
- Modify rates when needed (only unposted lines will be modified)
- Reduce or cancel the debt of a loan / lease
Bug Tracker
Bugs are tracked on GitHub Issues. In case of trouble, please check there if your issue has already been reported. If you spotted it first, help us smash it by providing detailed and welcomed feedback.
Credits
Images
- Odoo Community Association: Icon.
Contributors
- Enric Tobella <etobella@creublanca.es>
- Bhavesh Odedra <bodedra@opensourceintegrators.com>
Do not contact contributors directly about support or help with technical issues.
Maintainer

This module is maintained by the OCA.
OCA, or the Odoo Community Association, is a nonprofit organization whose mission is to support the collaborative development of Odoo features and promote its widespread use.
To contribute to this module, please visit https://odoo-community.org.
Please log in to comment on this module
Report comment
Any abuse of this reporting system will be penalizedThere are no ratings yet!
Unable to install module "account_loan" because an external dependency is not met: No module named numpy
iam trying to install this module. but iam getting the above error message. i installed numpy with command: sudo apt-get install python3-numpy. numpy was installed. i checked this by command: #python3.5 # import numpy when i get back to odoo and update app list the module is there but upon install stil failing. what are the steps to successfuly install this module