diff --git a/account_statement_base/README.rst b/account_statement_base/README.rst new file mode 100644 index 00000000..e826040c --- /dev/null +++ b/account_statement_base/README.rst @@ -0,0 +1,86 @@ +=================== +Bank Statement Base +=================== + +.. + !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! + !! This file is generated by oca-gen-addon-readme !! + !! changes will be overwritten. !! + !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! + !! source digest: sha256:9d56896373955a98283ed39c9c119716851406b4960187cfcd0fe9433aedbb81 + !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! + +.. |badge1| image:: https://img.shields.io/badge/maturity-Mature-brightgreen.png + :target: https://odoo-community.org/page/development-status + :alt: Mature +.. |badge2| image:: https://img.shields.io/badge/licence-LGPL--3-blue.png + :target: http://www.gnu.org/licenses/lgpl-3.0-standalone.html + :alt: License: LGPL-3 +.. |badge3| image:: https://img.shields.io/badge/github-OCA%2Faccount--reconcile-lightgray.png?logo=github + :target: https://github.com/OCA/account-reconcile/tree/17.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-17-0/account-reconcile-17-0-account_statement_base + :alt: Translate me on Weblate +.. |badge5| image:: https://img.shields.io/badge/runboat-Try%20me-875A7B.png + :target: https://runboat.odoo-community.org/builds?repo=OCA/account-reconcile&target_branch=17.0 + :alt: Try me on Runboat + +|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 to smash 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 00000000..e69de29b diff --git a/account_statement_base/__manifest__.py b/account_statement_base/__manifest__.py new file mode 100644 index 00000000..871bb02e --- /dev/null +++ b/account_statement_base/__manifest__.py @@ -0,0 +1,21 @@ +# Copyright 2023 Akretion France (http://www.akretion.com/) +# @author: Alexis de Lattre +# Licence LGPL-3.0 or later (https://www.gnu.org/licenses/lgpl-3.0). + +{ + "name": "Bank Statement Base", + "version": "17.0.1.0.0", + "category": "Accounting", + "license": "LGPL-3", + "summary": "Base module for Bank Statements", + "author": "Akretion,Odoo Community Association (OCA)", + "maintainers": ["alexis-via"], + "development_status": "Mature", + "website": "https://github.com/OCA/account-reconcile", + "depends": ["account"], + "data": [ + "views/account_bank_statement.xml", + "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 00000000..e27925ce --- /dev/null +++ b/account_statement_base/i18n/account_statement_base.pot @@ -0,0 +1,75 @@ +# 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 "To check" +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/i18n/es.po b/account_statement_base/i18n/es.po new file mode 100644 index 00000000..e1951a1f --- /dev/null +++ b/account_statement_base/i18n/es.po @@ -0,0 +1,78 @@ +# 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" +"PO-Revision-Date: 2023-07-29 12:10+0000\n" +"Last-Translator: Ivorra78 \n" +"Language-Team: none\n" +"Language: es\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Plural-Forms: nplurals=2; plural=n != 1;\n" +"X-Generator: Weblate 4.17\n" + +#. module: account_statement_base +#: model:ir.actions.act_window,name:account_statement_base.account_bank_statement_line_action +msgid "Bank Statement Lines" +msgstr "Líneas del Extracto Bancario" + +#. module: account_statement_base +#: model_terms:ir.ui.view,arch_db:account_statement_base.account_bank_statement_line_search +msgid "Date" +msgstr "Fecha" + +#. module: account_statement_base +#: model_terms:ir.ui.view,arch_db:account_statement_base.account_bank_statement_line_search +msgid "Journal" +msgstr "Dario" + +#. 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 "Etiqueta, referencia o notas" + +#. module: account_statement_base +#: model_terms:ir.ui.view,arch_db:account_statement_base.account_bank_statement_line_search +msgid "Not Reconciled" +msgstr "No reconciliado" + +#. 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 "Notas" + +#. module: account_statement_base +#: model_terms:ir.ui.view,arch_db:account_statement_base.account_bank_statement_line_search +msgid "Partner" +msgstr "Socio" + +#. module: account_statement_base +#: model_terms:ir.ui.view,arch_db:account_statement_base.account_bank_statement_line_search +msgid "Reconciled" +msgstr "Reconciliado" + +#. module: account_statement_base +#: model_terms:ir.ui.view,arch_db:account_statement_base.account_bank_statement_line_tree +msgid "Revert reconciliation" +msgstr "Revertir la reconciliación" + +#. module: account_statement_base +#: model_terms:ir.ui.view,arch_db:account_statement_base.account_bank_statement_line_form +msgid "Technical Information" +msgstr "Información técnica" + +#. module: account_statement_base +#: model_terms:ir.ui.view,arch_db:account_statement_base.account_bank_statement_line_search +msgid "To check" +msgstr "Para revisar" + +#. module: account_statement_base +#: model_terms:ir.ui.view,arch_db:account_statement_base.account_bank_statement_line_search +msgid "Transaction Type" +msgstr "Tipo de transacción" diff --git a/account_statement_base/i18n/fr.po b/account_statement_base/i18n/fr.po new file mode 100644 index 00000000..261ebdb2 --- /dev/null +++ b/account_statement_base/i18n/fr.po @@ -0,0 +1,78 @@ +# 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" +"PO-Revision-Date: 2023-08-16 17:10+0000\n" +"Last-Translator: Rémi \n" +"Language-Team: none\n" +"Language: fr\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Plural-Forms: nplurals=2; plural=n > 1;\n" +"X-Generator: Weblate 4.17\n" + +#. module: account_statement_base +#: model:ir.actions.act_window,name:account_statement_base.account_bank_statement_line_action +msgid "Bank Statement Lines" +msgstr "Lignes de relevé bancaire" + +#. module: account_statement_base +#: model_terms:ir.ui.view,arch_db:account_statement_base.account_bank_statement_line_search +msgid "Date" +msgstr "Date" + +#. module: account_statement_base +#: model_terms:ir.ui.view,arch_db:account_statement_base.account_bank_statement_line_search +msgid "Journal" +msgstr "Journal" + +#. 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 "Libellé, Réf ou Notes" + +#. module: account_statement_base +#: model_terms:ir.ui.view,arch_db:account_statement_base.account_bank_statement_line_search +msgid "Not Reconciled" +msgstr "Non lettré" + +#. 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 "Notes" + +#. module: account_statement_base +#: model_terms:ir.ui.view,arch_db:account_statement_base.account_bank_statement_line_search +msgid "Partner" +msgstr "Partenaire" + +#. module: account_statement_base +#: model_terms:ir.ui.view,arch_db:account_statement_base.account_bank_statement_line_search +msgid "Reconciled" +msgstr "Lettré" + +#. module: account_statement_base +#: model_terms:ir.ui.view,arch_db:account_statement_base.account_bank_statement_line_tree +msgid "Revert reconciliation" +msgstr "Dé-lettrer" + +#. module: account_statement_base +#: model_terms:ir.ui.view,arch_db:account_statement_base.account_bank_statement_line_form +msgid "Technical Information" +msgstr "Informations techniques" + +#. module: account_statement_base +#: model_terms:ir.ui.view,arch_db:account_statement_base.account_bank_statement_line_search +msgid "To check" +msgstr "À vérifier" + +#. module: account_statement_base +#: model_terms:ir.ui.view,arch_db:account_statement_base.account_bank_statement_line_search +msgid "Transaction Type" +msgstr "Type de transaction" diff --git a/account_statement_base/i18n/pt_BR.po b/account_statement_base/i18n/pt_BR.po new file mode 100644 index 00000000..0b6cfe96 --- /dev/null +++ b/account_statement_base/i18n/pt_BR.po @@ -0,0 +1,78 @@ +# 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" +"PO-Revision-Date: 2023-06-22 15:09+0000\n" +"Last-Translator: Adriano Prado \n" +"Language-Team: none\n" +"Language: pt_BR\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Plural-Forms: nplurals=2; plural=n > 1;\n" +"X-Generator: Weblate 4.17\n" + +#. module: account_statement_base +#: model:ir.actions.act_window,name:account_statement_base.account_bank_statement_line_action +msgid "Bank Statement Lines" +msgstr "Linhas Extrato Bancário" + +#. module: account_statement_base +#: model_terms:ir.ui.view,arch_db:account_statement_base.account_bank_statement_line_search +msgid "Date" +msgstr "Data" + +#. module: account_statement_base +#: model_terms:ir.ui.view,arch_db:account_statement_base.account_bank_statement_line_search +msgid "Journal" +msgstr "Diário" + +#. 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 "Rótulo, Ref ou Notas" + +#. module: account_statement_base +#: model_terms:ir.ui.view,arch_db:account_statement_base.account_bank_statement_line_search +msgid "Not Reconciled" +msgstr "Não Reconciliado" + +#. 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 "Notas" + +#. module: account_statement_base +#: model_terms:ir.ui.view,arch_db:account_statement_base.account_bank_statement_line_search +msgid "Partner" +msgstr "Parceiro" + +#. module: account_statement_base +#: model_terms:ir.ui.view,arch_db:account_statement_base.account_bank_statement_line_search +msgid "Reconciled" +msgstr "Reconciliado" + +#. module: account_statement_base +#: model_terms:ir.ui.view,arch_db:account_statement_base.account_bank_statement_line_tree +msgid "Revert reconciliation" +msgstr "Reverter Reconciliação" + +#. module: account_statement_base +#: model_terms:ir.ui.view,arch_db:account_statement_base.account_bank_statement_line_form +msgid "Technical Information" +msgstr "Informação Técnica" + +#. module: account_statement_base +#: model_terms:ir.ui.view,arch_db:account_statement_base.account_bank_statement_line_search +msgid "To check" +msgstr "Para Verificar" + +#. module: account_statement_base +#: model_terms:ir.ui.view,arch_db:account_statement_base.account_bank_statement_line_search +msgid "Transaction Type" +msgstr "Tipo de Transação" diff --git a/account_statement_base/pyproject.toml b/account_statement_base/pyproject.toml new file mode 100644 index 00000000..4231d0cc --- /dev/null +++ b/account_statement_base/pyproject.toml @@ -0,0 +1,3 @@ +[build-system] +requires = ["whool"] +build-backend = "whool.buildapi" diff --git a/account_statement_base/readme/CONTRIBUTORS.md b/account_statement_base/readme/CONTRIBUTORS.md new file mode 100644 index 00000000..b61afe5d --- /dev/null +++ b/account_statement_base/readme/CONTRIBUTORS.md @@ -0,0 +1 @@ +- Alexis de Lattre \<\> diff --git a/account_statement_base/readme/DESCRIPTION.md b/account_statement_base/readme/DESCRIPTION.md new file mode 100644 index 00000000..c0a4c63d --- /dev/null +++ b/account_statement_base/readme/DESCRIPTION.md @@ -0,0 +1,3 @@ +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/icon.png b/account_statement_base/static/description/icon.png new file mode 100644 index 00000000..3a0328b5 Binary files /dev/null and b/account_statement_base/static/description/icon.png differ diff --git a/account_statement_base/static/description/index.html b/account_statement_base/static/description/index.html new file mode 100644 index 00000000..c0fc373c --- /dev/null +++ b/account_statement_base/static/description/index.html @@ -0,0 +1,425 @@ + + + + + + +Bank Statement Base + + + +
+

Bank Statement Base

+ + +

Mature License: LGPL-3 OCA/account-reconcile Translate me on Weblate Try me on Runboat

+

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 to smash 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.xml b/account_statement_base/views/account_bank_statement.xml new file mode 100644 index 00000000..7c4341c9 --- /dev/null +++ b/account_statement_base/views/account_bank_statement.xml @@ -0,0 +1,14 @@ + + + + + + + account.bank.statement + tree,form,pivot,graph + + + 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..052595c0 --- /dev/null +++ b/account_statement_base/views/account_bank_statement_line.xml @@ -0,0 +1,155 @@ + + + + + + account.bank.statement.line + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+
+
+ + + account.bank.statement.line + + + + + + + + + + + + +