From 9683b1582313d6ffd4205c8a214dc2da7409993b Mon Sep 17 00:00:00 2001 From: Giovanni Date: Thu, 16 May 2024 17:11:15 +0200 Subject: [PATCH] [FIX] account_loan: crud permission to group_account_manager --- account_loan/README.rst | 4 ++++ account_loan/readme/CONTRIBUTORS.rst | 4 ++++ account_loan/security/ir.model.access.csv | 5 ++--- account_loan/static/description/index.html | 19 ++++++++++++++----- 4 files changed, 24 insertions(+), 8 deletions(-) diff --git a/account_loan/README.rst b/account_loan/README.rst index 7c41863bf..bb56504ce 100644 --- a/account_loan/README.rst +++ b/account_loan/README.rst @@ -93,6 +93,10 @@ Contributors * Bhavesh Odedra * Alberto Martín Cortada +* `Ooops `_: + + * Giovanni Serra + Maintainers ~~~~~~~~~~~ diff --git a/account_loan/readme/CONTRIBUTORS.rst b/account_loan/readme/CONTRIBUTORS.rst index 42054ecf5..beaedf69c 100644 --- a/account_loan/readme/CONTRIBUTORS.rst +++ b/account_loan/readme/CONTRIBUTORS.rst @@ -1,3 +1,7 @@ * Enric Tobella * Bhavesh Odedra * Alberto Martín Cortada + +* `Ooops `_: + + * Giovanni Serra diff --git a/account_loan/security/ir.model.access.csv b/account_loan/security/ir.model.access.csv index 686286b15..9ad366ce8 100644 --- a/account_loan/security/ir.model.access.csv +++ b/account_loan/security/ir.model.access.csv @@ -4,6 +4,5 @@ access_account_loan_manager,account.loan,model_account_loan,account.group_accoun access_account_loan_line,account.loan.line,model_account_loan_line,account.group_account_user,1,0,0,0 access_account_loan_line_manager,account.loan.line,model_account_loan_line,account.group_account_manager,1,1,1,1 access_account_loan_generate_wizard,access_account_loan_generate_wizard,model_account_loan_generate_wizard,account.group_account_user,1,0,0,0 -access_account_loan_pay_amount,access_account_loan_pay_amount,model_account_loan_pay_amount,account.group_account_user,1,0,0,0 -access_account_loan_post,access_account_loan_post,model_account_loan_post,account.group_account_user,1,0,0,0 -access_account_loan_post_manager,access_account_loan_post_manager,model_account_loan_post,account.group_account_manager,1,1,1,1 +access_account_loan_pay_amount,access_account_loan_pay_amount,model_account_loan_pay_amount,account.group_account_user,1,1,1,0 +access_account_loan_post,access_account_loan_post,model_account_loan_post,account.group_account_user,1,1,1,0 diff --git a/account_loan/static/description/index.html b/account_loan/static/description/index.html index 1699f4836..0e4c835ee 100644 --- a/account_loan/static/description/index.html +++ b/account_loan/static/description/index.html @@ -8,10 +8,11 @@ /* :Author: David Goodger (goodger@python.org) -:Id: $Id: html4css1.css 8954 2022-01-20 10:10:25Z milde $ +:Id: $Id: html4css1.css 9511 2024-01-13 09:50:07Z milde $ :Copyright: This stylesheet has been placed in the public domain. Default cascading style sheet for the HTML output of Docutils. +Despite the name, some widely supported CSS2 features are used. See https://docutils.sourceforge.io/docs/howto/html-stylesheets.html for how to customize this style sheet. @@ -274,7 +275,7 @@ pre.literal-block, pre.doctest-block, pre.math, pre.code { margin-left: 2em ; margin-right: 2em } -pre.code .ln { color: grey; } /* line numbers */ +pre.code .ln { color: gray; } /* line numbers */ pre.code, code { background-color: #eeeeee } pre.code .comment, code .comment { color: #5C6576 } pre.code .keyword, code .keyword { color: #3B0D06; font-weight: bold } @@ -300,7 +301,7 @@ span.option { span.pre { white-space: pre } -span.problematic { +span.problematic, pre.problematic { color: red } span.section-subtitle { @@ -414,7 +415,9 @@ leases before a selected date
  • Modify rates when needed (only unposted lines will be modified)
  • Reduce or cancel the debt of a loan / lease
  • -Try me on Runbot + +Try me on Runbot +

    Bug Tracker

    @@ -438,12 +441,18 @@ If you spotted it first, help us to smash it by providing a detailed and welcome
  • Enric Tobella <etobella@creublanca.es>
  • Bhavesh Odedra <bodedra@opensourceintegrators.com>
  • Alberto Martín Cortada <alberto.martin@guadaltech.es>
  • +
  • Ooops: +
  • Maintainers

    This module is maintained by the OCA.

    -Odoo Community Association + +Odoo Community Association +

    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.