diff --git a/account_statement_base/README.rst b/account_statement_base/README.rst index 84f5adde..7d2d7883 100644 --- a/account_statement_base/README.rst +++ b/account_statement_base/README.rst @@ -58,7 +58,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 871bb02e..e2d7551e 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.md b/account_statement_base/readme/CONTRIBUTORS.md index b61afe5d..fc3d487b 100644 --- a/account_statement_base/readme/CONTRIBUTORS.md +++ b/account_statement_base/readme/CONTRIBUTORS.md @@ -1 +1,5 @@ -- Alexis de Lattre \<\> + - [Akretion](https://www.akretion.com): + - Alexis de Lattre \<\> + - [Tecnativa](https://www.tecnativa.com): + - Carlos Dauden + - Sergio Teruel diff --git a/account_statement_base/static/description/index.html b/account_statement_base/static/description/index.html index 3aba0616..e6af25b3 100644 --- a/account_statement_base/static/description/index.html +++ b/account_statement_base/static/description/index.html @@ -8,10 +8,11 @@ /* :Author: David Goodger (goodger@python.org) -:Id: $Id: html4css1.css 8954 2022-01-20 10:10:25Z milde $ +:Id: $Id: html4css1.css 9511 2024-01-13 09:50:07Z milde $ :Copyright: This stylesheet has been placed in the public domain. Default cascading style sheet for the HTML output of Docutils. +Despite the name, some widely supported CSS2 features are used. See https://docutils.sourceforge.io/docs/howto/html-stylesheets.html for how to customize this style sheet. @@ -274,7 +275,7 @@ pre.literal-block, pre.doctest-block, pre.math, pre.code { margin-left: 2em ; margin-right: 2em } -pre.code .ln { color: grey; } /* line numbers */ +pre.code .ln { color: gray; } /* line numbers */ pre.code, code { background-color: #eeeeee } pre.code .comment, code .comment { color: #5C6576 } pre.code .keyword, code .keyword { color: #3B0D06; font-weight: bold } @@ -300,7 +301,7 @@ span.option { span.pre { white-space: pre } -span.problematic { +span.problematic, pre.problematic { color: red } span.section-subtitle { @@ -403,13 +404,23 @@ If you spotted it first, help us to smash it by providing a detailed and welcome

Contributors

Maintainers

This module is maintained by the OCA.

-Odoo Community Association + +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.

diff --git a/account_statement_base/views/account_bank_statement.xml b/account_statement_base/views/account_bank_statement.xml index 7c4341c9..6c86b867 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 13594b89..0227e41d 100644 --- a/account_statement_base/views/account_bank_statement_line.xml +++ b/account_statement_base/views/account_bank_statement_line.xml @@ -119,6 +119,7 @@ /> +