odoo-addon-account-statement-import-camt 18.0.1.0.0.3__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.
@@ -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:11453ce65a49e28eff92457faaa80d469e0f2687c525419344e424b761ee3f04
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/licence-AGPL--3-blue.png
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.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",
@@ -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(ns, node, "./ns:BookgDt/ns:Dt", transaction, "date")
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>CAMT Format Bank Statements Import</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" id="camt-format-bank-statements-import">
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:11453ce65a49e28eff92457faaa80d469e0f2687c525419344e424b761ee3f04
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/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_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&amp;target_branch=18.0"><img alt="Try me on Runboat" src="https://img.shields.io/badge/runboat-Try%20me-875A7B.png" /></a></p>
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&amp;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
- <h1><a class="toc-backref" href="#toc-entry-1">Bug Tracker</a></h1>
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
- <h1><a class="toc-backref" href="#toc-entry-2">Credits</a></h1>
401
+ <h2><a class="toc-backref" href="#toc-entry-2">Credits</a></h2>
397
402
  <div class="section" id="authors">
398
- <h2><a class="toc-backref" href="#toc-entry-3">Authors</a></h2>
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
- <h2><a class="toc-backref" href="#toc-entry-4">Contributors</a></h2>
409
+ <h3><a class="toc-backref" href="#toc-entry-4">Contributors</a></h3>
405
410
  <ul>
406
411
  <li><p class="first">Holger Brunn &lt;<a class="reference external" href="mailto:mail&#64;hunki-enterprises.com">mail&#64;hunki-enterprises.com</a>&gt;</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
- <h2><a class="toc-backref" href="#toc-entry-5">Other credits</a></h2>
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
- <h2><a class="toc-backref" href="#toc-entry-6">Maintainers</a></h2>
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.0.3
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:11453ce65a49e28eff92457faaa80d469e0f2687c525419344e424b761ee3f04
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/licence-AGPL--3-blue.png
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=gPc_fBmpe2WTomGp2TJgOqtlE4-PfuPx7d73CdifVag,3563
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=x0JcRbCqfXfltpzuuIMpmlT1DMDbha5DE4WDzkqVk0c,492
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
@@ -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=gJyKxxoMvFF15K-m3eG2MQ8ZvjAZWnLCgYaAL_iuq48,16466
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=8pLIeDKjwzygIgSDwSUi6jITgp5uzPd88tNM1DjaXk0,13924
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.0.3.dist-info/METADATA,sha256=zW_zD2jL0JthD7demCkPKCvseXdtyKPWl-8sMOLc6IE,4166
43
- odoo_addon_account_statement_import_camt-18.0.1.0.0.3.dist-info/WHEEL,sha256=9fEMia4zL7ZuZbnCOrcYogUhmn4XFIVaJ8G4YGI31xc,81
44
- odoo_addon_account_statement_import_camt-18.0.1.0.0.3.dist-info/top_level.txt,sha256=QE6RBQ0QX5f4eFuUcGgU5Kbq1A_qJcDs-e_vpr6pmfU,4
45
- odoo_addon_account_statement_import_camt-18.0.1.0.0.3.dist-info/RECORD,,
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,,
@@ -1,5 +1,5 @@
1
1
  Wheel-Version: 1.0
2
- Generator: Whool 1.2
2
+ Generator: Whool 1.3
3
3
  Root-Is-Purelib: true
4
4
  Tag: py3-none-any
5
5