Skip to content

Commit 8f2add5

Browse files
author
phucph
committed
[MIG] account_bank_statement_import_caisse_epargne: Migration to 18.0
[18.0] rename module name account_bank_statement_import_caisse_epargne to account_statement_import_caisse_apargne
1 parent 1306fe9 commit 8f2add5

14 files changed

+234
-35
lines changed

account_statement_import_caisse_epargne/README.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,10 @@ Import CSV Bank Statement from Caisse d'Epargne
1717
:target: http://www.gnu.org/licenses/agpl-3.0-standalone.html
1818
:alt: License: AGPL-3
1919
.. |badge3| image:: https://img.shields.io/badge/github-OCA%2Fbank--statement--import-lightgray.png?logo=github
20-
:target: https://github.com/OCA/bank-statement-import/tree/18.0/account_bank_statement_import_caisse_epargne
20+
:target: https://github.com/OCA/bank-statement-import/tree/18.0/account_statement_import_caisse_epargne
2121
:alt: OCA/bank-statement-import
2222
.. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png
23-
:target: https://translation.odoo-community.org/projects/bank-statement-import-18-0/bank-statement-import-18-0-account_bank_statement_import_caisse_epargne
23+
:target: https://translation.odoo-community.org/projects/bank-statement-import-18-0/bank-statement-import-18-0-account_statement_import_caisse_epargne
2424
:alt: Translate me on Weblate
2525
.. |badge5| image:: https://img.shields.io/badge/runboat-Try%20me-875A7B.png
2626
:target: https://runboat.odoo-community.org/builds?repo=OCA/bank-statement-import&target_branch=18.0
@@ -41,7 +41,7 @@ Bug Tracker
4141
Bugs are tracked on `GitHub Issues <https://github.com/OCA/bank-statement-import/issues>`_.
4242
In case of trouble, please check there if your issue has already been reported.
4343
If you spotted it first, help us to smash it by providing a detailed and welcomed
44-
`feedback <https://github.com/OCA/bank-statement-import/issues/new?body=module:%20account_bank_statement_import_caisse_epargne%0Aversion:%2018.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**>`_.
44+
`feedback <https://github.com/OCA/bank-statement-import/issues/new?body=module:%20account_statement_import_caisse_epargne%0Aversion:%2018.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**>`_.
4545

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

@@ -67,6 +67,6 @@ OCA, or the Odoo Community Association, is a nonprofit organization whose
6767
mission is to support the collaborative development of Odoo features and
6868
promote its widespread use.
6969

70-
This module is part of the `OCA/bank-statement-import <https://github.com/OCA/bank-statement-import/tree/18.0/account_bank_statement_import_caisse_epargne>`_ project on GitHub.
70+
This module is part of the `OCA/bank-statement-import <https://github.com/OCA/bank-statement-import/tree/18.0/account_statement_import_caisse_epargne>`_ project on GitHub.
7171

7272
You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
11
from . import models
2+
from . import wizard

