odoo-addon-account-statement-import-camt 17.0.1.0.0.3__py3-none-any.whl → 17.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:a1b71f36ee91c7d89b3cf754ba711cd5d8e50cfb7f9742a9153ca74ce043d458
14
+ !! source digest: sha256:71e577c40b180fd12a126eb8bc063689573fc4a1e3ad94aef53b611c8abd51ba
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
@@ -56,21 +60,21 @@ Authors
56
60
  Contributors
57
61
  ------------
58
62
 
59
- - Holger Brunn <mail@hunki-enterprises.com>
63
+ - Holger Brunn <mail@hunki-enterprises.com>
60
64
 
61
- - Stefan Rijnhart <stefan.rijnhart@opener.amsterdam>
65
+ - Stefan Rijnhart <stefan.rijnhart@opener.amsterdam>
62
66
 
63
- - Ronald Portier <rportier@therp.nl>
67
+ - Ronald Portier <rportier@therp.nl>
64
68
 
65
- - Andrea Stirpe <a.stirpe@onestein.nl>
69
+ - Andrea Stirpe <a.stirpe@onestein.nl>
66
70
 
67
- - Maxence Groine <mgroine@fiefmanage.ch>
71
+ - Maxence Groine <mgroine@fiefmanage.ch>
68
72
 
69
- - Iryna Vyshnevska <i.vyshnevska@mobilunity.com>
73
+ - Iryna Vyshnevska <i.vyshnevska@mobilunity.com>
70
74
 
71
- - `Trobz <https://trobz.com>`__:
75
+ - `Trobz <https://trobz.com>`__:
72
76
 
73
- - Son Ho <sonhd@trobz.com>
77
+ - Son Ho <sonhd@trobz.com>
74
78
 
75
79
  Other credits
76
80
  -------------
@@ -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": "17.0.1.0.0",
5
+ "version": "17.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",
@@ -272,7 +272,9 @@ class AccountStatementImportCamtParser(models.AbstractModel):
272
272
  "narration": {},
273
273
  "transaction_type": {},
274
274
  } # fallback defaults
275
- self.add_value_from_node(ns, node, "./ns:BookgDt/ns:Dt", transaction, "date")
275
+ self.add_value_from_node(
276
+ ns, node, "./ns:BookgDt/ns:Dt | ./ns:BookgDt/ns:DtTm", transaction, "date"
277
+ )
276
278
  amount = self.parse_amount(ns, node)
277
279
  if amount != 0.0:
278
280
  transaction["amount"] = amount
@@ -2,18 +2,19 @@
2
2
  <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
3
3
  <head>
4
4
  <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
5
- <meta name="generator" content="Docutils: http://docutils.sourceforge.net/" />
6
- <title>CAMT Format Bank Statements Import</title>
5
+ <meta name="generator" content="Docutils: https://docutils.sourceforge.io/" />
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 7952 2016-07-26 18:15:59Z 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
- See http://docutils.sf.net/docs/howto/html-stylesheets.html for how to
17
+ See https://docutils.sourceforge.io/docs/howto/html-stylesheets.html for how to
17
18
  customize this style sheet.
18
19
  */
19
20
 
@@ -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,32 +360,37 @@ 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:a1b71f36ee91c7d89b3cf754ba711cd5d8e50cfb7f9742a9153ca74ce043d458
375
+ !! source digest: sha256:71e577c40b180fd12a126eb8bc063689573fc4a1e3ad94aef53b611c8abd51ba
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/17.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-17-0/bank-statement-import-17-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=17.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/17.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-17-0/bank-statement-import-17-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=17.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">
375
381
  <ul class="simple">
376
- <li><a class="reference internal" href="#bug-tracker" id="id1">Bug Tracker</a></li>
377
- <li><a class="reference internal" href="#credits" id="id2">Credits</a><ul>
378
- <li><a class="reference internal" href="#authors" id="id3">Authors</a></li>
379
- <li><a class="reference internal" href="#contributors" id="id4">Contributors</a></li>
380
- <li><a class="reference internal" href="#other-credits" id="id5">Other credits</a></li>
381
- <li><a class="reference internal" href="#maintainers" id="id6">Maintainers</a></li>
382
+ <li><a class="reference internal" href="#bug-tracker" id="toc-entry-1">Bug Tracker</a></li>
383
+ <li><a class="reference internal" href="#credits" id="toc-entry-2">Credits</a><ul>
384
+ <li><a class="reference internal" href="#authors" id="toc-entry-3">Authors</a></li>
385
+ <li><a class="reference internal" href="#contributors" id="toc-entry-4">Contributors</a></li>
386
+ <li><a class="reference internal" href="#other-credits" id="toc-entry-5">Other credits</a></li>
387
+ <li><a class="reference internal" href="#maintainers" id="toc-entry-6">Maintainers</a></li>
382
388
  </ul>
383
389
  </li>
384
390
  </ul>
