From bb29780f956720037f20bd67463d4450440e0edb Mon Sep 17 00:00:00 2001 From: Alexis de Lattre Date: Wed, 18 Jan 2023 21:25:36 +0100 Subject: [PATCH] [ADD] module account_statement_base This module contains the views of account.bank.statement.line, which have been removed from the account module in Odoo v16 --- account_statement_base/README.rst | 1 + account_statement_base/__init__.py | 0 account_statement_base/__manifest__.py | 17 ++ .../readme/CONTRIBUTORS.rst | 1 + account_statement_base/readme/DESCRIPTION.rst | 1 + .../views/account_bank_statement_line.xml | 149 ++++++++++++++++++ 6 files changed, 169 insertions(+) create mode 100644 account_statement_base/README.rst create mode 100644 account_statement_base/__init__.py create mode 100644 account_statement_base/__manifest__.py create mode 100644 account_statement_base/readme/CONTRIBUTORS.rst create mode 100644 account_statement_base/readme/DESCRIPTION.rst create mode 100644 account_statement_base/views/account_bank_statement_line.xml diff --git a/account_statement_base/README.rst b/account_statement_base/README.rst new file mode 100644 index 00000000..2627cab2 --- /dev/null +++ b/account_statement_base/README.rst @@ -0,0 +1 @@ +Will be auto-generated from the readme subdir diff --git a/account_statement_base/__init__.py b/account_statement_base/__init__.py new file mode 100644 index 00000000..e69de29b diff --git a/account_statement_base/__manifest__.py b/account_statement_base/__manifest__.py new file mode 100644 index 00000000..7ad54671 --- /dev/null +++ b/account_statement_base/__manifest__.py @@ -0,0 +1,17 @@ +# Copyright 2023 Akretion France (http://www.akretion.com/) +# @author: Alexis de Lattre +# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl). + +{ + "name": "Bank Statement Base", + "version": "16.0.1.0.0", + "category": "Accounting", + "license": "AGPL-3", + "summary": "Base module for Bank Statements", + "author": "Akretion,Odoo Community Association (OCA)", + "maintainers": ["alexis-via"], + "website": "https://github.com/OCA/account-reconcile", + "depends": ["account"], + "data": ["views/account_bank_statement_line.xml"], + "installable": True, +} diff --git a/account_statement_base/readme/CONTRIBUTORS.rst b/account_statement_base/readme/CONTRIBUTORS.rst new file mode 100644 index 00000000..ff65d68c --- /dev/null +++ b/account_statement_base/readme/CONTRIBUTORS.rst @@ -0,0 +1 @@ +* Alexis de Lattre diff --git a/account_statement_base/readme/DESCRIPTION.rst b/account_statement_base/readme/DESCRIPTION.rst new file mode 100644 index 00000000..8b6836bd --- /dev/null +++ b/account_statement_base/readme/DESCRIPTION.rst @@ -0,0 +1 @@ +This is a technical module that adds the views of the **Bank Statement Lines** (since Odoo 16.0, these views are not part of the *account* module any more). diff --git a/account_statement_base/views/account_bank_statement_line.xml b/account_statement_base/views/account_bank_statement_line.xml new file mode 100644 index 00000000..29ac54cd --- /dev/null +++ b/account_statement_base/views/account_bank_statement_line.xml @@ -0,0 +1,149 @@ + + + + + + account.bank.statement.line + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+
+
+ + + account.bank.statement.line + + + + + + + + + + + + +