Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[17.0][MIG] account_statement_import_base: Migration to 17.0 #647

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
22 commits
Select commit Hold shift + click to select a range
bd20798
Add module account_statement_import_base
alexis-via Aug 7, 2022
746b119
[ADD] module account_statement_import_file_reconciliation_widget
alexis-via Aug 9, 2022
66cb231
[UPD] Update account_statement_import_base.pot
Sep 29, 2022
498e00b
[UPD] README.rst
OCA-git-bot Sep 29, 2022
69bb8ca
[ADD] icon.png
OCA-git-bot Sep 29, 2022
fdc5615
[MIG] account_statement_import_base v14 -> v16
alexis-via Jan 18, 2023
81eb342
[UPD] Update account_statement_import_base.pot
Mar 6, 2023
fac822c
[UPD] README.rst
OCA-git-bot Mar 6, 2023
d77b445
Added translation using Weblate (Croatian)
badbole Jun 2, 2023
6a59428
Added translation using Weblate (Spanish)
Gelo-fl Jun 2, 2023
0b9f927
Translated using Weblate (Croatian)
badbole Jun 2, 2023
0a5abd7
Translated using Weblate (Spanish)
Gelo-fl Jun 2, 2023
fdacf8e
Added translation using Weblate (French)
Jun 8, 2023
fa698f5
Translated using Weblate (French)
Jun 8, 2023
62a1045
Added translation using Weblate (Portuguese (Brazil))
adrianojprado Jun 27, 2023
778d4b4
Translated using Weblate (Portuguese (Brazil))
adrianojprado Jun 27, 2023
c739ef3
[UPD] README.rst
OCA-git-bot Sep 3, 2023
fa4af20
Update translation files
weblate Oct 9, 2023
1da1fb8
Added translation using Weblate (Catalan)
pere-aquarian Nov 18, 2023
ccf98fa
Translated using Weblate (Catalan)
pere-aquarian Nov 18, 2023
54d19a4
[IMP] account_statement_import_base: pre-commit execution
rov-adhoc Dec 15, 2023
239841e
[MIG] account_statement_import_base: Migration to 17.0
rov-adhoc Dec 15, 2023
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
90 changes: 90 additions & 0 deletions account_statement_import_base/README.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,90 @@
=====================================
Base module for Bank Statement Import
=====================================

..
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!! This file is generated by oca-gen-addon-readme !!
!! changes will be overwritten. !!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!! source digest: sha256:9fa09d431b4c7e1698f01c7fd2250709e7c51a8ad373c7b6bdefe84c3ead0541
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!

.. |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%2Fbank--statement--import-lightgray.png?logo=github
:target: https://github.com/OCA/bank-statement-import/tree/17.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-17-0/bank-statement-import-17-0-account_statement_import_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/bank-statement-import&target_branch=17.0
:alt: Try me on Runboat

|badge1| |badge2| |badge3| |badge4| |badge5|

This is a technical module designed to share code between 2 other
modules:

- **account_statement_import** that allows to import bank statements
from files,
- **account_statement_import_online** that allows to import bank
statements from webservices/APIs.

**Table of contents**

.. contents::
:local:

Bug Tracker
===========

Bugs are tracked on `GitHub Issues <https://github.com/OCA/bank-statement-import/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 <https://github.com/OCA/bank-statement-import/issues/new?body=module:%20account_statement_import_base%0Aversion:%2017.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**>`_.

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

Credits
=======

Authors
-------

* Akretion

Contributors
------------

- Alexis de Lattre <alexis.delattre@akretion.com>

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 <https://odoo-community.org/page/maintainer-role>`__:

|maintainer-alexis-via|

This module is part of the `OCA/bank-statement-import <https://github.com/OCA/bank-statement-import/tree/17.0/account_statement_import_base>`_ project on GitHub.

You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.
1 change: 1 addition & 0 deletions account_statement_import_base/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
from . import models
19 changes: 19 additions & 0 deletions account_statement_import_base/__manifest__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
# Copyright 2022 Akretion France (http://www.akretion.com/)
# @author: Alexis de Lattre <alexis.delattre@akretion.com>
# Licence LGPL-3.0 or later (https://www.gnu.org/licenses/lgpl-3.0).

