From e85d33ceaa8af2a4be9a3509b8e7a58879870b72 Mon Sep 17 00:00:00 2001
From: Alexis de Lattre
Date: Thu, 19 Jan 2023 00:11:33 +0100
Subject: [PATCH] [MIG] account_statement_import_base v14 -> v16
---
account_statement_import_base/README.rst | 10 ++--
account_statement_import_base/__manifest__.py | 4 +-
.../i18n/account_statement_import_base.pot | 32 +-----------
.../static/description/index.html | 6 +--
.../views/account_bank_statement_line.xml | 50 +++++--------------
5 files changed, 25 insertions(+), 77 deletions(-)
diff --git a/account_statement_import_base/README.rst b/account_statement_import_base/README.rst
index 76b26025..445d3cc8 100644
--- a/account_statement_import_base/README.rst
+++ b/account_statement_import_base/README.rst
@@ -14,13 +14,13 @@ Base module for Bank Statement Import
:target: http://www.gnu.org/licenses/lgpl-3.0-standalone.html
:alt: License: LGPL-3
.. |badge3| image:: https://img.shields.io/badge/github-OCA%2Fbank--statement--import-lightgray.png?logo=github
- :target: https://github.com/OCA/bank-statement-import/tree/14.0/account_statement_import_base
+ :target: https://github.com/OCA/bank-statement-import/tree/16.0/account_statement_import_base
:alt: OCA/bank-statement-import
.. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png
- :target: https://translation.odoo-community.org/projects/bank-statement-import-14-0/bank-statement-import-14-0-account_statement_import_base
+ :target: https://translation.odoo-community.org/projects/bank-statement-import-16-0/bank-statement-import-16-0-account_statement_import_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/174/14.0
+ :target: https://runbot.odoo-community.org/runbot/174/16.0
:alt: Try me on Runbot
|badge1| |badge2| |badge3| |badge4| |badge5|
@@ -41,7 +41,7 @@ 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 `_.
+`feedback `_.
Do not contact contributors directly about support or help with technical issues.
@@ -79,6 +79,6 @@ Current `maintainer `__:
|maintainer-alexis-via|
-This module is part of the `OCA/bank-statement-import `_ project on GitHub.
+This module is part of the `OCA/bank-statement-import `_ project on GitHub.
You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.
diff --git a/account_statement_import_base/__manifest__.py b/account_statement_import_base/__manifest__.py
index 0cfbf924..d5d78b39 100644
--- a/account_statement_import_base/__manifest__.py
+++ b/account_statement_import_base/__manifest__.py
@@ -5,9 +5,9 @@
{
"name": "Base module for Bank Statement Import",
"category": "Accounting",
- "version": "14.0.1.0.0",
+ "version": "16.0.1.0.0",
"license": "LGPL-3",
- "depends": ["account"],
+ "depends": ["account_statement_base"],
"author": "Akretion, Odoo Community Association (OCA)",
"maintainers": ["alexis-via"],
"development_status": "Mature",
diff --git a/account_statement_import_base/i18n/account_statement_import_base.pot b/account_statement_import_base/i18n/account_statement_import_base.pot
index de4704d9..11fd0fa0 100644
--- a/account_statement_import_base/i18n/account_statement_import_base.pot
+++ b/account_statement_import_base/i18n/account_statement_import_base.pot
@@ -4,7 +4,7 @@
#
msgid ""
msgstr ""
-"Project-Id-Version: Odoo Server 14.0\n"
+"Project-Id-Version: Odoo Server 16.0\n"
"Report-Msgid-Bugs-To: \n"
"Last-Translator: \n"
"Language-Team: \n"
@@ -23,18 +23,6 @@ msgstr ""
msgid "Bank Statement Line"
msgstr ""
-#. module: account_statement_import_base
-#: model:ir.model.fields,field_description:account_statement_import_base.field_account_bank_statement_line__display_name
-#: model:ir.model.fields,field_description:account_statement_import_base.field_account_journal__display_name
-msgid "Display Name"
-msgstr ""
-
-#. module: account_statement_import_base
-#: model:ir.model.fields,field_description:account_statement_import_base.field_account_bank_statement_line__id
-#: model:ir.model.fields,field_description:account_statement_import_base.field_account_journal__id
-msgid "ID"
-msgstr ""
-
#. module: account_statement_import_base
#: model:ir.model.fields,field_description:account_statement_import_base.field_account_bank_statement_line__unique_import_id
msgid "Import ID"
@@ -45,24 +33,8 @@ msgstr ""
msgid "Journal"
msgstr ""
-#. module: account_statement_import_base
-#: model:ir.model.fields,field_description:account_statement_import_base.field_account_bank_statement_line____last_update
-#: model:ir.model.fields,field_description:account_statement_import_base.field_account_journal____last_update
-msgid "Last Modified on"
-msgstr ""
-
-#. module: account_statement_import_base
-#: model_terms:ir.ui.view,arch_db:account_statement_import_base.view_bank_statement_line_form
-msgid "Notes"
-msgstr ""
-
#. module: account_statement_import_base
#: model:ir.model.fields,field_description:account_statement_import_base.field_account_bank_statement_line__raw_data
-#: model_terms:ir.ui.view,arch_db:account_statement_import_base.view_bank_statement_line_form
+#: model_terms:ir.ui.view,arch_db:account_statement_import_base.account_bank_statement_line_form
msgid "Raw Data"
msgstr ""
-
-#. module: account_statement_import_base
-#: model_terms:ir.ui.view,arch_db:account_statement_import_base.view_bank_statement_line_form
-msgid "Technical Information"
-msgstr ""
diff --git a/account_statement_import_base/static/description/index.html b/account_statement_import_base/static/description/index.html
index 2dbc811c..08d66b56 100644
--- a/account_statement_import_base/static/description/index.html
+++ b/account_statement_import_base/static/description/index.html
@@ -367,7 +367,7 @@ ul.auto-toc {
!! This file is generated by oca-gen-addon-readme !!
!! changes will be overwritten. !!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->
-

+

This is a technical module designed to share code between 2 other modules:
- account_statement_import that allows to import bank statements from files,
@@ -390,7 +390,7 @@ ul.auto-toc {
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.
+feedback.
Do not contact contributors directly about support or help with technical issues.
diff --git a/account_statement_import_base/views/account_bank_statement_line.xml b/account_statement_import_base/views/account_bank_statement_line.xml
index 090816e9..d32bc344 100644
--- a/account_statement_import_base/views/account_bank_statement_line.xml
+++ b/account_statement_import_base/views/account_bank_statement_line.xml
@@ -6,45 +6,21 @@
-->
-
+
account.bank.statement.line
-
+
-
- not context.get('statement_line_main_view')
-
-
- 2
-
-
- 1
-
-
- 1
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+