odoo-addon-account-statement-import-sheet-file 17.0.1.1.0.1__py3-none-any.whl → 17.0.1.1.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_sheet_file/README.rst +6 -2
- odoo/addons/account_statement_import_sheet_file/__manifest__.py +1 -1
- odoo/addons/account_statement_import_sheet_file/i18n/it.po +7 -7
- odoo/addons/account_statement_import_sheet_file/models/account_statement_import_sheet_parser.py +8 -0
- odoo/addons/account_statement_import_sheet_file/static/description/index.html +20 -14
- {odoo_addon_account_statement_import_sheet_file-17.0.1.1.0.1.dist-info → odoo_addon_account_statement_import_sheet_file-17.0.1.1.1.dist-info}/METADATA +7 -3
- {odoo_addon_account_statement_import_sheet_file-17.0.1.1.0.1.dist-info → odoo_addon_account_statement_import_sheet_file-17.0.1.1.1.dist-info}/RECORD +9 -9
- {odoo_addon_account_statement_import_sheet_file-17.0.1.1.0.1.dist-info → odoo_addon_account_statement_import_sheet_file-17.0.1.1.1.dist-info}/WHEEL +0 -0
- {odoo_addon_account_statement_import_sheet_file-17.0.1.1.0.1.dist-info → odoo_addon_account_statement_import_sheet_file-17.0.1.1.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
|
Bank Statement TXT/CSV/XLSX Import
|
|
3
7
|
==================================
|
|
@@ -7,13 +11,13 @@ Bank Statement TXT/CSV/XLSX 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:9237c0766961a85cec5d805a1e2853e70d26899b1a91b875e0456d1ab19c3385
|
|
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
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
{
|
|
6
6
|
"name": "Bank Statement TXT/CSV/XLSX Import",
|
|
7
7
|
"summary": "Import TXT/CSV or XLSX files as Bank Statements in Odoo",
|
|
8
|
-
"version": "17.0.1.1.
|
|
8
|
+
"version": "17.0.1.1.1",
|
|
9
9
|
"category": "Accounting",
|
|
10
10
|
"website": "https://github.com/OCA/bank-statement-import",
|
|
11
11
|
"author": "ForgeFlow, CorporateHub, Odoo Community Association (OCA)",
|
|
@@ -7,7 +7,7 @@ msgstr ""
|
|
|
7
7
|
"Project-Id-Version: Odoo Server 14.0\n"
|
|
8
8
|
"Report-Msgid-Bugs-To: \n"
|
|
9
9
|
"POT-Creation-Date: 2023-10-18 06:13+0000\n"
|
|
10
|
-
"PO-Revision-Date: 2024-05
|
|
10
|
+
"PO-Revision-Date: 2024-12-05 12:06+0000\n"
|
|
11
11
|
"Last-Translator: mymage <stefano.consolaro@mymage.it>\n"
|
|
12
12
|
"Language-Team: none\n"
|
|
13
13
|
"Language: it\n"
|
|
@@ -15,7 +15,7 @@ msgstr ""
|
|
|
15
15
|
"Content-Type: text/plain; charset=UTF-8\n"
|
|
16
16
|
"Content-Transfer-Encoding: 8bit\n"
|
|
17
17
|
"Plural-Forms: nplurals=2; plural=n != 1;\n"
|
|
18
|
-
"X-Generator: Weblate
|
|
18
|
+
"X-Generator: Weblate 5.6.2\n"
|
|
19
19
|
|
|
20
20
|
#. module: account_statement_import_sheet_file
|
|
21
21
|
#. odoo-python
|
|
@@ -64,7 +64,7 @@ msgstr "Conto: %s; "
|
|
|
64
64
|
#. module: account_statement_import_sheet_file
|
|
65
65
|
#: model:ir.model.fields,help:account_statement_import_sheet_file.field_account_statement_import_sheet_mapping__skip_empty_lines
|
|
66
66
|
msgid "Allows to skip empty lines"
|
|
67
|
-
msgstr ""
|
|
67
|
+
msgstr "Consente di saltare righe vuote"
|
|
68
68
|
|
|
69
69
|
#. module: account_statement_import_sheet_file
|
|
70
70
|
#: model:ir.model.fields,field_description:account_statement_import_sheet_file.field_account_statement_import_sheet_mapping__amount_column
|
|
@@ -138,7 +138,7 @@ msgstr "Colonne"
|
|
|
138
138
|
#. module: account_statement_import_sheet_file
|
|
139
139
|
#: model:ir.model.fields,help:account_statement_import_sheet_file.field_account_statement_import_sheet_mapping__offset_column
|
|
140
140
|
msgid "Columns to ignore before starting to parse"
|
|
141
|
-
msgstr ""
|
|
141
|
+
msgstr "Colonne da ignorare prima di iniziare l'elaborazione"
|
|
142
142
|
|
|
143
143
|
#. module: account_statement_import_sheet_file
|
|
144
144
|
#: model:ir.model.fields,field_description:account_statement_import_sheet_file.field_account_statement_import_sheet_mapping__create_uid
|
|
@@ -365,14 +365,14 @@ msgstr "Colonna Note"
|
|
|
365
365
|
#. module: account_statement_import_sheet_file
|
|
366
366
|
#: model:ir.model.fields,field_description:account_statement_import_sheet_file.field_account_statement_import_sheet_mapping__offset_column
|
|
367
367
|
msgid "Offset Column"
|
|
368
|
-
msgstr ""
|
|
368
|
+
msgstr "Colonna offset"
|
|
369
369
|
|
|
370
370
|
#. module: account_statement_import_sheet_file
|
|
371
371
|
#. odoo-python
|
|
372
372
|
#: code:addons/account_statement_import_sheet_file/models/account_statement_import_sheet_mapping.py:0
|
|
373
373
|
#, python-format
|
|
374
374
|
msgid "Offsets cannot be negative"
|
|
375
|
-
msgstr ""
|
|
375
|
+
msgstr "L'offset non può essere negativo"
|
|
376
376
|
|
|
377
377
|
#. module: account_statement_import_sheet_file
|
|
378
378
|
#: model:ir.model.fields,field_description:account_statement_import_sheet_file.field_account_statement_import_sheet_mapping__original_amount_column
|
|
@@ -445,7 +445,7 @@ msgstr ""
|
|
|
445
445
|
#. module: account_statement_import_sheet_file
|
|
446
446
|
#: model:ir.model.fields,field_description:account_statement_import_sheet_file.field_account_statement_import_sheet_mapping__skip_empty_lines
|
|
447
447
|
msgid "Skip Empty Lines"
|
|
448
|
-
msgstr ""
|
|
448
|
+
msgstr "Salta righe vuote"
|
|
449
449
|
|
|
450
450
|
#. module: account_statement_import_sheet_file
|
|
451
451
|
#: model_terms:ir.ui.view,arch_db:account_statement_import_sheet_file.view_account_journal_form_n43
|
odoo/addons/account_statement_import_sheet_file/models/account_statement_import_sheet_parser.py
CHANGED
|
@@ -348,6 +348,14 @@ class AccountStatementImportSheetParser(models.TransientModel):
|
|
|
348
348
|
|
|
349
349
|
if isinstance(timestamp, str):
|
|
350
350
|
timestamp = datetime.strptime(timestamp, mapping.timestamp_format)
|
|
351
|
+
if timestamp.year == 1900:
|
|
352
|
+
# No year indicated, so put the current or previous one depending
|
|
353
|
+
# on the current month (i.e. in January, importing December)
|
|
354
|
+
now = datetime.now()
|
|
355
|
+
year = now.year
|
|
356
|
+
if timestamp.month > now.month:
|
|
357
|
+
year -= 1
|
|
358
|
+
timestamp = timestamp.replace(year=year)
|
|
351
359
|
|
|
352
360
|
if balance:
|
|
353
361
|
balance = self._parse_decimal(balance, mapping)
|
|
@@ -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">Bank Statement TXT/CSV/XLSX 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="bank-statement-txt-csv-xlsx-import">
|
|
370
|
+
<h1>Bank Statement TXT/CSV/XLSX 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:9237c0766961a85cec5d805a1e2853e70d26899b1a91b875e0456d1ab19c3385
|
|
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/17.0/account_statement_import_sheet_file"><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_sheet_file"><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=17.0"><img alt="Try me on Runboat" src="https://img.shields.io/badge/runboat-Try%20me-875A7B.png" /></a></p>
|
|
373
378
|
<p>This module allows you to import any TXT/CSV or XLSX file in Odoo as
|
|
374
379
|
bank statements.</p>
|
|
375
380
|
<p><strong>Table of contents</strong></p>
|
|
@@ -391,7 +396,7 @@ bank statements.</p>
|
|
|
391
396
|
</ul>
|
|
392
397
|
</div>
|
|
393
398
|
<div class="section" id="configuration">
|
|
394
|
-
<
|
|
399
|
+
<h2><a class="toc-backref" href="#toc-entry-1">Configuration</a></h2>
|
|
395
400
|
<p>To create TXT/CSV/XLSX statement sheet columns mapping:</p>
|
|
396
401
|
<ol class="arabic simple">
|
|
397
402
|
<li>Open <em>Invoicing > Configuration > Accounting > Statement Sheet
|
|
@@ -401,7 +406,7 @@ format</li>
|
|
|
401
406
|
</ol>
|
|
402
407
|
</div>
|
|
403
408
|
<div class="section" id="usage">
|
|
404
|
-
<
|
|
409
|
+
<h2><a class="toc-backref" href="#toc-entry-2">Usage</a></h2>
|
|
405
410
|
<p>To use this module, you need to:</p>
|
|
406
411
|
<ol class="arabic simple">
|
|
407
412
|
<li>Get statement in TXT/CSV or XLSX from your online banking software</li>
|
|
@@ -410,9 +415,9 @@ format</li>
|
|
|
410
415
|
</ol>
|
|
411
416
|
</div>
|
|
412
417
|
<div class="section" id="changelog">
|
|
413
|
-
<
|
|
418
|
+
<h2><a class="toc-backref" href="#toc-entry-3">Changelog</a></h2>
|
|
414
419
|
<div class="section" id="section-1">
|
|
415
|
-
<
|
|
420
|
+
<h3><a class="toc-backref" href="#toc-entry-4">12.0.2.0.0</a></h3>
|
|
416
421
|
<ul class="simple">
|
|
417
422
|
<li>[BREAKING] New mapping, please review mappings after upgrade.</li>
|
|
418
423
|
<li>[BREAKING] Different bank accounts have to be used per each currency.</li>
|
|
@@ -422,7 +427,7 @@ format</li>
|
|
|
422
427
|
</div>
|
|
423
428
|
</div>
|
|
424
429
|
<div class="section" id="bug-tracker">
|
|
425
|
-
<
|
|
430
|
+
<h2><a class="toc-backref" href="#toc-entry-5">Bug Tracker</a></h2>
|
|
426
431
|
<p>Bugs are tracked on <a class="reference external" href="https://github.com/OCA/bank-statement-import/issues">GitHub Issues</a>.
|
|
427
432
|
In case of trouble, please check there if your issue has already been reported.
|
|
428
433
|
If you spotted it first, help us to smash it by providing a detailed and welcomed
|
|
@@ -430,16 +435,16 @@ If you spotted it first, help us to smash it by providing a detailed and welcome
|
|
|
430
435
|
<p>Do not contact contributors directly about support or help with technical issues.</p>
|
|
431
436
|
</div>
|
|
432
437
|
<div class="section" id="credits">
|
|
433
|
-
<
|
|
438
|
+
<h2><a class="toc-backref" href="#toc-entry-6">Credits</a></h2>
|
|
434
439
|
<div class="section" id="authors">
|
|
435
|
-
<
|
|
440
|
+
<h3><a class="toc-backref" href="#toc-entry-7">Authors</a></h3>
|
|
436
441
|
<ul class="simple">
|
|
437
442
|
<li>ForgeFlow</li>
|
|
438
443
|
<li>CorporateHub</li>
|
|
439
444
|
</ul>
|
|
440
445
|
</div>
|
|
441
446
|
<div class="section" id="contributors">
|
|
442
|
-
<
|
|
447
|
+
<h3><a class="toc-backref" href="#toc-entry-8">Contributors</a></h3>
|
|
443
448
|
<ul class="simple">
|
|
444
449
|
<li>Alexis de Lattre <<a class="reference external" href="mailto:alexis.delattre@akretion.com">alexis.delattre@akretion.com</a>></li>
|
|
445
450
|
<li>Sebastien BEAU <<a class="reference external" href="mailto:sebastien.beau@akretion.com">sebastien.beau@akretion.com</a>></li>
|
|
@@ -463,7 +468,7 @@ If you spotted it first, help us to smash it by providing a detailed and welcome
|
|
|
463
468
|
</ul>
|
|
464
469
|
</div>
|
|
465
470
|
<div class="section" id="maintainers">
|
|
466
|
-
<
|
|
471
|
+
<h3><a class="toc-backref" href="#toc-entry-9">Maintainers</a></h3>
|
|
467
472
|
<p>This module is maintained by the OCA.</p>
|
|
468
473
|
<a class="reference external image-reference" href="https://odoo-community.org">
|
|
469
474
|
<img alt="Odoo Community Association" src="https://odoo-community.org/logo.png" />
|
|
@@ -478,5 +483,6 @@ promote its widespread use.</p>
|
|
|
478
483
|
</div>
|
|
479
484
|
</div>
|
|
480
485
|
</div>
|
|
486
|
+
</div>
|
|
481
487
|
</body>
|
|
482
488
|
</html>
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: odoo-addon-account_statement_import_sheet_file
|
|
3
|
-
Version: 17.0.1.1.
|
|
3
|
+
Version: 17.0.1.1.1
|
|
4
4
|
Requires-Python: >=3.10
|
|
5
5
|
Requires-Dist: chardet
|
|
6
6
|
Requires-Dist: odoo-addon-account_statement_import_file>=17.0dev,<17.1dev
|
|
@@ -16,6 +16,10 @@ Classifier: Framework :: Odoo
|
|
|
16
16
|
Classifier: Framework :: Odoo :: 17.0
|
|
17
17
|
Classifier: License :: OSI Approved :: GNU Affero General Public License v3
|
|
18
18
|
|
|
19
|
+
.. image:: https://odoo-community.org/readme-banner-image
|
|
20
|
+
:target: https://odoo-community.org/get-involved?utm_source=readme
|
|
21
|
+
:alt: Odoo Community Association
|
|
22
|
+
|
|
19
23
|
==================================
|
|
20
24
|
Bank Statement TXT/CSV/XLSX Import
|
|
21
25
|
==================================
|
|
@@ -25,13 +29,13 @@ Bank Statement TXT/CSV/XLSX Import
|
|
|
25
29
|
!! This file is generated by oca-gen-addon-readme !!
|
|
26
30
|
!! changes will be overwritten. !!
|
|
27
31
|
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
|
|
28
|
-
!! source digest: sha256:
|
|
32
|
+
!! source digest: sha256:9237c0766961a85cec5d805a1e2853e70d26899b1a91b875e0456d1ab19c3385
|
|
29
33
|
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
|
|
30
34
|
|
|
31
35
|
.. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png
|
|
32
36
|
:target: https://odoo-community.org/page/development-status
|
|
33
37
|
:alt: Beta
|
|
34
|
-
.. |badge2| image:: https://img.shields.io/badge/
|
|
38
|
+
.. |badge2| image:: https://img.shields.io/badge/license-AGPL--3-blue.png
|
|
35
39
|
:target: http://www.gnu.org/licenses/agpl-3.0-standalone.html
|
|
36
40
|
:alt: License: AGPL-3
|
|
37
41
|
.. |badge3| image:: https://img.shields.io/badge/github-OCA%2Fbank--statement--import-lightgray.png?logo=github
|
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
odoo/addons/account_statement_import_sheet_file/README.rst,sha256=
|
|
1
|
+
odoo/addons/account_statement_import_sheet_file/README.rst,sha256=NAPI4JU6vhAhLnYRcsSjWOPmslUGr7OrvqObksVRzRw,4724
|
|
2
2
|
odoo/addons/account_statement_import_sheet_file/__init__.py,sha256=X9EJGOE2GtZbS0G82PtSXmWSZ_R8jEM0rlJTDliQjp4,21
|
|
3
|
-
odoo/addons/account_statement_import_sheet_file/__manifest__.py,sha256=
|
|
3
|
+
odoo/addons/account_statement_import_sheet_file/__manifest__.py,sha256=UbrcWL8xrWTTU1FL-QQPhoLDbCt8JYlprczAPt5XzBk,934
|
|
4
4
|
odoo/addons/account_statement_import_sheet_file/data/map_data.xml,sha256=nz_4CchVMF9pb_SI4I6UZAt2IBPxWapX37lU6J6sTJ0,1225
|
|
5
5
|
odoo/addons/account_statement_import_sheet_file/i18n/account_statement_import_sheet_file.pot,sha256=0bOWoJHO8rwi8ouPB7ui-M2O7Ht80-pXCZkJTq3k2Tg,27191
|
|
6
6
|
odoo/addons/account_statement_import_sheet_file/i18n/es.po,sha256=AZXEocNT6Gp7W8ZpanJ0MENVamkH-nXANZtiu7Y_fB4,32246
|
|
7
7
|
odoo/addons/account_statement_import_sheet_file/i18n/es_AR.po,sha256=HWVBRxFW7P1g2XunUS8wCyYW9mg0opw-IB8VvTK_mqY,30982
|
|
8
|
-
odoo/addons/account_statement_import_sheet_file/i18n/it.po,sha256=
|
|
8
|
+
odoo/addons/account_statement_import_sheet_file/i18n/it.po,sha256=B0Ig2xRyLqgGOMvgpI-bYRbjC78PMLs0c3OfSgM4ec8,32323
|
|
9
9
|
odoo/addons/account_statement_import_sheet_file/i18n/nl.po,sha256=fSlXjDI2lvODK-PzlwiEFa8zww1_GqtgANMSLriHxD8,28131
|
|
10
10
|
odoo/addons/account_statement_import_sheet_file/i18n/pt.po,sha256=fC01rVr5XDk5p6eWc11HG4PLve_I2u1uhNxT0vv9Is4,27612
|
|
11
11
|
odoo/addons/account_statement_import_sheet_file/i18n/tr.po,sha256=ywXWa4dSz1J2IZQg9v5vbJHi0T12tLFqe-pmtZjFJ2c,31357
|
|
@@ -14,7 +14,7 @@ odoo/addons/account_statement_import_sheet_file/models/__init__.py,sha256=RsEvd8
|
|
|
14
14
|
odoo/addons/account_statement_import_sheet_file/models/account_journal.py,sha256=F4_deAvNErZ6o1gkw9uhDrEnHyWXUKNvk09mzCVzTIw,562
|
|
15
15
|
odoo/addons/account_statement_import_sheet_file/models/account_statement_import.py,sha256=KWDYgO9-C1ZAF7JO9Qlq2ghROcJIwKhGp1CueTnA368,1932
|
|
16
16
|
odoo/addons/account_statement_import_sheet_file/models/account_statement_import_sheet_mapping.py,sha256=HDR7tcbzw-I6h_hKRNpCFTDiHvOtfgHeAgoFV-Fg_yY,9308
|
|
17
|
-
odoo/addons/account_statement_import_sheet_file/models/account_statement_import_sheet_parser.py,sha256=
|
|
17
|
+
odoo/addons/account_statement_import_sheet_file/models/account_statement_import_sheet_parser.py,sha256=3SiZ4e4MCKA6lXyE7HvNRYjRWpnifF0XgSBwOD4F2i4,18766
|
|
18
18
|
odoo/addons/account_statement_import_sheet_file/readme/CONFIGURE.md,sha256=1Z-fR-OJrU8oshmBIcFA3yBd4evqZSgfqezqPRs8RpY,226
|
|
19
19
|
odoo/addons/account_statement_import_sheet_file/readme/CONTRIBUTORS.md,sha256=Xuy8w1BQ1Nh6eVxGLjqVWXlzIMK7EAGf3whVsycey_Q,535
|
|
20
20
|
odoo/addons/account_statement_import_sheet_file/readme/DESCRIPTION.md,sha256=VFlOJ-nljwNW6S9uaZVNb_x6Gw1P0FLr6gHcV2-dHk4,86
|
|
@@ -22,7 +22,7 @@ odoo/addons/account_statement_import_sheet_file/readme/HISTORY.md,sha256=7y-Qd00
|
|
|
22
22
|
odoo/addons/account_statement_import_sheet_file/readme/USAGE.md,sha256=KcCNrSS7xVkRrpqfoZoL6VVkysu1dpOgRRNTfn2QH0c,190
|
|
23
23
|
odoo/addons/account_statement_import_sheet_file/security/ir.model.access.csv,sha256=ofB5jVirJJ3FQ-uWfKFD-DIg8Lh9bYLaUDQWnb9MkgM,685
|
|
24
24
|
odoo/addons/account_statement_import_sheet_file/static/description/icon.png,sha256=6xBPJauaFOF0KDHfHgQopSc28kKvxMaeoQFQWZtfZDo,9455
|
|
25
|
-
odoo/addons/account_statement_import_sheet_file/static/description/index.html,sha256=
|
|
25
|
+
odoo/addons/account_statement_import_sheet_file/static/description/index.html,sha256=6mei7oIx8YdbEigy_D9cF0q0XIOiWXQ07kVjvjX7GJc,15710
|
|
26
26
|
odoo/addons/account_statement_import_sheet_file/tests/__init__.py,sha256=f7vTpmONnfbbcMp5wZ1p7muSkyLC2vcDONaw2VGyiBw,121
|
|
27
27
|
odoo/addons/account_statement_import_sheet_file/tests/test_account_statement_import_sheet_file.py,sha256=qLDrS6cmMQZnh1yKkuhToFD1vKXr19s33Rb-TDKPRUY,31320
|
|
28
28
|
odoo/addons/account_statement_import_sheet_file/tests/fixtures/balance.csv,sha256=-7VrGM_IbKhOJzbX-bUMIsnd99uDIBkalTytlj2jVtk,209
|
|
@@ -45,7 +45,7 @@ odoo/addons/account_statement_import_sheet_file/tests/fixtures/sample_statement_
|
|
|
45
45
|
odoo/addons/account_statement_import_sheet_file/views/account_journal_views.xml,sha256=h3A5JmNGunmCybjD_Gx_v6PghhHy0TOqos3Bu5PHhTk,594
|
|
46
46
|
odoo/addons/account_statement_import_sheet_file/views/account_statement_import.xml,sha256=KhgiMxHjI5tq1RlkmDYOhejqrxN4mXLc5nT9EM9gQ5s,842
|
|
47
47
|
odoo/addons/account_statement_import_sheet_file/views/account_statement_import_sheet_mapping.xml,sha256=_NrwpFVmFcugUBoWBMTkHXp_s_Y1oZN9dec0ya-gkbc,6374
|
|
48
|
-
odoo_addon_account_statement_import_sheet_file-17.0.1.1.
|
|
49
|
-
odoo_addon_account_statement_import_sheet_file-17.0.1.1.
|
|
50
|
-
odoo_addon_account_statement_import_sheet_file-17.0.1.1.
|
|
51
|
-
odoo_addon_account_statement_import_sheet_file-17.0.1.1.
|
|
48
|
+
odoo_addon_account_statement_import_sheet_file-17.0.1.1.1.dist-info/METADATA,sha256=oaWgrJhZCpbVNDAEpDqArNdDwxPb9SJaAj3lBmd9JcE,5428
|
|
49
|
+
odoo_addon_account_statement_import_sheet_file-17.0.1.1.1.dist-info/WHEEL,sha256=9fEMia4zL7ZuZbnCOrcYogUhmn4XFIVaJ8G4YGI31xc,81
|
|
50
|
+
odoo_addon_account_statement_import_sheet_file-17.0.1.1.1.dist-info/top_level.txt,sha256=QE6RBQ0QX5f4eFuUcGgU5Kbq1A_qJcDs-e_vpr6pmfU,4
|
|
51
|
+
odoo_addon_account_statement_import_sheet_file-17.0.1.1.1.dist-info/RECORD,,
|
|
File without changes
|