385
391
  </div>
386
392
  <div class="section" id="bug-tracker">
387
- <h1><a class="toc-backref" href="#id1">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="#id2">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="#id3">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="#id4">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:mail&#64;hunki-enterprises.com">mail&#64;hunki-enterprises.com</a>&gt;</p>
406
412
  </li>
@@ -424,14 +430,16 @@ 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="#id5">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
429
435
  by Camptocamp</p>
430
436
  </div>
431
437
  <div class="section" id="maintainers">
432
- <h2><a class="toc-backref" href="#id6">Maintainers</a></h2>
438
+ <h3><a class="toc-backref" href="#toc-entry-6">Maintainers</a></h3>
433
439
  <p>This module is maintained by the OCA.</p>
434
- <a class="reference external image-reference" href="https://odoo-community.org"><img alt="Odoo Community Association" src="https://odoo-community.org/logo.png" /></a>
440
+ <a class="reference external image-reference" href="https://odoo-community.org">
441
+ <img alt="Odoo Community Association" src="https://odoo-community.org/logo.png" />
442
+ </a>
435
443
  <p>OCA, or the Odoo Community Association, is a nonprofit organization whose
436
444
  mission is to support the collaborative development of Odoo features and
437
445
  promote its widespread use.</p>
@@ -440,5 +448,6 @@ promote its widespread use.</p>
440
448
  </div>
441
449
  </div>
442
450
  </div>
451
+ </div>
443
452
  </body>
444
453
  </html>
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: odoo-addon-account_statement_import_camt
3
- Version: 17.0.1.0.0.3
3
+ Version: 17.0.1.0.1
4
4
  Requires-Python: >=3.10
5
5
  Requires-Dist: odoo-addon-account_statement_import_file>=17.0dev,<17.1dev
6
6
  Requires-Dist: odoo>=17.0a,<17.1dev
@@ -13,6 +13,11 @@ Classifier: Programming Language :: Python
13
13
  Classifier: Framework :: Odoo
14
14
  Classifier: Framework :: Odoo :: 17.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:a1b71f36ee91c7d89b3cf754ba711cd5d8e50cfb7f9742a9153ca74ce043d458
31
+ !! source digest: sha256:71e577c40b180fd12a126eb8bc063689573fc4a1e3ad94aef53b611c8abd51ba
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
@@ -72,21 +77,21 @@ Authors
72
77
  Contributors
73
78
  ------------
74
79
 
75
- - Holger Brunn <mail@hunki-enterprises.com>
80
+ - Holger Brunn <mail@hunki-enterprises.com>
76
81
 
77
- - Stefan Rijnhart <stefan.rijnhart@opener.amsterdam>
82
+ - Stefan Rijnhart <stefan.rijnhart@opener.amsterdam>
78
83
 
79
- - Ronald Portier <rportier@therp.nl>
84
+ - Ronald Portier <rportier@therp.nl>
80
85
 
81
- - Andrea Stirpe <a.stirpe@onestein.nl>
86
+ - Andrea Stirpe <a.stirpe@onestein.nl>
82
87
 
83
- - Maxence Groine <mgroine@fiefmanage.ch>
88
+ - Maxence Groine <mgroine@fiefmanage.ch>
84
89
 
85
- - Iryna Vyshnevska <i.vyshnevska@mobilunity.com>
90
+ - Iryna Vyshnevska <i.vyshnevska@mobilunity.com>
86
91
 
87
- - `Trobz <https://trobz.com>`__:
92
+ - `Trobz <https://trobz.com>`__:
88
93
 
89
- - Son Ho <sonhd@trobz.com>
94
+ - Son Ho <sonhd@trobz.com>
90
95
 
91
96
  Other credits
92
97
  -------------
@@ -1,6 +1,6 @@
1
- odoo/addons/account_statement_import_camt/README.rst,sha256=t_XHDYGWAhIrNSmY5F6MEbAxC-56EQrx350KfR3OKJo,3449
1
+ odoo/addons/account_statement_import_camt/README.rst,sha256=14hHom5cWtYSn_Berv3tvJ4EyQ-gUIZky4nvjXX54fI,3605
2
2
  odoo/addons/account_statement_import_camt/__init__.py,sha256=X9EJGOE2GtZbS0G82PtSXmWSZ_R8jEM0rlJTDliQjp4,21
3
- odoo/addons/account_statement_import_camt/__manifest__.py,sha256=RfbWKqNiO4YZSDHQZyCVU3AuM8V7n8hiuGVctiXmaYs,492
3
+ odoo/addons/account_statement_import_camt/__manifest__.py,sha256=-wRQ8p70nuk7SpiSk5u-cnN8AILsc7X85oTCG2taDkA,492
4
4
  odoo/addons/account_statement_import_camt/i18n/account_statement_import_camt.pot,sha256=MsWip6K3N-WDijpNL-1QiblF61wHEUFveezSVqssDFA,6107
