From a820d79d33a6cdb22e856533a1044d7d44ff2e89 Mon Sep 17 00:00:00 2001 From: sergio-teruel Date: Wed, 29 May 2024 13:51:02 +0200 Subject: [PATCH] [IMP] account_statement_base: Add statement form view --- account_statement_base/README.rst | 15 +++- account_statement_base/__manifest__.py | 2 +- .../readme/CONTRIBUTORS.rst | 9 ++- account_statement_base/readme/DESCRIPTION.rst | 6 +- .../static/description/index.html | 17 ++++- .../views/account_bank_statement.xml | 75 +++++++++++++++++++ .../views/account_bank_statement_line.xml | 3 +- 7 files changed, 120 insertions(+), 7 deletions(-) diff --git a/account_statement_base/README.rst b/account_statement_base/README.rst index 2f5b5aee..515b14e9 100644 --- a/account_statement_base/README.rst +++ b/account_statement_base/README.rst @@ -28,7 +28,11 @@ Bank Statement Base |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). +This is a technical module that adds the next views (since Odoo 16.0, these views are not part of the *account* module any more): + - **Bank Statement** + - **Bank Statement Lines** + + **Table of contents** @@ -56,7 +60,14 @@ Authors Contributors ~~~~~~~~~~~~ -* Alexis de Lattre +* `Akretion `_: + + * Alexis de Lattre + +* `Tecnativa `_: + + * Carlos Dauden + * Sergio Teruel Maintainers ~~~~~~~~~~~ diff --git a/account_statement_base/__manifest__.py b/account_statement_base/__manifest__.py index 73b5c57b..07c1ce31 100644 --- a/account_statement_base/__manifest__.py +++ b/account_statement_base/__manifest__.py @@ -14,8 +14,8 @@ "website": "https://github.com/OCA/account-reconcile", "depends": ["account"], "data": [ - "views/account_bank_statement.xml", "views/account_bank_statement_line.xml", + "views/account_bank_statement.xml", # Keep order ], "installable": True, } diff --git a/account_statement_base/readme/CONTRIBUTORS.rst b/account_statement_base/readme/CONTRIBUTORS.rst index ff65d68c..51c04330 100644 --- a/account_statement_base/readme/CONTRIBUTORS.rst +++ b/account_statement_base/readme/CONTRIBUTORS.rst @@ -1 +1,8 @@ -* Alexis de Lattre +* `Akretion `_: + + * Alexis de Lattre + +* `Tecnativa `_: + + * Carlos Dauden + * Sergio Teruel diff --git a/account_statement_base/readme/DESCRIPTION.rst b/account_statement_base/readme/DESCRIPTION.rst index 8b6836bd..635e730a 100644 --- a/account_statement_base/readme/DESCRIPTION.rst +++ b/account_statement_base/readme/DESCRIPTION.rst @@ -1 +1,5 @@ -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). +This is a technical module that adds the next views (since Odoo 16.0, these views are not part of the *account* module any more): + - **Bank Statement** + - **Bank Statement Lines** + + diff --git a/account_statement_base/static/description/index.html b/account_statement_base/static/description/index.html index 4fc65820..af8addf0 100644 --- a/account_statement_base/static/description/index.html +++ b/account_statement_base/static/description/index.html @@ -369,7 +369,14 @@ ul.auto-toc { !! source digest: sha256:9a858f447676a3776013f766b07795f4826c669e6834584e8d2a2e031a552d34 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->

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

+
+
This is a technical module that adds the next views (since Odoo 16.0, these views are not part of the account module any more):
+
    +
  • Bank Statement
  • +
  • Bank Statement Lines
  • +
+
+

Table of contents

    @@ -401,8 +408,16 @@ If you spotted it first, help us to smash it by providing a detailed and welcome

    Contributors

    Maintainers

    diff --git a/account_statement_base/views/account_bank_statement.xml b/account_statement_base/views/account_bank_statement.xml index 7c4341c9..8a7727e7 100644 --- a/account_statement_base/views/account_bank_statement.xml +++ b/account_statement_base/views/account_bank_statement.xml @@ -5,6 +5,81 @@ --> + + account.bank.statement.form + account.bank.statement + 1 + +
    + + +
    +
    +
    +
    + + + + + + + + + + + + + + + +
    + + + + + + account.bank.statement diff --git a/account_statement_base/views/account_bank_statement_line.xml b/account_statement_base/views/account_bank_statement_line.xml index 88f9a7ab..a4bf9f04 100644 --- a/account_statement_base/views/account_bank_statement_line.xml +++ b/account_statement_base/views/account_bank_statement_line.xml @@ -61,7 +61,7 @@ account.bank.statement.line - + +