odoo-addon-account-statement-import-camt 16.0.1.0.2.1__py3-none-any.whl → 16.0.1.0.3__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:5ffe9c10ed054fd24dee2d72407455312658c557b4578cf842c7291a58d4d0c8
14
+ !! source digest: sha256:9d8293e6b577cfbef0d781babea14bad29932db353312978a7af577068e092f6
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": "16.0.1.0.2",
5
+ "version": "16.0.1.0.3",
6
6
  "license": "AGPL-3",
7
7
  "author": "Therp BV, Odoo Community Association (OCA)",
8
8
  "website": "https://github.com/OCA/bank-statement-import",
@@ -269,7 +269,9 @@ class CamtParser(models.AbstractModel):
269
269
  "narration": {},
270
270
  "transaction_type": {},
271
271
  } # fallback defaults
272
- self.add_value_from_node(ns, node, "./ns:BookgDt/ns:Dt", transaction, "date")
272
+ self.add_value_from_node(
273
+ ns, node, "./ns:BookgDt/ns:Dt | ./ns:BookgDt/ns:DtTm", transaction, "date"
274
+ )
273
275
  amount = self.parse_amount(ns, node)
274
276
  if amount != 0.0:
275
277
  transaction["amount"] = amount
@@ -3,15 +3,16 @@
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
  /*
10
10
  :Author: David Goodger (goodger@python.org)
11
- :Id: $Id: html4css1.css 8954 2022-01-20 10:10:25Z milde $
11
+ :Id: $Id: html4css1.css 9511 2024-01-13 09:50:07Z milde $
12
12
  :Copyright: This stylesheet has been placed in the public domain.
13
13
 
14
14
  Default cascading style sheet for the HTML output of Docutils.
15
+ Despite the name, some widely supported CSS2 features are used.
15
16
 
16
17
  See https://docutils.sourceforge.io/docs/howto/html-stylesheets.html for how to
17
18
  customize this style sheet.
@@ -274,7 +275,7 @@ pre.literal-block, pre.doctest-block, pre.math, pre.code {
274
275
  margin-left: 2em ;
275
276
  margin-right: 2em }
276
277
 
277
- pre.code .ln { color: grey; } /* line numbers */
278
+ pre.code .ln { color: gray; } /* line numbers */
278
279
  pre.code, code { background-color: #eeeeee }
279
280
  pre.code .comment, code .comment { color: #5C6576 }
280
281
  pre.code .keyword, code .keyword { color: #3B0D06; font-weight: bold }
@@ -300,7 +301,7 @@ span.option {
300
301
  span.pre {
301
302
  white-space: pre }
302
303
 
303
- span.problematic {
304
+ span.problematic, pre.problematic {
304
305
  color: red }
305
306
 
306
307
  span.section-subtitle {
@@ -359,16 +360,21 @@ ul.auto-toc {
359
360
  </style>
360
361
  </head>
361
362
  <body>
362
- <div class="document" id="camt-format-bank-statements-import">
363
- <h1 class="title">CAMT Format Bank Statements Import</h1>
363
+ <div class="document">
364
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>
365
371
  <!-- !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
366
372
  !! This file is generated by oca-gen-addon-readme !!
367
373
  !! changes will be overwritten. !!
368
374
  !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
369
- !! source digest: sha256:5ffe9c10ed054fd24dee2d72407455312658c557b4578cf842c7291a58d4d0c8
375
+ !! source digest: sha256:9d8293e6b577cfbef0d781babea14bad29932db353312978a7af577068e092f6
370
376
  !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->
371
- <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/16.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-16-0/bank-statement-import-16-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=16.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/16.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-16-0/bank-statement-import-16-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=16.0"><img alt="Try me on Runboat" src="https://img.shields.io/badge/runboat-Try%20me-875A7B.png" /></a></p>
372
378
  <p>Module to import SEPA CAMT.053 and CAMT.054 Format bank statement files.</p>
373
379
  <p><strong>Table of contents</strong></p>
374
380
  <div class="contents local topic" id="contents">
@@ -384,7 +390,7 @@ ul.auto-toc {
384
390
  </ul>
385
391
  </div>
386
392
  <div class="section" id="bug-tracker">
387
- <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>
388
394
  <p>Bugs are tracked on <a class="reference external" href="https://github.com/OCA/bank-statement-import/issues">GitHub Issues</a>.
389
395
  In case of trouble, please check there if your issue has already been reported.
390
396
  If you spotted it first, help us to smash it by providing a detailed and welcomed
@@ -392,15 +398,15 @@ If you spotted it first, help us to smash it by providing a detailed and welcome
392
398
  <p>Do not contact contributors directly about support or help with technical issues.</p>
393
399
  </div>
394
400
  <div class="section" id="credits">
395
- <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>
396
402
  <div class="section" id="authors">
397
- <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>
398
404
  <ul class="simple">
399
405
  <li>Therp BV</li>
400
406
  </ul>
401
407
  </div>
402
408
  <div class="section" id="contributors">
403
- <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>
404
410
  <ul>
405
411
  <li><p class="first">Holger Brunn &lt;<a class="reference external" href="mailto:hbrunn&#64;therp.nl">hbrunn&#64;therp.nl</a>&gt;</p>
406
412
  </li>
@@ -424,13 +430,15 @@ If you spotted it first, help us to smash it by providing a detailed and welcome
424
430
  </ul>
425
431
  </div>
426
432
  <div class="section" id="other-credits">
427
- <h2><a class="toc-backref" href="#toc-entry-5">Other credits</a></h2>
433
+ <h3><a class="toc-backref" href="#toc-entry-5">Other credits</a></h3>
428
434
  <p>The migration of this module from 15.0 to 16.0 was financially supported by Camptocamp</p>
429
435
  </div>
430
436
  <div class="section" id="maintainers">
431
- <h2><a class="toc-backref" href="#toc-entry-6">Maintainers</a></h2>
437
+ <h3><a class="toc-backref" href="#toc-entry-6">Maintainers</a></h3>
432
438
  <p>This module is maintained by the OCA.</p>
433
- <a class="reference external image-reference" href="https://odoo-community.org"><img alt="Odoo Community Association" src="https://odoo-community.org/logo.png" /></a>
439
+ <a class="reference external image-reference" href="https://odoo-community.org">
440
+ <img alt="Odoo Community Association" src="https://odoo-community.org/logo.png" />
441
+ </a>
434
442
  <p>OCA, or the Odoo Community Association, is a nonprofit organization whose
435
443
  mission is to support the collaborative development of Odoo features and
436
444
  promote its widespread use.</p>
@@ -439,5 +447,6 @@ promote its widespread use.</p>
439
447
  </div>
440
448
  </div>
441
449
  </div>
450
+ </div>
442
451
  </body>
443
452
  </html>
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: odoo-addon-account_statement_import_camt
3
- Version: 16.0.1.0.2.1
3
+ Version: 16.0.1.0.3
4
4
  Summary: CAMT Format Bank Statements Import
5
5
  Home-page: https://github.com/OCA/bank-statement-import
6
6
  Author: Therp BV, Odoo Community Association (OCA)
@@ -11,8 +11,12 @@ Classifier: Framework :: Odoo
11
11
  Classifier: Framework :: Odoo :: 16.0
12
12
  Classifier: License :: OSI Approved :: GNU Affero General Public License v3
13
13
  Requires-Python: >=3.10
14
- Requires-Dist: odoo-addon-account-statement-import-file <16.1dev,>=16.0dev
15
- Requires-Dist: odoo <16.1dev,>=16.0a
14
+ Requires-Dist: odoo-addon-account-statement-import-file<16.1dev,>=16.0dev
15
+ Requires-Dist: odoo<16.1dev,>=16.0a
16
+
17
+ .. image:: https://odoo-community.org/readme-banner-image
18
+ :target: https://odoo-community.org/get-involved?utm_source=readme
19
+ :alt: Odoo Community Association
16
20
 
17
21
  ==================================
18
22
  CAMT Format Bank Statements Import
@@ -23,13 +27,13 @@ CAMT Format Bank Statements Import
23
27
  !! This file is generated by oca-gen-addon-readme !!
24
28
  !! changes will be overwritten. !!
25
29
  !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
26
- !! source digest: sha256:5ffe9c10ed054fd24dee2d72407455312658c557b4578cf842c7291a58d4d0c8
30
+ !! source digest: sha256:9d8293e6b577cfbef0d781babea14bad29932db353312978a7af577068e092f6
27
31
  !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
28
32
 
29
33
  .. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png
30
34
  :target: https://odoo-community.org/page/development-status
31
35
  :alt: Beta
32
- .. |badge2| image:: https://img.shields.io/badge/licence-AGPL--3-blue.png
36
+ .. |badge2| image:: https://img.shields.io/badge/license-AGPL--3-blue.png
33
37
  :target: http://www.gnu.org/licenses/agpl-3.0-standalone.html
34
38
  :alt: License: AGPL-3
35
39
  .. |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=EjxteDYP5A92UJic1S0E3tsoPfqtWDMb-vN9vawONoE,3421
1
+ odoo/addons/account_statement_import_camt/README.rst,sha256=VeuXY-kMEKFKf7D0-9qj7vc40p59xeHLNgWMYgBDNWM,3586
2
2
  odoo/addons/account_statement_import_camt/__init__.py,sha256=X9EJGOE2GtZbS0G82PtSXmWSZ_R8jEM0rlJTDliQjp4,21
3
- odoo/addons/account_statement_import_camt/__manifest__.py,sha256=XcZJD5EGmc9MnVvdyBpbPpmMzNafU1z-R8zoLkM2lcg,492
3
+ odoo/addons/account_statement_import_camt/__manifest__.py,sha256=2XX7orivimn18Bq_e_kGY8Noc1bmNFsVq18fOVdIr_0,492
4
4
  odoo/addons/account_statement_import_camt/i18n/account_statement_import_camt.pot,sha256=1QIY9BFl224v05F-up1yk97RSn0Ecp_Gj5UsxZfHB84,5835
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
@@ -22,13 +22,13 @@ odoo/addons/account_statement_import_camt/models/account_bank_statement_line.py,
22
22
  odoo/addons/account_statement_import_camt/models/account_journal.py,sha256=RE1k4mJNaWxTacwWrZEjlEI7b0HKByRXYCngR71_VYg,480
23
23
  odoo/addons/account_statement_import_camt/models/account_statement_import.py,sha256=6w7m7-1eeWuo3juaVe6AloiuvDZnTkU4Zbs4Fm6KruY,1451
24
24
  odoo/addons/account_statement_import_camt/models/bank_statement.py,sha256=JQIdhsLpU_Z4OPNTNvKN5dsAISeKR0Ls4LeCI_otGmo,406
25
- odoo/addons/account_statement_import_camt/models/parser.py,sha256=KodZbV3wzsYpjAgV-S3XCXyB89rys5LAT8j1joT7V4Q,16689
25
+ odoo/addons/account_statement_import_camt/models/parser.py,sha256=mPrpmvZy-JCrv-mkZmVawIUJNhQftxo5M4FTriCsTv8,16734
26
26
  odoo/addons/account_statement_import_camt/readme/CONTRIBUTORS.rst,sha256=AA9tD-Vwq_KR3eBH08b4wML38hgI-3d2qjeuGIZVCyc,316
27
27
  odoo/addons/account_statement_import_camt/readme/CREDITS.rst,sha256=XtPazYj6oqxvg62KjKqErJ8pssTcghFavMtYTDMOozc,87
28
28
  odoo/addons/account_statement_import_camt/readme/DESCRIPTION.rst,sha256=JF6P6jSlcI00WiuY_uWzp-VuAzlZsMh3rco3Hw2go7E,73
29
29
  odoo/addons/account_statement_import_camt/readme/newsfragment/1_verbose_narration.feature,sha256=cKKbLxMpPc-CNfVB56VXvGdbh9-tR3RXTrKHNRLOBDA,902
30
30
  odoo/addons/account_statement_import_camt/static/description/icon.png,sha256=6xBPJauaFOF0KDHfHgQopSc28kKvxMaeoQFQWZtfZDo,9455
31
- odoo/addons/account_statement_import_camt/static/description/index.html,sha256=nD3fqyr0gcNs8wdYw4EtSPVEzsvIYBZQl7afB7q1Bjk,13616
31
+ odoo/addons/account_statement_import_camt/static/description/index.html,sha256=fapVO4S8v2zeIIpyzo-R3aHpVwtm43PziZmYkbeNuto,13902
32
32
  odoo/addons/account_statement_import_camt/test_files/golden-camt053-no-ntry.pydata,sha256=qy8rWuvdmrJDfrLsYTOoBWI5_p7kCJUcH0GB5TLaPQ0,17
33
33
  odoo/addons/account_statement_import_camt/test_files/golden-camt053-txdtls.pydata,sha256=kHTIOdIXcs6vGLT13h9Hih2BIdbzFrwYeTOvvhJvSCA,3317
34
34
  odoo/addons/account_statement_import_camt/test_files/golden-camt053.pydata,sha256=Tc4sDXnTINTnW5yg07UsO53fomzto7vUU_cm0EyviQQ,6255
@@ -41,7 +41,7 @@ odoo/addons/account_statement_import_camt/test_files/test-camt054,sha256=KmxxDrL
41
41
  odoo/addons/account_statement_import_camt/tests/__init__.py,sha256=fbXubjUerAxsn870MhzwyT_uLaCIt7jWiD91l9FwsRo,41
42
42
  odoo/addons/account_statement_import_camt/tests/test_import_bank_statement.py,sha256=8HVAvQYdyS0u1L7BmPuZQsENC2UwB6OKVgUWCS6A7LU,7962
43
43
  odoo/addons/account_statement_import_camt/views/account_bank_statement_import.xml,sha256=sig4XIO6sOcK4OluJJuSZs8ikWsIrJuOTZEWmDxmEL8,529
44
- odoo_addon_account_statement_import_camt-16.0.1.0.2.1.dist-info/METADATA,sha256=S56oCYCYgu_o09MAI2xAxiW3_n5rP-j-4dDDHom1MIg,4044
45
- odoo_addon_account_statement_import_camt-16.0.1.0.2.1.dist-info/WHEEL,sha256=GJ7t_kWBFywbagK5eo9IoUwLW6oyOeTKmQ-9iHFVNxQ,92
46
- odoo_addon_account_statement_import_camt-16.0.1.0.2.1.dist-info/top_level.txt,sha256=qBj40grFkGOfDZ2WDSw3y1RnDlgG0u8rP8pvGNdbz4w,5
47
- odoo_addon_account_statement_import_camt-16.0.1.0.2.1.dist-info/RECORD,,
44
+ odoo_addon_account_statement_import_camt-16.0.1.0.3.dist-info/METADATA,sha256=Qg4bzb4ZvZhHKopViVgGLDubDyrxwfLAajJLY1KBNf4,4205
45
+ odoo_addon_account_statement_import_camt-16.0.1.0.3.dist-info/WHEEL,sha256=tZoeGjtWxWRfdplE7E3d45VPlLNQnvbKiYnx7gwAy8A,92
46
+ odoo_addon_account_statement_import_camt-16.0.1.0.3.dist-info/top_level.txt,sha256=qBj40grFkGOfDZ2WDSw3y1RnDlgG0u8rP8pvGNdbz4w,5
47
+ odoo_addon_account_statement_import_camt-16.0.1.0.3.dist-info/RECORD,,
@@ -1,5 +1,5 @@
1
1
  Wheel-Version: 1.0
2
- Generator: bdist_wheel (0.43.0)
2
+ Generator: bdist_wheel (0.45.1)
3
3
  Root-Is-Purelib: true
4
4
  Tag: py3-none-any
5
5