5
5
  odoo/addons/account_statement_import_camt/i18n/de.po,sha256=6W5ZrYgger93MgFa0OBUdeF4JI4IQL3Nw1N2bs-yb2k,6598
6
6
  odoo/addons/account_statement_import_camt/i18n/es.po,sha256=DEHCPcpNJsyyPR-3hM-OpXcCV5GD0Skit4LzwHapBw0,7404
@@ -20,13 +20,13 @@ odoo/addons/account_statement_import_camt/i18n/sl.po,sha256=DX9GdMcryHyTUptN2TZr
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=_TwNZ0fKtszPxJ6CJSJG8zg5HyxMBUgZ7efK_CpKXBY,1447
23
- odoo/addons/account_statement_import_camt/models/account_statement_import_camt_parser.py,sha256=ldvyfAGS5QJx925TdUyZeFMBQo7t4Bl5wiiZLujcE2Q,16440
23
+ odoo/addons/account_statement_import_camt/models/account_statement_import_camt_parser.py,sha256=fpncrUlAAuL3nO2E0X_Tm_Y5vgWudP57bQ01GC4kSq8,16485
24
24
  odoo/addons/account_statement_import_camt/readme/CONTRIBUTORS.md,sha256=PdrCzYatbDrFUNl6BzC_7WoAvkpDgxx0ywdVPfGfAq0,359
25
25
  odoo/addons/account_statement_import_camt/readme/CREDITS.md,sha256=YP3UAmtN99a01txssowJnlWMSHoFGSrDmvhW_kir-dQ,87
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=MggAFifUYh51PRS0jHuPtKnr9z-NnHVLPm-HdpuxfeY,13533
29
+ odoo/addons/account_statement_import_camt/static/description/index.html,sha256=IM0ill0e_EH6YwOO3YdD_DQeTdn6RqLg1A3KF3SdY88,13924
30
30
  odoo/addons/account_statement_import_camt/test_files/golden-camt053-no-ntry.pydata,sha256=qy8rWuvdmrJDfrLsYTOoBWI5_p7kCJUcH0GB5TLaPQ0,17
31
31
  odoo/addons/account_statement_import_camt/test_files/golden-camt053-txdtls.pydata,sha256=s8KL0fkDiKVvnwQAZiupmJNvpdZ4T-GfWrLktMKIRWk,3123
32
32
  odoo/addons/account_statement_import_camt/test_files/golden-camt053.pydata,sha256=Tc4sDXnTINTnW5yg07UsO53fomzto7vUU_cm0EyviQQ,6255
@@ -39,7 +39,7 @@ odoo/addons/account_statement_import_camt/test_files/test-camt054,sha256=KmxxDrL
39
39
  odoo/addons/account_statement_import_camt/tests/__init__.py,sha256=fbXubjUerAxsn870MhzwyT_uLaCIt7jWiD91l9FwsRo,41
40
40
  odoo/addons/account_statement_import_camt/tests/test_import_bank_statement.py,sha256=CC_aQ8iFGIm0wdb1cSyJhPq6IfiTGcZq7XFQNkxkU48,7887
41
41
  odoo/addons/account_statement_import_camt/views/account_bank_statement_import.xml,sha256=sig4XIO6sOcK4OluJJuSZs8ikWsIrJuOTZEWmDxmEL8,529
42
- odoo_addon_account_statement_import_camt-17.0.1.0.0.3.dist-info/METADATA,sha256=wy5pKoMqf477dhv8YNjuNoDpjGjAHFCbdMCJ73hXCdU,4070
43
- odoo_addon_account_statement_import_camt-17.0.1.0.0.3.dist-info/WHEEL,sha256=9fEMia4zL7ZuZbnCOrcYogUhmn4XFIVaJ8G4YGI31xc,81
44
- odoo_addon_account_statement_import_camt-17.0.1.0.0.3.dist-info/top_level.txt,sha256=QE6RBQ0QX5f4eFuUcGgU5Kbq1A_qJcDs-e_vpr6pmfU,4
45
- odoo_addon_account_statement_import_camt-17.0.1.0.0.3.dist-info/RECORD,,
42
+ odoo_addon_account_statement_import_camt-17.0.1.0.1.dist-info/METADATA,sha256=uB7JXoJZeERIc9RGW0w0OcPvPAXfIftlFbahfIuNhY8,4261
43
+ odoo_addon_account_statement_import_camt-17.0.1.0.1.dist-info/WHEEL,sha256=ZhOvUsYhy81Dx67gN3TV0RchQWBIIzutDZaJODDg2Vo,81
44
+ odoo_addon_account_statement_import_camt-17.0.1.0.1.dist-info/top_level.txt,sha256=QE6RBQ0QX5f4eFuUcGgU5Kbq1A_qJcDs-e_vpr6pmfU,4
45
+ odoo_addon_account_statement_import_camt-17.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