From 5a9609d09a03a73eb6da00c5884bcb0836153619 Mon Sep 17 00:00:00 2001 From: Enric Tobella Date: Tue, 20 Aug 2024 15:11:11 +0200 Subject: [PATCH 1/2] [IMP] account_reconcile_oca: Split overflow --- account_reconcile_oca/static/src/scss/reconcile.scss | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/account_reconcile_oca/static/src/scss/reconcile.scss b/account_reconcile_oca/static/src/scss/reconcile.scss index c718681450..9957b2aa06 100644 --- a/account_reconcile_oca/static/src/scss/reconcile.scss +++ b/account_reconcile_oca/static/src/scss/reconcile.scss @@ -11,6 +11,10 @@ opacity: 100; } } + .row { + // We need to add this in order to make remove horizontal scroll + margin: 0; + } margin: 0 0 0; min-width: fit-content; width: 100%; @@ -36,10 +40,12 @@ padding: 0; position: relative; border-right: 1px solid $o-gray-300; + overflow: auto; } .o_account_reconcile_oca_info { width: 70%; height: 100%; + overflow: auto; } .o_form_view { .btn-info:not(.dropdown-toggle):not(.dropdown-item) { From 624f0a973b85c51caf789e75ac5dff0375d9b8aa Mon Sep 17 00:00:00 2001 From: OCA-git-bot Date: Wed, 18 Sep 2024 17:12:41 +0000 Subject: [PATCH 2/2] [BOT] post-merge updates --- README.md | 2 +- account_reconcile_oca/README.rst | 2 +- account_reconcile_oca/__manifest__.py | 2 +- account_reconcile_oca/static/description/index.html | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 545c144680..8fafd9f1b3 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,7 @@ addon | version | maintainers | summary [account_move_line_reconcile_manual](account_move_line_reconcile_manual/) | 16.0.2.0.0 | [![alexis-via](https://github.com/alexis-via.png?size=30px)](https://github.com/alexis-via) | Manually reconcile Journal Items [account_move_reconcile_forbid_cancel](account_move_reconcile_forbid_cancel/) | 16.0.1.0.1 | | Account Move Reconcile Forbid Cancel [account_move_so_import](account_move_so_import/) | 16.0.1.0.0 | | Journal Entry Sale Order completion -[account_reconcile_oca](account_reconcile_oca/) | 16.0.2.0.1 | [![etobella](https://github.com/etobella.png?size=30px)](https://github.com/etobella) | Reconcile addons for Odoo CE accounting +[account_reconcile_oca](account_reconcile_oca/) | 16.0.2.0.2 | [![etobella](https://github.com/etobella.png?size=30px)](https://github.com/etobella) | Reconcile addons for Odoo CE accounting [account_statement_base](account_statement_base/) | 16.0.1.5.0 | [![alexis-via](https://github.com/alexis-via.png?size=30px)](https://github.com/alexis-via) | Base module for Bank Statements [base_transaction_id](base_transaction_id/) | 16.0.1.0.0 | | Base transaction ID for financial institutes diff --git a/account_reconcile_oca/README.rst b/account_reconcile_oca/README.rst index baf2957139..60ccedb2df 100644 --- a/account_reconcile_oca/README.rst +++ b/account_reconcile_oca/README.rst @@ -7,7 +7,7 @@ Account Reconcile Oca !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! - !! source digest: sha256:fdca2ec7db3cc2a4db1d7baa84f6085ba550241656371ced3b3f756cd7d2a323 + !! source digest: sha256:dce4e55977348df8a2b9ddb9d0b2361285e03883b2b8b726f11ac4a72fd466b8 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! .. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png diff --git a/account_reconcile_oca/__manifest__.py b/account_reconcile_oca/__manifest__.py index 15f8f00ff4..16fcfca65a 100644 --- a/account_reconcile_oca/__manifest__.py +++ b/account_reconcile_oca/__manifest__.py @@ -5,7 +5,7 @@ "name": "Account Reconcile Oca", "summary": """ Reconcile addons for Odoo CE accounting""", - "version": "16.0.2.0.1", + "version": "16.0.2.0.2", "license": "AGPL-3", "author": "CreuBlanca,Dixmit,Odoo Community Association (OCA)", "maintainers": ["etobella"], diff --git a/account_reconcile_oca/static/description/index.html b/account_reconcile_oca/static/description/index.html index a35818c86c..43f1e2e89a 100644 --- a/account_reconcile_oca/static/description/index.html +++ b/account_reconcile_oca/static/description/index.html @@ -367,7 +367,7 @@

Account Reconcile Oca

!! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -!! source digest: sha256:fdca2ec7db3cc2a4db1d7baa84f6085ba550241656371ced3b3f756cd7d2a323 +!! source digest: sha256:dce4e55977348df8a2b9ddb9d0b2361285e03883b2b8b726f11ac4a72fd466b8 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->

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

This addon allows to reconcile bank statements and account marked as reconcile.