{
"name": "Base module for Bank Statement Import",
"category": "Accounting",
"version": "17.0.1.0.0",
"license": "LGPL-3",
"depends": ["account_statement_base"],
"author": "Akretion, Odoo Community Association (OCA)",
"maintainers": ["alexis-via"],
"development_status": "Mature",
"website": "https://github.com/OCA/bank-statement-import",
"data": [
"views/account_bank_statement_line.xml",
],
"installable": True,
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * account_statement_import_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_import_base
#: model:ir.model.constraint,message:account_statement_import_base.constraint_account_bank_statement_line_unique_import_id
msgid "A bank account transaction can be imported only once!"
msgstr ""

#. module: account_statement_import_base
#: model:ir.model,name:account_statement_import_base.model_account_bank_statement_line
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__unique_import_id
msgid "Import ID"
msgstr ""

#. module: account_statement_import_base
#: model:ir.model,name:account_statement_import_base.model_account_journal
msgid "Journal"
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.account_bank_statement_line_form
msgid "Raw Data"
msgstr ""
43 changes: 43 additions & 0 deletions account_statement_import_base/i18n/ca.po
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * account_statement_import_base
#
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 16.0\n"
"Report-Msgid-Bugs-To: \n"
"PO-Revision-Date: 2023-11-18 18:35+0000\n"
"Last-Translator: pere-aquarian <pere@aquarian.tech>\n"
"Language-Team: none\n"
"Language: ca\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_import_base
#: model:ir.model.constraint,message:account_statement_import_base.constraint_account_bank_statement_line_unique_import_id
msgid "A bank account transaction can be imported only once!"
msgstr "Una transacció de compte bancari només es pot importar una vegada!"

#. module: account_statement_import_base
#: model:ir.model,name:account_statement_import_base.model_account_bank_statement_line
msgid "Bank Statement Line"
msgstr "Línia d'extracte bancari"

#. 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"
msgstr "Importar ID"

#. module: account_statement_import_base
#: model:ir.model,name:account_statement_import_base.model_account_journal
msgid "Journal"
msgstr "Diari"

#. 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.account_bank_statement_line_form
msgid "Raw Data"
msgstr "Dades de línia"
43 changes: 43 additions & 0 deletions account_statement_import_base/i18n/es.po
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * account_statement_import_base
#
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 16.0\n"
"Report-Msgid-Bugs-To: \n"
"PO-Revision-Date: 2023-06-02 14:10+0000\n"
"Last-Translator: gelo joga Rodríguez <gelo.joga@factorlibre.com>\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_import_base
#: model:ir.model.constraint,message:account_statement_import_base.constraint_account_bank_statement_line_unique_import_id
msgid "A bank account transaction can be imported only once!"
msgstr "¡Una transacción bancaria sólo se puede importar una vez!"

#. module: account_statement_import_base
#: model:ir.model,name:account_statement_import_base.model_account_bank_statement_line
msgid "Bank Statement Line"
msgstr "Línea de extracto bancario"

#. 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"
msgstr "ID importación"

#. module: account_statement_import_base
#: model:ir.model,name:account_statement_import_base.model_account_journal
msgid "Journal"
msgstr "Diario"

#. 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.account_bank_statement_line_form
msgid "Raw Data"
msgstr "Datos sin procesar"
43 changes: 43 additions & 0 deletions account_statement_import_base/i18n/fr.po
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * account_statement_import_base
#
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 16.0\n"
"Report-Msgid-Bugs-To: \n"
"PO-Revision-Date: 2023-06-08 14:08+0000\n"
"Last-Translator: Alexis de Lattre <alexis@via.ecp.fr>\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_import_base
#: model:ir.model.constraint,message:account_statement_import_base.constraint_account_bank_statement_line_unique_import_id
msgid "A bank account transaction can be imported only once!"
msgstr "Une transaction bancaire ne peut être importée qu'une seule fois !"

#. module: account_statement_import_base
#: model:ir.model,name:account_statement_import_base.model_account_bank_statement_line
msgid "Bank Statement Line"
msgstr "Ligne de relevé de compte"

#. 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"
msgstr "Identifiant d'import"

#. module: account_statement_import_base
#: model:ir.model,name:account_statement_import_base.model_account_journal
msgid "Journal"
msgstr "Journal"

#. 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.account_bank_statement_line_form
msgid "Raw Data"
msgstr "Données brutes"
44 changes: 44 additions & 0 deletions account_statement_import_base/i18n/hr.po
Original file line number Diff line number Diff line change
@@ -0,0 +1,44 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * account_statement_import_base
#
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 16.0\n"
"Report-Msgid-Bugs-To: \n"
"PO-Revision-Date: 2023-06-02 14:10+0000\n"
"Last-Translator: Bole <bole@dajmi5.com>\n"
"Language-Team: none\n"
"Language: hr\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n"
"%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n"
"X-Generator: Weblate 4.17\n"

#. module: account_statement_import_base
#: model:ir.model.constraint,message:account_statement_import_base.constraint_account_bank_statement_line_unique_import_id
msgid "A bank account transaction can be imported only once!"
msgstr "Transakcija po bankovnom računu može biti uvežena samo jednom!"

#. module: account_statement_import_base
#: model:ir.model,name:account_statement_import_base.model_account_bank_statement_line
msgid "Bank Statement Line"
msgstr "Stavka izvoda"

#. 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"
msgstr "ID Uvoza"

#. module: account_statement_import_base
#: model:ir.model,name:account_statement_import_base.model_account_journal
msgid "Journal"
msgstr "Dnevnik"

#. 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.account_bank_statement_line_form
msgid "Raw Data"
msgstr "Sirovi podaci"
43 changes: 43 additions & 0 deletions account_statement_import_base/i18n/pt_BR.po
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * account_statement_import_base
#
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 16.0\n"
"Report-Msgid-Bugs-To: \n"
"PO-Revision-Date: 2023-06-27 16:10+0000\n"
"Last-Translator: Adriano Prado <adrianojprado@gmail.com>\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_import_base
#: model:ir.model.constraint,message:account_statement_import_base.constraint_account_bank_statement_line_unique_import_id
msgid "A bank account transaction can be imported only once!"
msgstr "Uma transação de conta bancária pode ser importada apenas uma vez!"

#. module: account_statement_import_base
#: model:ir.model,name:account_statement_import_base.model_account_bank_statement_line
msgid "Bank Statement Line"
msgstr "Linha de Extrato Bancário"

#. 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"
msgstr "ID Importação"

#. module: account_statement_import_base
#: model:ir.model,name:account_statement_import_base.model_account_journal
msgid "Journal"
msgstr "Diário"

#. 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.account_bank_statement_line_form
msgid "Raw Data"
msgstr "Dados Raw"
2 changes: 2 additions & 0 deletions account_statement_import_base/models/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
from . import account_bank_statement_line
from . import account_journal
Loading
Loading