diff --git a/README.md b/README.md index bbfe4fefd..3311acfc6 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,7 @@ addon | version | maintainers | summary [account_fiscal_year](account_fiscal_year/) | 17.0.1.1.0 | [![eLBati](https://github.com/eLBati.png?size=30px)](https://github.com/eLBati) | Create Account Fiscal Year [account_journal_lock_date](account_journal_lock_date/) | 17.0.1.0.0 | | Lock each journal independently [account_journal_restrict_mode](account_journal_restrict_mode/) | 17.0.1.0.0 | | Lock All Posted Entries of Journals. -[account_loan](account_loan/) | 17.0.1.0.0 | [![etobella](https://github.com/etobella.png?size=30px)](https://github.com/etobella) | Account Loan management +[account_loan](account_loan/) | 17.0.1.0.1 | [![etobella](https://github.com/etobella.png?size=30px)](https://github.com/etobella) | Account Loan management [account_lock_date_update](account_lock_date_update/) | 17.0.1.0.1 | | Allow an Account adviser to update locking date without having access to all technical settings [account_move_budget](account_move_budget/) | 17.0.1.0.0 | | Create Accounting Budgets [account_move_line_purchase_info](account_move_line_purchase_info/) | 17.0.1.0.0 | | Introduces the purchase order line to the journal items diff --git a/account_loan/README.rst b/account_loan/README.rst index ce29b57c1..bb6b8d2de 100644 --- a/account_loan/README.rst +++ b/account_loan/README.rst @@ -7,7 +7,7 @@ Account Loan management !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! - !! source digest: sha256:fae1f5805841bcbac809ea9548904a5098614ee325624645cec438bb6ec36a25 + !! source digest: sha256:78f845e7c79f02ff4819e127d5acfcea95cb060ee430113947defd26ef63cf7c !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! .. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png @@ -34,13 +34,13 @@ 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 `__. +- | 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 +- Leases: a debt with a bank where purchase invoices are necessary **Table of contents** @@ -62,9 +62,9 @@ To use this module, you need to: 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 +- 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 |Try me on Runbot| @@ -101,9 +101,9 @@ Authors Contributors ------------ -- Enric Tobella -- Bhavesh Odedra -- Alberto Martín Cortada +- Enric Tobella +- Bhavesh Odedra +- Alberto Martín Cortada Maintainers ----------- diff --git a/account_loan/__manifest__.py b/account_loan/__manifest__.py index 8160628a7..8809deac1 100644 --- a/account_loan/__manifest__.py +++ b/account_loan/__manifest__.py @@ -2,7 +2,7 @@ # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html). { "name": "Account Loan management", - "version": "17.0.1.0.0", + "version": "17.0.1.0.1", "author": "Creu Blanca,Odoo Community Association (OCA)", "website": "https://github.com/OCA/account-financial-tools", "license": "AGPL-3", diff --git a/account_loan/static/description/index.html b/account_loan/static/description/index.html index 06c159a8e..663adfddf 100644 --- a/account_loan/static/description/index.html +++ b/account_loan/static/description/index.html @@ -367,7 +367,7 @@ ul.auto-toc { !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -!! source digest: sha256:fae1f5805841bcbac809ea9548904a5098614ee325624645cec438bb6ec36a25 +!! source digest: sha256:78f845e7c79f02ff4819e127d5acfcea95cb060ee430113947defd26ef63cf7c !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->

Beta License: AGPL-3 OCA/account-financial-tools Translate me on Weblate Try me on Runboat

This module extends the functionality of accounting to support loans. It