odoo-addon-account-statement-import-camt 18.0.1.0.0.2__py3-none-any.whl → 18.0.1.0.1__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- odoo/addons/account_statement_import_camt/README.rst +6 -2
- odoo/addons/account_statement_import_camt/__manifest__.py +1 -1
- odoo/addons/account_statement_import_camt/i18n/it.po +26 -26
- odoo/addons/account_statement_import_camt/models/account_statement_import_camt_parser.py +3 -1
- odoo/addons/account_statement_import_camt/static/description/index.html +17 -11
- {odoo_addon_account_statement_import_camt-18.0.1.0.0.2.dist-info → odoo_addon_account_statement_import_camt-18.0.1.0.1.dist-info}/METADATA +8 -3
- {odoo_addon_account_statement_import_camt-18.0.1.0.0.2.dist-info → odoo_addon_account_statement_import_camt-18.0.1.0.1.dist-info}/RECORD +9 -9
- {odoo_addon_account_statement_import_camt-18.0.1.0.0.2.dist-info → odoo_addon_account_statement_import_camt-18.0.1.0.1.dist-info}/WHEEL +1 -1
- {odoo_addon_account_statement_import_camt-18.0.1.0.0.2.dist-info → odoo_addon_account_statement_import_camt-18.0.1.0.1.dist-info}/top_level.txt +0 -0
|
@@ -1,3 +1,7 @@
|
|
|
1
|
+
.. image:: https://odoo-community.org/readme-banner-image
|
|
2
|
+
:target: https://odoo-community.org/get-involved?utm_source=readme
|
|
3
|
+
:alt: Odoo Community Association
|
|
4
|
+
|
|
1
5
|
==================================
|
|
2
6
|
CAMT Format Bank Statements Import
|
|
3
7
|
==================================
|
|
@@ -7,13 +11,13 @@ CAMT Format Bank Statements Import
|
|
|
7
11
|
!! This file is generated by oca-gen-addon-readme !!
|
|
8
12
|
!! changes will be overwritten. !!
|
|
9
13
|
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
|
|
10
|
-
!! source digest: sha256:
|
|
14
|
+
!! source digest: sha256:6c2e2c00504d02e9a8ae9e1733e017684235cecbae00274167937acf465e8614
|
|
11
15
|
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
|
|
12
16
|
|
|
13
17
|
.. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png
|
|
14
18
|
:target: https://odoo-community.org/page/development-status
|
|
15
19
|
:alt: Beta
|
|
16
|
-
.. |badge2| image:: https://img.shields.io/badge/
|
|
20
|
+
.. |badge2| image:: https://img.shields.io/badge/license-AGPL--3-blue.png
|
|
17
21
|
:target: http://www.gnu.org/licenses/agpl-3.0-standalone.html
|
|
18
22
|
:alt: License: AGPL-3
|
|
19
23
|
.. |badge3| image:: https://img.shields.io/badge/github-OCA%2Fbank--statement--import-lightgray.png?logo=github
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl.html).
|
|
3
3
|
{
|
|
4
4
|
"name": "CAMT Format Bank Statements Import",
|
|
5
|
-
"version": "18.0.1.0.
|
|
5
|
+
"version": "18.0.1.0.1",
|
|
6
6
|
"license": "AGPL-3",
|
|
7
7
|
"author": "Therp BV, Odoo Community Association (OCA)",
|
|
8
8
|
"website": "https://github.com/OCA/bank-statement-import",
|
|
@@ -6,7 +6,7 @@ msgid ""
|
|
|
6
6
|
msgstr ""
|
|
7
7
|
"Project-Id-Version: Odoo Server 15.0\n"
|
|
8
8
|
"Report-Msgid-Bugs-To: \n"
|
|
9
|
-
"PO-Revision-Date:
|
|
9
|
+
"PO-Revision-Date: 2025-04-15 14:54+0000\n"
|
|
10
10
|
"Last-Translator: mymage <stefano.consolaro@mymage.it>\n"
|
|
11
11
|
"Language-Team: none\n"
|
|
12
12
|
"Language: it\n"
|
|
@@ -14,33 +14,33 @@ msgstr ""
|
|
|
14
14
|
"Content-Type: text/plain; charset=UTF-8\n"
|
|
15
15
|
"Content-Transfer-Encoding: \n"
|
|
16
16
|
"Plural-Forms: nplurals=2; plural=n != 1;\n"
|
|
17
|
-
"X-Generator: Weblate 4
|
|
17
|
+
"X-Generator: Weblate 5.10.4\n"
|
|
18
18
|
|
|
19
19
|
#. module: account_statement_import_camt
|
|
20
20
|
#: model:ir.model,name:account_statement_import_camt.model_account_statement_import_camt_parser
|
|
21
21
|
msgid "Account Bank Statement Import CAMT parser"
|
|
22
|
-
msgstr ""
|
|
22
|
+
msgstr "Parser CAMT importazione estratto conto bancario"
|
|
23
23
|
|
|
24
24
|
#. module: account_statement_import_camt
|
|
25
25
|
#. odoo-python
|
|
26
26
|
#: code:addons/account_statement_import_camt/models/parser.py:0
|
|
27
27
|
#, python-format
|
|
28
28
|
msgid "Account Servicer Reference"
|
|
29
|
-
msgstr ""
|
|
29
|
+
msgstr "Riferimento del gestore del conto"
|
|
30
30
|
|
|
31
31
|
#. module: account_statement_import_camt
|
|
32
32
|
#. odoo-python
|
|
33
33
|
#: code:addons/account_statement_import_camt/models/parser.py:0
|
|
34
34
|
#, python-format
|
|
35
35
|
msgid "Additional Entry Information"
|
|
36
|
-
msgstr ""
|
|
36
|
+
msgstr "Informazioni addizionali registrazione"
|
|
37
37
|
|
|
38
38
|
#. module: account_statement_import_camt
|
|
39
39
|
#. odoo-python
|
|
40
40
|
#: code:addons/account_statement_import_camt/models/parser.py:0
|
|
41
41
|
#, python-format
|
|
42
42
|
msgid "Additional Transaction Information"
|
|
43
|
-
msgstr ""
|
|
43
|
+
msgstr "Informazioni addizionali transizione"
|
|
44
44
|
|
|
45
45
|
#. module: account_statement_import_camt
|
|
46
46
|
#: model:ir.model,name:account_statement_import_camt.model_account_bank_statement
|
|
@@ -62,21 +62,21 @@ msgstr "CAMT"
|
|
|
62
62
|
#: code:addons/account_statement_import_camt/models/parser.py:0
|
|
63
63
|
#, python-format
|
|
64
64
|
msgid "Cheque Number"
|
|
65
|
-
msgstr ""
|
|
65
|
+
msgstr "Numero assegno"
|
|
66
66
|
|
|
67
67
|
#. module: account_statement_import_camt
|
|
68
68
|
#. odoo-python
|
|
69
69
|
#: code:addons/account_statement_import_camt/models/parser.py:0
|
|
70
70
|
#, python-format
|
|
71
71
|
msgid "Communication"
|
|
72
|
-
msgstr ""
|
|
72
|
+
msgstr "Comunicazione"
|
|
73
73
|
|
|
74
74
|
#. module: account_statement_import_camt
|
|
75
75
|
#. odoo-python
|
|
76
76
|
#: code:addons/account_statement_import_camt/models/parser.py:0
|
|
77
77
|
#, python-format
|
|
78
78
|
msgid "End To End Id"
|
|
79
|
-
msgstr ""
|
|
79
|
+
msgstr "ID end to end"
|
|
80
80
|
|
|
81
81
|
#. module: account_statement_import_camt
|
|
82
82
|
#: model:ir.model,name:account_statement_import_camt.model_account_statement_import
|
|
@@ -88,7 +88,7 @@ msgstr "Importazione file estratto conto bancario"
|
|
|
88
88
|
#: code:addons/account_statement_import_camt/models/parser.py:0
|
|
89
89
|
#, python-format
|
|
90
90
|
msgid "Instructed Id"
|
|
91
|
-
msgstr ""
|
|
91
|
+
msgstr "ID indicato"
|
|
92
92
|
|
|
93
93
|
#. module: account_statement_import_camt
|
|
94
94
|
#: model:ir.model,name:account_statement_import_camt.model_account_journal
|
|
@@ -100,105 +100,105 @@ msgstr "Registro"
|
|
|
100
100
|
#: code:addons/account_statement_import_camt/models/parser.py:0
|
|
101
101
|
#, python-format
|
|
102
102
|
msgid "Mandate Id"
|
|
103
|
-
msgstr ""
|
|
103
|
+
msgstr "ID mandato"
|
|
104
104
|
|
|
105
105
|
#. module: account_statement_import_camt
|
|
106
106
|
#. odoo-python
|
|
107
107
|
#: code:addons/account_statement_import_camt/models/parser.py:0
|
|
108
108
|
#, python-format
|
|
109
109
|
msgid "Msg Id"
|
|
110
|
-
msgstr ""
|
|
110
|
+
msgstr "ID messaggio"
|
|
111
111
|
|
|
112
112
|
#. module: account_statement_import_camt
|
|
113
113
|
#. odoo-python
|
|
114
114
|
#: code:addons/account_statement_import_camt/models/parser.py:0
|
|
115
115
|
#, python-format
|
|
116
116
|
msgid "Partner Account Number"
|
|
117
|
-
msgstr ""
|
|
117
|
+
msgstr "Numero conto partner"
|
|
118
118
|
|
|
119
119
|
#. module: account_statement_import_camt
|
|
120
120
|
#. odoo-python
|
|
121
121
|
#: code:addons/account_statement_import_camt/models/parser.py:0
|
|
122
122
|
#, python-format
|
|
123
123
|
msgid "Partner Name"
|
|
124
|
-
msgstr ""
|
|
124
|
+
msgstr "Nome partner"
|
|
125
125
|
|
|
126
126
|
#. module: account_statement_import_camt
|
|
127
127
|
#. odoo-python
|
|
128
128
|
#: code:addons/account_statement_import_camt/models/parser.py:0
|
|
129
129
|
#, python-format
|
|
130
130
|
msgid "Postal Address"
|
|
131
|
-
msgstr ""
|
|
131
|
+
msgstr "Indirizzo postale"
|
|
132
132
|
|
|
133
133
|
#. module: account_statement_import_camt
|
|
134
134
|
#. odoo-python
|
|
135
135
|
#: code:addons/account_statement_import_camt/models/parser.py:0
|
|
136
136
|
#, python-format
|
|
137
137
|
msgid "Reference"
|
|
138
|
-
msgstr ""
|
|
138
|
+
msgstr "Riferimento"
|
|
139
139
|
|
|
140
140
|
#. module: account_statement_import_camt
|
|
141
141
|
#. odoo-python
|
|
142
142
|
#: code:addons/account_statement_import_camt/models/parser.py:0
|
|
143
143
|
#, python-format
|
|
144
144
|
msgid "Return Reason Additional Information"
|
|
145
|
-
msgstr ""
|
|
145
|
+
msgstr "Informazioni addizionali motivo reso"
|
|
146
146
|
|
|
147
147
|
#. module: account_statement_import_camt
|
|
148
148
|
#. odoo-python
|
|
149
149
|
#: code:addons/account_statement_import_camt/models/parser.py:0
|
|
150
150
|
#, python-format
|
|
151
151
|
msgid "Return Reason Code"
|
|
152
|
-
msgstr ""
|
|
152
|
+
msgstr "Codice motivo reso"
|
|
153
153
|
|
|
154
154
|
#. module: account_statement_import_camt
|
|
155
155
|
#. odoo-python
|
|
156
156
|
#: code:addons/account_statement_import_camt/models/parser.py:0
|
|
157
157
|
#, python-format
|
|
158
158
|
msgid "Return Reason Code (Proprietary)"
|
|
159
|
-
msgstr ""
|
|
159
|
+
msgstr "Codice motivo reso (proprietario)"
|
|
160
160
|
|
|
161
161
|
#. module: account_statement_import_camt
|
|
162
162
|
#. odoo-python
|
|
163
163
|
#: code:addons/account_statement_import_camt/models/parser.py:0
|
|
164
164
|
#, python-format
|
|
165
165
|
msgid "Reversal Indicator"
|
|
166
|
-
msgstr ""
|
|
166
|
+
msgstr "Indicatore inverso"
|
|
167
167
|
|
|
168
168
|
#. module: account_statement_import_camt
|
|
169
169
|
#. odoo-python
|
|
170
170
|
#: code:addons/account_statement_import_camt/models/parser.py:0
|
|
171
171
|
#, python-format
|
|
172
172
|
msgid "Structured Reference"
|
|
173
|
-
msgstr ""
|
|
173
|
+
msgstr "Riferimento strutturato"
|
|
174
174
|
|
|
175
175
|
#. module: account_statement_import_camt
|
|
176
176
|
#. odoo-python
|
|
177
177
|
#: code:addons/account_statement_import_camt/models/parser.py:0
|
|
178
178
|
#, python-format
|
|
179
179
|
msgid "Transaction Date"
|
|
180
|
-
msgstr ""
|
|
180
|
+
msgstr "Data transizione"
|
|
181
181
|
|
|
182
182
|
#. module: account_statement_import_camt
|
|
183
183
|
#. odoo-python
|
|
184
184
|
#: code:addons/account_statement_import_camt/models/parser.py:0
|
|
185
185
|
#, python-format
|
|
186
186
|
msgid "Transaction Identification"
|
|
187
|
-
msgstr ""
|
|
187
|
+
msgstr "Identificazione transizione"
|
|
188
188
|
|
|
189
189
|
#. module: account_statement_import_camt
|
|
190
190
|
#. odoo-python
|
|
191
191
|
#: code:addons/account_statement_import_camt/models/parser.py:0
|
|
192
192
|
#, python-format
|
|
193
193
|
msgid "Transaction Type"
|
|
194
|
-
msgstr ""
|
|
194
|
+
msgstr "Tipo transazione"
|
|
195
195
|
|
|
196
196
|
#. module: account_statement_import_camt
|
|
197
197
|
#. odoo-python
|
|
198
198
|
#: code:addons/account_statement_import_camt/models/parser.py:0
|
|
199
199
|
#, python-format
|
|
200
200
|
msgid "Unstructured Reference"
|
|
201
|
-
msgstr ""
|
|
201
|
+
msgstr "Riferimento non strutturato"
|
|
202
202
|
|
|
203
203
|
#. module: account_statement_import_camt
|
|
204
204
|
#. odoo-python
|
|
@@ -217,7 +217,7 @@ msgstr "camt.054.001.02"
|
|
|
217
217
|
#. module: account_statement_import_camt
|
|
218
218
|
#: model_terms:ir.ui.view,arch_db:account_statement_import_camt.account_statement_import_view
|
|
219
219
|
msgid "zipped CAMT"
|
|
220
|
-
msgstr ""
|
|
220
|
+
msgstr "CAMT zippato"
|
|
221
221
|
|
|
222
222
|
#~ msgid "Display Name"
|
|
223
223
|
#~ msgstr "Nome visualizzato"
|
|
@@ -276,7 +276,9 @@ class AccountStatementImportCamtParser(models.AbstractModel):
|
|
|
276
276
|
"narration": {},
|
|
277
277
|
"transaction_type": {},
|
|
278
278
|
} # fallback defaults
|
|
279
|
-
self.add_value_from_node(
|
|
279
|
+
self.add_value_from_node(
|
|
280
|
+
ns, node, "./ns:BookgDt/ns:Dt | ./ns:BookgDt/ns:DtTm", transaction, "date"
|
|
281
|
+
)
|
|
280
282
|
amount = self.parse_amount(ns, node)
|
|
281
283
|
if amount != 0.0:
|
|
282
284
|
transaction["amount"] = amount
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
<head>
|
|
4
4
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
|
5
5
|
<meta name="generator" content="Docutils: https://docutils.sourceforge.io/" />
|
|
6
|
-
<title>
|
|
6
|
+
<title>README.rst</title>
|
|
7
7
|
<style type="text/css">
|
|
8
8
|
|
|
9
9
|
/*
|
|
@@ -360,16 +360,21 @@ ul.auto-toc {
|
|
|
360
360
|
</style>
|
|
361
361
|
</head>
|
|
362
362
|
<body>
|
|
363
|
-
<div class="document"
|
|
364
|
-
<h1 class="title">CAMT Format Bank Statements Import</h1>
|
|
363
|
+
<div class="document">
|
|
365
364
|
|
|
365
|
+
|
|
366
|
+
<a class="reference external image-reference" href="https://odoo-community.org/get-involved?utm_source=readme">
|
|
367
|
+
<img alt="Odoo Community Association" src="https://odoo-community.org/readme-banner-image" />
|
|
368
|
+
</a>
|
|
369
|
+
<div class="section" id="camt-format-bank-statements-import">
|
|
370
|
+
<h1>CAMT Format Bank Statements Import</h1>
|
|
366
371
|
<!-- !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
|
|
367
372
|
!! This file is generated by oca-gen-addon-readme !!
|
|
368
373
|
!! changes will be overwritten. !!
|
|
369
374
|
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
|
|
370
|
-
!! source digest: sha256:
|
|
375
|
+
!! source digest: sha256:6c2e2c00504d02e9a8ae9e1733e017684235cecbae00274167937acf465e8614
|
|
371
376
|
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->
|
|
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/
|
|
377
|
+
<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/license-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_camt"><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_camt"><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&target_branch=18.0"><img alt="Try me on Runboat" src="https://img.shields.io/badge/runboat-Try%20me-875A7B.png" /></a></p>
|
|
373
378
|
<p>Module to import SEPA CAMT.053 and CAMT.054 Format bank statement files.</p>
|
|
374
379
|
<p><strong>Table of contents</strong></p>
|
|
375
380
|
<div class="contents local topic" id="contents">
|
|
@@ -385,7 +390,7 @@ ul.auto-toc {
|
|
|
385
390
|
</ul>
|
|
386
391
|
</div>
|
|
387
392
|
<div class="section" id="bug-tracker">
|
|
388
|
-
<
|
|
393
|
+
<h2><a class="toc-backref" href="#toc-entry-1">Bug Tracker</a></h2>
|
|
389
394
|
<p>Bugs are tracked on <a class="reference external" href="https://github.com/OCA/bank-statement-import/issues">GitHub Issues</a>.
|
|
390
395
|
In case of trouble, please check there if your issue has already been reported.
|
|
391
396
|
If you spotted it first, help us to smash it by providing a detailed and welcomed
|
|
@@ -393,15 +398,15 @@ If you spotted it first, help us to smash it by providing a detailed and welcome
|
|
|
393
398
|
<p>Do not contact contributors directly about support or help with technical issues.</p>
|
|
394
399
|
</div>
|
|
395
400
|
<div class="section" id="credits">
|
|
396
|
-
<
|
|
401
|
+
<h2><a class="toc-backref" href="#toc-entry-2">Credits</a></h2>
|
|
397
402
|
<div class="section" id="authors">
|
|
398
|
-
<
|
|
403
|
+
<h3><a class="toc-backref" href="#toc-entry-3">Authors</a></h3>
|
|
399
404
|
<ul class="simple">
|
|
400
405
|
<li>Therp BV</li>
|
|
401
406
|
</ul>
|
|
402
407
|
</div>
|
|
403
408
|
<div class="section" id="contributors">
|
|
404
|
-
<
|
|
409
|
+
<h3><a class="toc-backref" href="#toc-entry-4">Contributors</a></h3>
|
|
405
410
|
<ul>
|
|
406
411
|
<li><p class="first">Holger Brunn <<a class="reference external" href="mailto:mail@hunki-enterprises.com">mail@hunki-enterprises.com</a>></p>
|
|
407
412
|
</li>
|
|
@@ -426,13 +431,13 @@ If you spotted it first, help us to smash it by providing a detailed and welcome
|
|
|
426
431
|
</ul>
|
|
427
432
|
</div>
|
|
428
433
|
<div class="section" id="other-credits">
|
|
429
|
-
<
|
|
434
|
+
<h3><a class="toc-backref" href="#toc-entry-5">Other credits</a></h3>
|
|
430
435
|
<p>The migration of this module from 15.0 to 16.0 was financially supported
|
|
431
436
|
by Camptocamp The migration of this module from 17.0 to 18.0 was
|
|
432
437
|
financially supported by Camptocamp</p>
|
|
433
438
|
</div>
|
|
434
439
|
<div class="section" id="maintainers">
|
|
435
|
-
<
|
|
440
|
+
<h3><a class="toc-backref" href="#toc-entry-6">Maintainers</a></h3>
|
|
436
441
|
<p>This module is maintained by the OCA.</p>
|
|
437
442
|
<a class="reference external image-reference" href="https://odoo-community.org">
|
|
438
443
|
<img alt="Odoo Community Association" src="https://odoo-community.org/logo.png" />
|
|
@@ -445,5 +450,6 @@ promote its widespread use.</p>
|
|
|
445
450
|
</div>
|
|
446
451
|
</div>
|
|
447
452
|
</div>
|
|
453
|
+
</div>
|
|
448
454
|
</body>
|
|
449
455
|
</html>
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: odoo-addon-account_statement_import_camt
|
|
3
|
-
Version: 18.0.1.0.
|
|
3
|
+
Version: 18.0.1.0.1
|
|
4
4
|
Requires-Python: >=3.10
|
|
5
5
|
Requires-Dist: odoo-addon-account_statement_import_file==18.0.*
|
|
6
6
|
Requires-Dist: odoo==18.0.*
|
|
@@ -13,6 +13,11 @@ Classifier: Programming Language :: Python
|
|
|
13
13
|
Classifier: Framework :: Odoo
|
|
14
14
|
Classifier: Framework :: Odoo :: 18.0
|
|
15
15
|
Classifier: License :: OSI Approved :: GNU Affero General Public License v3
|
|
16
|
+
Description-Content-Type: text/x-rst
|
|
17
|
+
|
|
18
|
+
.. image:: https://odoo-community.org/readme-banner-image
|
|
19
|
+
:target: https://odoo-community.org/get-involved?utm_source=readme
|
|
20
|
+
:alt: Odoo Community Association
|
|
16
21
|
|
|
17
22
|
==================================
|
|
18
23
|
CAMT Format Bank Statements Import
|
|
@@ -23,13 +28,13 @@ CAMT Format Bank Statements Import
|
|
|
23
28
|
!! This file is generated by oca-gen-addon-readme !!
|
|
24
29
|
!! changes will be overwritten. !!
|
|
25
30
|
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
|
|
26
|
-
!! source digest: sha256:
|
|
31
|
+
!! source digest: sha256:6c2e2c00504d02e9a8ae9e1733e017684235cecbae00274167937acf465e8614
|
|
27
32
|
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
|
|
28
33
|
|
|
29
34
|
.. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png
|
|
30
35
|
:target: https://odoo-community.org/page/development-status
|
|
31
36
|
:alt: Beta
|
|
32
|
-
.. |badge2| image:: https://img.shields.io/badge/
|
|
37
|
+
.. |badge2| image:: https://img.shields.io/badge/license-AGPL--3-blue.png
|
|
33
38
|
:target: http://www.gnu.org/licenses/agpl-3.0-standalone.html
|
|
34
39
|
:alt: License: AGPL-3
|
|
35
40
|
.. |badge3| image:: https://img.shields.io/badge/github-OCA%2Fbank--statement--import-lightgray.png?logo=github
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
odoo/addons/account_statement_import_camt/README.rst,sha256=
|
|
1
|
+
odoo/addons/account_statement_import_camt/README.rst,sha256=BReBavL45RJ39_hRgZ3xsOW3KEU8jIUTMt292bJ1qis,3728
|
|
2
2
|
odoo/addons/account_statement_import_camt/__init__.py,sha256=X9EJGOE2GtZbS0G82PtSXmWSZ_R8jEM0rlJTDliQjp4,21
|
|
3
|
-
odoo/addons/account_statement_import_camt/__manifest__.py,sha256=
|
|
3
|
+
odoo/addons/account_statement_import_camt/__manifest__.py,sha256=YQ0Z6TpyeLzqtPdCo4INnEQTGJwsC0F79betiWhFuF0,492
|
|
4
4
|
odoo/addons/account_statement_import_camt/i18n/account_statement_import_camt.pot,sha256=8Eu99ffAjkLqdpTwcA4KLAGevhss1mQEMC7TfewTY1c,2650
|
|
5
5
|
odoo/addons/account_statement_import_camt/i18n/de.po,sha256=pNMF_ShipraFlQvc--hGsOZT_PyXWveKMAX9luptivY,6177
|
|
6
6
|
odoo/addons/account_statement_import_camt/i18n/es.po,sha256=OA6EzKvE1aIVRI2eH2lGEWFxH42y3kZFNrhvaCO5JJc,6983
|
|
@@ -10,7 +10,7 @@ odoo/addons/account_statement_import_camt/i18n/fr.po,sha256=oB1YBaUpxuUaezpBR3Bd
|
|
|
10
10
|
odoo/addons/account_statement_import_camt/i18n/fr_CH.po,sha256=kTqKeQVfiA06j3TX41BadhEefi_Y0fzhvfmDlV-mmao,6169
|
|
11
11
|
odoo/addons/account_statement_import_camt/i18n/gl.po,sha256=4m2fd7mH2wO2EcCQ6k6XHLRIwrGKtNnpjHxl5Sy7Adk,6187
|
|
12
12
|
odoo/addons/account_statement_import_camt/i18n/hr.po,sha256=bGNh8tmUGFlQp0XcR7EgPzU_S9enA03kUi51iimWKFw,6444
|
|
13
|
-
odoo/addons/account_statement_import_camt/i18n/it.po,sha256=
|
|
13
|
+
odoo/addons/account_statement_import_camt/i18n/it.po,sha256=uTfji2QFQj_vKNkDt9Angaq1QvtSo3h-nB5viqv7DiM,6714
|
|
14
14
|
odoo/addons/account_statement_import_camt/i18n/lt_LT.po,sha256=KRRiG8tU_PAwnAv0MNHcbtondlAg8q4Hkz_dtNj1kWM,6208
|
|
15
15
|
odoo/addons/account_statement_import_camt/i18n/nb_NO.po,sha256=oL8wQNS6MgSMl7cIeJvXFPfCsTMjaP-atONIPhzsOdI,6195
|
|
16
16
|
odoo/addons/account_statement_import_camt/i18n/nl.po,sha256=Pr6akbeUe8FOA-WmDBUvnYCjKKNppaSGOo13sqZ-0tM,6491
|
|
@@ -20,13 +20,13 @@ odoo/addons/account_statement_import_camt/i18n/sl.po,sha256=P36jwGI-VBcfkcKDIJxW
|
|
|
20
20
|
odoo/addons/account_statement_import_camt/models/__init__.py,sha256=GcZFZShUPuQXOQyG3sNbuRMzmr8nfyXUCl4iCZL5778,120
|
|
21
21
|
odoo/addons/account_statement_import_camt/models/account_journal.py,sha256=iPQuB4uZ9Xtz8dM6OgZLECelXvVtZiAhZFfOmgunhZw,438
|
|
22
22
|
odoo/addons/account_statement_import_camt/models/account_statement_import.py,sha256=mZ1aiJQLHX0uEdGlr9XgERZt3CPAEvwm5MaJrXd2ziI,1484
|
|
23
|
-
odoo/addons/account_statement_import_camt/models/account_statement_import_camt_parser.py,sha256=
|
|
23
|
+
odoo/addons/account_statement_import_camt/models/account_statement_import_camt_parser.py,sha256=hwUeimZhAipxYK_9069hVE7Wl-_4t53T-omt_6EtbqY,16511
|
|
24
24
|
odoo/addons/account_statement_import_camt/readme/CONTRIBUTORS.md,sha256=hZc54B8K1Texzl3EXZo3DToJQlvV_zCY5lUkBYQDfmM,398
|
|
25
25
|
odoo/addons/account_statement_import_camt/readme/CREDITS.md,sha256=IzGWZLT0XbHLCxRi-vnulPar3pBaTX6clPug8b7uvH4,174
|
|
26
26
|
odoo/addons/account_statement_import_camt/readme/DESCRIPTION.md,sha256=JF6P6jSlcI00WiuY_uWzp-VuAzlZsMh3rco3Hw2go7E,73
|
|
27
27
|
odoo/addons/account_statement_import_camt/readme/newsfragment/1_verbose_narration.feature,sha256=cKKbLxMpPc-CNfVB56VXvGdbh9-tR3RXTrKHNRLOBDA,902
|
|
28
28
|
odoo/addons/account_statement_import_camt/static/description/icon.png,sha256=6xBPJauaFOF0KDHfHgQopSc28kKvxMaeoQFQWZtfZDo,9455
|
|
29
|
-
odoo/addons/account_statement_import_camt/static/description/index.html,sha256=
|
|
29
|
+
odoo/addons/account_statement_import_camt/static/description/index.html,sha256=OaCxU7ueeUbD7CV0QdY17xD94ilNguhiu_ZjUUJGQ2U,14127
|
|
30
30
|
odoo/addons/account_statement_import_camt/tests/__init__.py,sha256=fbXubjUerAxsn870MhzwyT_uLaCIt7jWiD91l9FwsRo,41
|
|
31
31
|
odoo/addons/account_statement_import_camt/tests/test_import_bank_statement.py,sha256=5q6NrPuPtNHHs0RuvXXaGUdZB2pfIAthsOB7sIaxX2Y,7896
|
|
32
32
|
odoo/addons/account_statement_import_camt/tests/samples/golden-camt053-no-ntry.pydata,sha256=qy8rWuvdmrJDfrLsYTOoBWI5_p7kCJUcH0GB5TLaPQ0,17
|
|
@@ -39,7 +39,7 @@ odoo/addons/account_statement_import_camt/tests/samples/test-camt053-txdtls,sha2
|
|
|
39
39
|
odoo/addons/account_statement_import_camt/tests/samples/test-camt053.zip,sha256=7PBdW6gUth4FucG26-555dx46e9aAEzoJLRluCFaq8I,3111
|
|
40
40
|
odoo/addons/account_statement_import_camt/tests/samples/test-camt054,sha256=KmxxDrLbhICAML57Uf8OtIi_7Oml6cjnqxggQgKR0qg,3833
|
|
41
41
|
odoo/addons/account_statement_import_camt/views/account_bank_statement_import.xml,sha256=sig4XIO6sOcK4OluJJuSZs8ikWsIrJuOTZEWmDxmEL8,529
|
|
42
|
-
odoo_addon_account_statement_import_camt-18.0.1.0.
|
|
43
|
-
odoo_addon_account_statement_import_camt-18.0.1.0.
|
|
44
|
-
odoo_addon_account_statement_import_camt-18.0.1.0.
|
|
45
|
-
odoo_addon_account_statement_import_camt-18.0.1.0.
|
|
42
|
+
odoo_addon_account_statement_import_camt-18.0.1.0.1.dist-info/METADATA,sha256=FDgQJl2DTwyxUFZxM3KjC_C_vAg_gJiZ3QOrDgO1v0g,4366
|
|
43
|
+
odoo_addon_account_statement_import_camt-18.0.1.0.1.dist-info/WHEEL,sha256=ZhOvUsYhy81Dx67gN3TV0RchQWBIIzutDZaJODDg2Vo,81
|
|
44
|
+
odoo_addon_account_statement_import_camt-18.0.1.0.1.dist-info/top_level.txt,sha256=QE6RBQ0QX5f4eFuUcGgU5Kbq1A_qJcDs-e_vpr6pmfU,4
|
|
45
|
+
odoo_addon_account_statement_import_camt-18.0.1.0.1.dist-info/RECORD,,
|