From 4419ce7e8c83b0507294ee28c9326b17a2f25d94 Mon Sep 17 00:00:00 2001 From: Alexis de Lattre Date: Wed, 18 Jan 2023 21:25:36 +0100 Subject: [PATCH 01/49] [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 | 81 ++++ account_statement_base/__init__.py | 0 account_statement_base/__manifest__.py | 17 + .../i18n/account_statement_base.pot | 70 +++ .../readme/CONTRIBUTORS.rst | 1 + account_statement_base/readme/DESCRIPTION.rst | 1 + .../static/description/index.html | 421 ++++++++++++++++++ .../views/account_bank_statement_line.xml | 149 +++++++ 8 files changed, 740 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/i18n/account_statement_base.pot create mode 100644 account_statement_base/readme/CONTRIBUTORS.rst create mode 100644 account_statement_base/readme/DESCRIPTION.rst create mode 100644 account_statement_base/static/description/index.html 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 0000000000..2ba3f595d8 --- /dev/null +++ b/account_statement_base/README.rst @@ -0,0 +1,81 @@ +=================== +Bank Statement Base +=================== + +.. !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! + !! This file is generated by oca-gen-addon-readme !! + !! changes will be overwritten. !! + !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! + +.. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png + :target: https://odoo-community.org/page/development-status + :alt: Beta +.. |badge2| image:: https://img.shields.io/badge/licence-AGPL--3-blue.png + :target: http://www.gnu.org/licenses/agpl-3.0-standalone.html + :alt: License: AGPL-3 +.. |badge3| image:: https://img.shields.io/badge/github-OCA%2Faccount--reconcile-lightgray.png?logo=github + :target: https://github.com/OCA/account-reconcile/tree/16.0/account_statement_base + :alt: OCA/account-reconcile +.. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png + :target: https://translation.odoo-community.org/projects/account-reconcile-16-0/account-reconcile-16-0-account_statement_base + :alt: Translate me on Weblate +.. |badge5| image:: https://img.shields.io/badge/runbot-Try%20me-875A7B.png + :target: https://runbot.odoo-community.org/runbot/98/16.0 + :alt: Try me on Runbot + +|badge1| |badge2| |badge3| |badge4| |badge5| + +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). + +**Table of contents** + +.. contents:: + :local: + +Bug Tracker +=========== + +Bugs are tracked on `GitHub Issues `_. +In case of trouble, please check there if your issue has already been reported. +If you spotted it first, help us smashing it by providing a detailed and welcomed +`feedback `_. + +Do not contact contributors directly about support or help with technical issues. + +Credits +======= + +Authors +~~~~~~~ + +* Akretion + +Contributors +~~~~~~~~~~~~ + +* Alexis de Lattre + +Maintainers +~~~~~~~~~~~ + +This module is maintained by the OCA. + +.. image:: https://odoo-community.org/logo.png + :alt: Odoo Community Association + :target: https://odoo-community.org + +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. + +.. |maintainer-alexis-via| image:: https://github.com/alexis-via.png?size=40px + :target: https://github.com/alexis-via + :alt: alexis-via + +Current `maintainer `__: + +|maintainer-alexis-via| + +This module is part of the `OCA/account-reconcile `_ project on GitHub. + +You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute. diff --git a/account_statement_base/__init__.py b/account_statement_base/__init__.py new file mode 100644 index 0000000000..e69de29bb2 diff --git a/account_statement_base/__manifest__.py b/account_statement_base/__manifest__.py new file mode 100644 index 0000000000..7ad5467158 --- /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/i18n/account_statement_base.pot b/account_statement_base/i18n/account_statement_base.pot new file mode 100644 index 0000000000..ceaaad4c33 --- /dev/null +++ b/account_statement_base/i18n/account_statement_base.pot @@ -0,0 +1,70 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * account_statement_base +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 16.0\n" +"Report-Msgid-Bugs-To: \n" +"Last-Translator: \n" +"Language-Team: \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Plural-Forms: \n" + +#. module: account_statement_base +#: model:ir.actions.act_window,name:account_statement_base.account_bank_statement_line_action +msgid "Bank Statement Lines" +msgstr "" + +#. module: account_statement_base +#: model_terms:ir.ui.view,arch_db:account_statement_base.account_bank_statement_line_search +msgid "Date" +msgstr "" + +#. module: account_statement_base +#: model_terms:ir.ui.view,arch_db:account_statement_base.account_bank_statement_line_search +msgid "Journal" +msgstr "" + +#. module: account_statement_base +#: model_terms:ir.ui.view,arch_db:account_statement_base.account_bank_statement_line_search +msgid "Label, Ref or Notes" +msgstr "" + +#. module: account_statement_base +#: model_terms:ir.ui.view,arch_db:account_statement_base.account_bank_statement_line_search +msgid "Not Reconciled" +msgstr "" + +#. module: account_statement_base +#: model_terms:ir.ui.view,arch_db:account_statement_base.account_bank_statement_line_form +#: model_terms:ir.ui.view,arch_db:account_statement_base.account_bank_statement_line_tree +msgid "Notes" +msgstr "" + +#. module: account_statement_base +#: model_terms:ir.ui.view,arch_db:account_statement_base.account_bank_statement_line_search +msgid "Partner" +msgstr "" + +#. module: account_statement_base +#: model_terms:ir.ui.view,arch_db:account_statement_base.account_bank_statement_line_search +msgid "Reconciled" +msgstr "" + +#. module: account_statement_base +#: model_terms:ir.ui.view,arch_db:account_statement_base.account_bank_statement_line_tree +msgid "Revert reconciliation" +msgstr "" + +#. module: account_statement_base +#: model_terms:ir.ui.view,arch_db:account_statement_base.account_bank_statement_line_form +msgid "Technical Information" +msgstr "" + +#. module: account_statement_base +#: model_terms:ir.ui.view,arch_db:account_statement_base.account_bank_statement_line_search +msgid "Transaction Type" +msgstr "" diff --git a/account_statement_base/readme/CONTRIBUTORS.rst b/account_statement_base/readme/CONTRIBUTORS.rst new file mode 100644 index 0000000000..ff65d68ce6 --- /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 0000000000..8b6836bdb3 --- /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/static/description/index.html b/account_statement_base/static/description/index.html new file mode 100644 index 0000000000..385a7eac1b --- /dev/null +++ b/account_statement_base/static/description/index.html @@ -0,0 +1,421 @@ + + + + + + +Bank Statement Base + + + +
+

Bank Statement Base

+ + +

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

+

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).

+

Table of contents

+ +
+

Bug Tracker

+

Bugs are tracked on GitHub Issues. +In case of trouble, please check there if your issue has already been reported. +If you spotted it first, help us smashing it by providing a detailed and welcomed +feedback.

+

Do not contact contributors directly about support or help with technical issues.

+
+
+

Credits

+
+

Authors

+
    +
  • Akretion
  • +
+
+
+

Contributors

+ +
+
+

Maintainers

+

This module is maintained by the OCA.

+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.

+

Current maintainer:

+

alexis-via

+

This module is part of the OCA/account-reconcile project on GitHub.

+

You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.

+
+
+
+ + 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 0000000000..29ac54cd59 --- /dev/null +++ b/account_statement_base/views/account_bank_statement_line.xml @@ -0,0 +1,149 @@ + + + + + + account.bank.statement.line + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+
+
+ + + account.bank.statement.line + + + + + + + + + + + + +