diff --git a/account_loan/README.rst b/account_loan/README.rst index a7b7e93cc..0559468d5 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:9d9d51c74c42f5705d82ebe5c4b6d546f2a8b378874d0ac2c3c88af99abfa3fe + !! source digest: sha256:352ebf0a912e2b782accbfaad15fe1f96402c8c900402da7d623ea13d1581b17 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! .. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png diff --git a/account_loan/__manifest__.py b/account_loan/__manifest__.py index 87e159da8..e90401f74 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": "16.0.1.0.2", + "version": "16.0.1.0.3", "author": "Creu Blanca,Odoo Community Association (OCA)", "website": "https://github.com/OCA/account-financial-tools", "license": "AGPL-3", diff --git a/account_loan/data/ir_sequence_data.xml b/account_loan/data/ir_sequence_data.xml index 8f41ec9c5..30558a6fc 100644 --- a/account_loan/data/ir_sequence_data.xml +++ b/account_loan/data/ir_sequence_data.xml @@ -10,5 +10,6 @@ account.loan ACL 6 + diff --git a/account_loan/security/account_loan_security.xml b/account_loan/security/account_loan_security.xml index edb768179..598a3cdf1 100644 --- a/account_loan/security/account_loan_security.xml +++ b/account_loan/security/account_loan_security.xml @@ -5,7 +5,7 @@ - ['|',('company_id','=',False),('company_id','child_of',[user.company_id.id])] + ['|',('company_id','=',False),('company_id','in',company_ids)] diff --git a/account_loan/static/description/index.html b/account_loan/static/description/index.html index 482460509..733a495a8 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:9d9d51c74c42f5705d82ebe5c4b6d546f2a8b378874d0ac2c3c88af99abfa3fe +!! source digest: sha256:352ebf0a912e2b782accbfaad15fe1f96402c8c900402da7d623ea13d1581b17 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->

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.