account_statement_import_caisse_epargne/__manifest__.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
{
22
"name": "Import CSV Bank Statement from Caisse d'Epargne",
33
"category": "Banking addons",
4-
"version": "12.0.1.0.0",
5-
"author": "Aurélien DUMAINE, Druidoo",
4+
"version": "18.0.1.0.0",
5+
"author": "Aurélien DUMAINE, Druidoo, Odoo Community Association (OCA)",
66
"website": "https://github.com/OCA/bank-statement-import",
77
"license": "AGPL-3",
88
"depends": [
9-
"account_bank_statement_import",
9+
"account_statement_import_file",
1010
],
1111
"data": [
12-
"views/view_account_bank_statement_import.xml",
12+
"wizard/view_account_statement_import.xml",
1313
],
1414
"auto_install": False,
1515
"installable": True,
Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,39 @@
1+
# Translation of Odoo Server.
2+
# This file contains the translation of the following modules:
3+
# * account_bank_statement_import_caisse_epargne
4+
#
5+
msgid ""
6+
msgstr ""
7+
"Project-Id-Version: Odoo Server 12.0\n"
8+
"Report-Msgid-Bugs-To: \n"
9+
"Last-Translator: <>\n"
10+
"Language-Team: \n"
11+
"MIME-Version: 1.0\n"
12+
"Content-Type: text/plain; charset=UTF-8\n"
13+
"Content-Transfer-Encoding: \n"
14+
"Plural-Forms: \n"
15+
16+
#. module: account_bank_statement_import_caisse_epargne
17+
#: model_terms:ir.ui.view,arch_db:account_bank_statement_import_caisse_epargne.view_account_bank_statement_import_form
18+
msgid "CSV bank statement from Caisse d'Epargne"
19+
msgstr ""
20+
21+
#. module: account_bank_statement_import_caisse_epargne
22+
#: model:ir.model,name:account_bank_statement_import_caisse_epargne.model_account_bank_statement_import
23+
msgid "Import Bank Statement"
24+
msgstr ""
25+
26+
#. module: account_bank_statement_import_caisse_epargne
27+
#: code:addons/account_bank_statement_import_caisse_epargne/models/account_bank_statement_import.py:203
28+
#, python-format
29+
msgid "Sum of opening balance and transaction lines is not equel to closing balance."
30+
msgstr ""
31+
32+
#. module: account_bank_statement_import_caisse_epargne
33+
#: code:addons/account_bank_statement_import_caisse_epargne/models/account_bank_statement_import.py:208
34+
#, python-format
35+
msgid "The following problem occurred during import. The file might not be valid.\n"
36+
"\n"
37+
" %s"
38+
msgstr ""
39+
Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1 @@
1-
from . import account_bank_statement_import
21
from . import account_journal

account_statement_import_caisse_epargne/static/description/index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -369,7 +369,7 @@ <h1 class="title">Import CSV Bank Statement from Caisse d’Epargne</h1>
369369
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
370370
!! source digest: sha256:46fba5642d1f083a77a8a8251f62cc730400983faca4297266481d1913c6cf07
371371
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->
372-
<p><a class="reference external image-reference" href="https://odoo-community.org/page/development-status"><img alt="Beta" src="https://img.shields.io/badge/maturity-Beta-yellow.png" /></a> <a class="reference external image-reference" href="http://www.gnu.org/licenses/agpl-3.0-standalone.html"><img alt="License: AGPL-3" src="https://img.shields.io/badge/licence-AGPL--3-blue.png" /></a> <a class="reference external image-reference" href="https://github.com/OCA/bank-statement-import/tree/18.0/account_bank_statement_import_caisse_epargne"><img alt="OCA/bank-statement-import" src="https://img.shields.io/badge/github-OCA%2Fbank--statement--import-lightgray.png?logo=github" /></a> <a class="reference external image-reference" href="https://translation.odoo-community.org/projects/bank-statement-import-18-0/bank-statement-import-18-0-account_bank_statement_import_caisse_epargne"><img alt="Translate me on Weblate" src="https://img.shields.io/badge/weblate-Translate%20me-F47D42.png" /></a> <a class="reference external image-reference" href="https://runboat.odoo-community.org/builds?repo=OCA/bank-statement-import&amp;target_branch=18.0"><img alt="Try me on Runboat" src="https://img.shields.io/badge/runboat-Try%20me-875A7B.png" /></a></p>
372+
<p><a class="reference external image-reference" href="https://odoo-community.org/page/development-status"><img alt="Beta" src="https://img.shields.io/badge/maturity-Beta-yellow.png" /></a> <a class="reference external image-reference" href="http://www.gnu.org/licenses/agpl-3.0-standalone.html"><img alt="License: AGPL-3" src="https://img.shields.io/badge/licence-AGPL--3-blue.png" /></a> <a class="reference external image-reference" href="https://github.com/OCA/bank-statement-import/tree/18.0/account_statement_import_caisse_epargne"><img alt="OCA/bank-statement-import" src="https://img.shields.io/badge/github-OCA%2Fbank--statement--import-lightgray.png?logo=github" /></a> <a class="reference external image-reference" href="https://translation.odoo-community.org/projects/bank-statement-import-18-0/bank-statement-import-18-0-account_statement_import_caisse_epargne"><img alt="Translate me on Weblate" src="https://img.shields.io/badge/weblate-Translate%20me-F47D42.png" /></a> <a class="reference external image-reference" href="https://runboat.odoo-community.org/builds?repo=OCA/bank-statement-import&amp;target_branch=18.0"><img alt="Try me on Runboat" src="https://img.shields.io/badge/runboat-Try%20me-875A7B.png" /></a></p>
373373
<p>Import CSV Bank Statement from Caisse d’Epargne</p>
374374
<p><strong>Table of contents</strong></p>
375375
<div class="contents local topic" id="contents">
@@ -387,7 +387,7 @@ <h1><a class="toc-backref" href="#toc-entry-1">Bug Tracker</a></h1>
387387
<p>Bugs are tracked on <a class="reference external" href="https://github.com/OCA/bank-statement-import/issues">GitHub Issues</a>.
388388
In case of trouble, please check there if your issue has already been reported.
389389
If you spotted it first, help us to smash it by providing a detailed and welcomed
390-
<a class="reference external" href="https://github.com/OCA/bank-statement-import/issues/new?body=module:%20account_bank_statement_import_caisse_epargne%0Aversion:%2018.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**">feedback</a>.</p>
390+
<a class="reference external" href="https://github.com/OCA/bank-statement-import/issues/new?body=module:%20account_statement_import_caisse_epargne%0Aversion:%2018.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**">feedback</a>.</p>
391391
<p>Do not contact contributors directly about support or help with technical issues.</p>
392392
</div>
393393
<div class="section" id="credits">
@@ -408,7 +408,7 @@ <h2><a class="toc-backref" href="#toc-entry-4">Maintainers</a></h2>
408408
<p>OCA, or the Odoo Community Association, is a nonprofit organization whose
409409
mission is to support the collaborative development of Odoo features and
410410
promote its widespread use.</p>
411-
<p>This module is part of the <a class="reference external" href="https://github.com/OCA/bank-statement-import/tree/18.0/account_bank_statement_import_caisse_epargne">OCA/bank-statement-import</a> project on GitHub.</p>
411+
<p>This module is part of the <a class="reference external" href="https://github.com/OCA/bank-statement-import/tree/18.0/account_statement_import_caisse_epargne">OCA/bank-statement-import</a> project on GitHub.</p>
412412
<p>You are welcome to contribute. To learn how please visit <a class="reference external" href="https://odoo-community.org/page/Contribute">https://odoo-community.org/page/Contribute</a>.</p>
413413
</div>
414414
</div>
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
from . import test_import_bank_statement
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
Code de la banque : 10101;Code de l'agence : 00100;Date de début de téléchargement : 01/01/2024;Date de fin de téléchargement : 31/01/2024;;
2+
Numéro de compte : 01234567890;Nom du compte : MONSIEUR DUPONT;Devise : EUR;;;
3+
4+
Solde en fin de période;;;;655,25;
5+
Date;Numéro d'opération;Libellé;Débit;Crédit;Détail
6+
05/01/2024;0123456789;VIREMENT RECU;;250,50;Salaire
7+
10/01/2024;9876543210;PAIEMENT CB;-75,25;;Achat supermarché
8+
15/01/2024;1122334455;RETRAIT DAB;-20,00;;Retrait distributeur
9+
Solde en début de période;;;;500,00;
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
Code de la banque : 10101;Date de début de téléchargement : 01/02/2024;Date de fin de téléchargement : 29/02/2024;;
2+
Numéro de compte : 01234567890;Devise : EUR;;;
3+
4+
Solde en fin de période;;;799,50;
5+
Date;Libellé;Débit;Crédit;Détail
6+
02/02/2024;VIREMENT RECU MR DURAND;;150,00;Remboursement
7+
12/02/2024;PRLV SEPA TELECOM;-55,00;;Facture telephone
8+
20/02/2024;PAIEMENT CB RESTAURANT;-45,50;;Repas
9+
Solde en début de période;;;750,00;
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
Code de la banque : 10101;Code de l'agence : 00100;Date de début de téléchargement : 01/03/2024;Date de fin de téléchargement : 31/03/2024;
2+
Numéro de compte : 01234567890;Nom du compte : MONSIEUR DUPONT;Devise : EUR;
3+
4+
Solde en fin de période;;;;-15,00
5+
Date;Numéro d'opération;Libellé;Débit;Crédit;Détail;
6+
05/03/24;R12345;VIREMENT EMIS LOYER;-800,00;;Loyer Mars;
7+
10/03/24;R12346;PAIEMENT CB LIBRAIRIE;-25,00;;Livre;
8+
20/03/24;R12347;VIREMENT RECU AMIS;;+10,00;Remboursement;
9+
Solde en début de période;;;;+800,00

0 commit comments

Comments
 (0)