odoo-addon-account-payment-order 16.0.1.13.1.2__py3-none-any.whl → 16.0.1.13.2__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_payment_order/README.rst +6 -2
- odoo/addons/account_payment_order/__manifest__.py +1 -1
- odoo/addons/account_payment_order/i18n/it.po +2 -2
- odoo/addons/account_payment_order/security/ir.model.access.csv +2 -0
- odoo/addons/account_payment_order/static/description/index.html +19 -13
- {odoo_addon_account_payment_order-16.0.1.13.1.2.dist-info → odoo_addon_account_payment_order-16.0.1.13.2.dist-info}/METADATA +7 -3
- {odoo_addon_account_payment_order-16.0.1.13.1.2.dist-info → odoo_addon_account_payment_order-16.0.1.13.2.dist-info}/RECORD +9 -9
- {odoo_addon_account_payment_order-16.0.1.13.1.2.dist-info → odoo_addon_account_payment_order-16.0.1.13.2.dist-info}/WHEEL +0 -0
- {odoo_addon_account_payment_order-16.0.1.13.1.2.dist-info → odoo_addon_account_payment_order-16.0.1.13.2.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
|
Account Payment Order
|
|
3
7
|
=====================
|
|
@@ -7,13 +11,13 @@ Account Payment Order
|
|
|
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:5aa18416d19f69cbd29ab1890094e747c155970880ff4947978f5bce5603e159
|
|
11
15
|
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
|
|
12
16
|
|
|
13
17
|
.. |badge1| image:: https://img.shields.io/badge/maturity-Mature-brightgreen.png
|
|
14
18
|
:target: https://odoo-community.org/page/development-status
|
|
15
19
|
:alt: Mature
|
|
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--payment-lightgray.png?logo=github
|
|
@@ -9,7 +9,7 @@ msgstr ""
|
|
|
9
9
|
"Project-Id-Version: Odoo Server 11.0\n"
|
|
10
10
|
"Report-Msgid-Bugs-To: \n"
|
|
11
11
|
"POT-Creation-Date: 2017-11-23 03:38+0000\n"
|
|
12
|
-
"PO-Revision-Date: 2025-05
|
|
12
|
+
"PO-Revision-Date: 2025-06-05 15:26+0000\n"
|
|
13
13
|
"Last-Translator: mymage <stefano.consolaro@mymage.it>\n"
|
|
14
14
|
"Language-Team: Italian (https://www.transifex.com/oca/teams/23907/it/)\n"
|
|
15
15
|
"Language: it\n"
|
|
@@ -509,7 +509,7 @@ msgid ""
|
|
|
509
509
|
msgstr ""
|
|
510
510
|
"Per modi di pagamento che sono sempre collegati allo stesso conto bancario "
|
|
511
511
|
"dell'azienda (come il bonifico bancario dai clienti o addebito diretto SEPA "
|
|
512
|
-
"dai fornitori), selezionare '
|
|
512
|
+
"dai fornitori), selezionare 'Fisso'. Per modi di pagamento che non sono "
|
|
513
513
|
"sempre collegati allo stesso conto bancario (come un addebito diretto SEPA "
|
|
514
514
|
"dei clienti, bonifico bancario ai fornitori), bisogna selezionare "
|
|
515
515
|
"'Variabile', che significa che il conto bancario verrà selezionato "
|
|
@@ -1,6 +1,8 @@
|
|
|
1
1
|
id,name,model_id:id,group_id:id,perm_read,perm_write,perm_create,perm_unlink
|
|
2
2
|
access_account_payment_order,Full access on account.payment.order to Payment Manager,model_account_payment_order,group_account_payment,1,1,1,1
|
|
3
|
+
access_account_payment_order_readonly,Readonly access on account.payment.order to group_account_readonly,model_account_payment_order,account.group_account_readonly,1,0,0,0
|
|
3
4
|
access_account_payment_line,Full access on account.payment.line to Payment Manager,model_account_payment_line,group_account_payment,1,1,1,1
|
|
5
|
+
access_account_payment_line_readonly,Readonly access on account.payment.line to group_account_readonly,model_account_payment_line,account.group_account_readonly,1,0,0,0
|
|
4
6
|
access_bank_payment_line,Full access on account.payment to Payment Manager,account.model_account_payment,group_account_payment,1,1,1,1
|
|
5
7
|
base.access_res_partner_bank_group_partner_manager,Full access on res.partner.bank to Account Payment group,base.model_res_partner_bank,group_account_payment,1,1,1,1
|
|
6
8
|
base.access_res_bank_group_partner_manager,Full access on res.bank to Account Payment group,base.model_res_bank,group_account_payment,1,1,1,1
|
|
@@ -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">Account Payment Order</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="account-payment-order">
|
|
370
|
+
<h1>Account Payment Order</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:5aa18416d19f69cbd29ab1890094e747c155970880ff4947978f5bce5603e159
|
|
371
376
|
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->
|
|
372
|
-
<p><a class="reference external image-reference" href="https://odoo-community.org/page/development-status"><img alt="Mature" src="https://img.shields.io/badge/maturity-Mature-brightgreen.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="Mature" src="https://img.shields.io/badge/maturity-Mature-brightgreen.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-payment/tree/16.0/account_payment_order"><img alt="OCA/bank-payment" src="https://img.shields.io/badge/github-OCA%2Fbank--payment-lightgray.png?logo=github" /></a> <a class="reference external image-reference" href="https://translation.odoo-community.org/projects/bank-payment-16-0/bank-payment-16-0-account_payment_order"><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-payment&target_branch=16.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 adds support for payment orders and debit orders.</p>
|
|
374
379
|
<p><strong>Table of contents</strong></p>
|
|
375
380
|
<div class="contents local topic" id="contents">
|
|
@@ -387,7 +392,7 @@ ul.auto-toc {
|
|
|
387
392
|
</ul>
|
|
388
393
|
</div>
|
|
389
394
|
<div class="section" id="installation">
|
|
390
|
-
<
|
|
395
|
+
<h2><a class="toc-backref" href="#toc-entry-1">Installation</a></h2>
|
|
391
396
|
<p>This module depends on:</p>
|
|
392
397
|
<ul class="simple">
|
|
393
398
|
<li>account_payment_partner</li>
|
|
@@ -397,12 +402,12 @@ ul.auto-toc {
|
|
|
397
402
|
<p>This modules is part of the OCA/bank-payment suite.</p>
|
|
398
403
|
</div>
|
|
399
404
|
<div class="section" id="configuration">
|
|
400
|
-
<
|
|
405
|
+
<h2><a class="toc-backref" href="#toc-entry-2">Configuration</a></h2>
|
|
401
406
|
<p>This module adds several options on Payment Modes, cf Invoicing/Accounting >
|
|
402
407
|
Configuration > Management > Payment Modes.</p>
|
|
403
408
|
</div>
|
|
404
409
|
<div class="section" id="usage">
|
|
405
|
-
<
|
|
410
|
+
<h2><a class="toc-backref" href="#toc-entry-3">Usage</a></h2>
|
|
406
411
|
<p>You can create a Payment order via the menu Invoicing/Accounting > Vendors > Payment Orders and then select the move lines to pay.</p>
|
|
407
412
|
<p>You can create a Debit order via the menu Invoicing/Accounting > Customers > Debit Orders and then select the move lines to debit.</p>
|
|
408
413
|
<p>This module also adds an action <em>Add to Payment Order</em> on supplier invoices and <em>Add to Debit Order</em> on customer invoices.</p>
|
|
@@ -412,7 +417,7 @@ If there is no transfer journal, the bank journal itself will be used for the jo
|
|
|
412
417
|
created when confirming a payment order.</p>
|
|
413
418
|
</div>
|
|
414
419
|
<div class="section" id="bug-tracker">
|
|
415
|
-
<
|
|
420
|
+
<h2><a class="toc-backref" href="#toc-entry-4">Bug Tracker</a></h2>
|
|
416
421
|
<p>Bugs are tracked on <a class="reference external" href="https://github.com/OCA/bank-payment/issues">GitHub Issues</a>.
|
|
417
422
|
In case of trouble, please check there if your issue has already been reported.
|
|
418
423
|
If you spotted it first, help us to smash it by providing a detailed and welcomed
|
|
@@ -420,9 +425,9 @@ If you spotted it first, help us to smash it by providing a detailed and welcome
|
|
|
420
425
|
<p>Do not contact contributors directly about support or help with technical issues.</p>
|
|
421
426
|
</div>
|
|
422
427
|
<div class="section" id="credits">
|
|
423
|
-
<
|
|
428
|
+
<h2><a class="toc-backref" href="#toc-entry-5">Credits</a></h2>
|
|
424
429
|
<div class="section" id="authors">
|
|
425
|
-
<
|
|
430
|
+
<h3><a class="toc-backref" href="#toc-entry-6">Authors</a></h3>
|
|
426
431
|
<ul class="simple">
|
|
427
432
|
<li>ACSONE SA/NV</li>
|
|
428
433
|
<li>Therp BV</li>
|
|
@@ -431,7 +436,7 @@ If you spotted it first, help us to smash it by providing a detailed and welcome
|
|
|
431
436
|
</ul>
|
|
432
437
|
</div>
|
|
433
438
|
<div class="section" id="contributors">
|
|
434
|
-
<
|
|
439
|
+
<h3><a class="toc-backref" href="#toc-entry-7">Contributors</a></h3>
|
|
435
440
|
<ul class="simple">
|
|
436
441
|
<li>Stéphane Bidoul <<a class="reference external" href="mailto:stephane.bidoul@acsone.eu">stephane.bidoul@acsone.eu</a>></li>
|
|
437
442
|
<li>Alexis de Lattre <<a class="reference external" href="mailto:alexis.delattre@akretion.com">alexis.delattre@akretion.com</a>></li>
|
|
@@ -471,7 +476,7 @@ If you spotted it first, help us to smash it by providing a detailed and welcome
|
|
|
471
476
|
</ul>
|
|
472
477
|
</div>
|
|
473
478
|
<div class="section" id="maintainers">
|
|
474
|
-
<
|
|
479
|
+
<h3><a class="toc-backref" href="#toc-entry-8">Maintainers</a></h3>
|
|
475
480
|
<p>This module is maintained by the OCA.</p>
|
|
476
481
|
<a class="reference external image-reference" href="https://odoo-community.org">
|
|
477
482
|
<img alt="Odoo Community Association" src="https://odoo-community.org/logo.png" />
|
|
@@ -484,5 +489,6 @@ promote its widespread use.</p>
|
|
|
484
489
|
</div>
|
|
485
490
|
</div>
|
|
486
491
|
</div>
|
|
492
|
+
</div>
|
|
487
493
|
</body>
|
|
488
494
|
</html>
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: odoo-addon-account_payment_order
|
|
3
|
-
Version: 16.0.1.13.
|
|
3
|
+
Version: 16.0.1.13.2
|
|
4
4
|
Summary: Account Payment Order
|
|
5
5
|
Home-page: https://github.com/OCA/bank-payment
|
|
6
6
|
Author: ACSONE SA/NV, Therp BV, Tecnativa, Akretion, Odoo Community Association (OCA)
|
|
@@ -15,6 +15,10 @@ Requires-Python: >=3.10
|
|
|
15
15
|
Requires-Dist: odoo-addon-account-payment-partner<16.1dev,>=16.0dev
|
|
16
16
|
Requires-Dist: odoo<16.1dev,>=16.0a
|
|
17
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
|
|
21
|
+
|
|
18
22
|
=====================
|
|
19
23
|
Account Payment Order
|
|
20
24
|
=====================
|
|
@@ -24,13 +28,13 @@ Account Payment Order
|
|
|
24
28
|
!! This file is generated by oca-gen-addon-readme !!
|
|
25
29
|
!! changes will be overwritten. !!
|
|
26
30
|
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
|
|
27
|
-
!! source digest: sha256:
|
|
31
|
+
!! source digest: sha256:5aa18416d19f69cbd29ab1890094e747c155970880ff4947978f5bce5603e159
|
|
28
32
|
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
|
|
29
33
|
|
|
30
34
|
.. |badge1| image:: https://img.shields.io/badge/maturity-Mature-brightgreen.png
|
|
31
35
|
:target: https://odoo-community.org/page/development-status
|
|
32
36
|
:alt: Mature
|
|
33
|
-
.. |badge2| image:: https://img.shields.io/badge/
|
|
37
|
+
.. |badge2| image:: https://img.shields.io/badge/license-AGPL--3-blue.png
|
|
34
38
|
:target: http://www.gnu.org/licenses/agpl-3.0-standalone.html
|
|
35
39
|
:alt: License: AGPL-3
|
|
36
40
|
.. |badge3| image:: https://img.shields.io/badge/github-OCA%2Fbank--payment-lightgray.png?logo=github
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
odoo/addons/account_payment_order/README.rst,sha256=
|
|
1
|
+
odoo/addons/account_payment_order/README.rst,sha256=GJemVqwn5acz1hVpUmz6_3xvTTnMHIij2QedKQsgJyc,5079
|
|
2
2
|
odoo/addons/account_payment_order/__init__.py,sha256=HVXFv0Gbl3gl3fcRBZhi3rlZgriQVo_8LiEgUjtkcFs,96
|
|
3
|
-
odoo/addons/account_payment_order/__manifest__.py,sha256=
|
|
3
|
+
odoo/addons/account_payment_order/__manifest__.py,sha256=rSP9hNLqW_SaVQ4t7BWYIA25beC5V9d-36ari8gc56Q,1649
|
|
4
4
|
odoo/addons/account_payment_order/hooks.py,sha256=TA2zPysW89a_gODl3HIoLZuK6-QJE1kzzw6Cs_gV3OQ,658
|
|
5
5
|
odoo/addons/account_payment_order/data/payment_seq.xml,sha256=EKeoSUKlM3TH7vljq7tj6XvPJMMQu8IMtwKC_LM4C4A,864
|
|
6
6
|
odoo/addons/account_payment_order/demo/payment_demo.xml,sha256=-qNu7yLwK9I80Ol6YfwoccqpSsCHx2kSumcp2WlgsxU,1412
|
|
@@ -27,7 +27,7 @@ odoo/addons/account_payment_order/i18n/fr.po,sha256=l0nNnSnClISpvYlm4XOxQT5lPFHi
|
|
|
27
27
|
odoo/addons/account_payment_order/i18n/fr_FR.po,sha256=Fjl6LZahW3N9lmsfW_tNFwAJPbcSJk-G6thL8J4seYU,66311
|
|
28
28
|
odoo/addons/account_payment_order/i18n/gl.po,sha256=WvcrqPngQGs9Ku7NNkhUe-fRZTqRfQzpJuWDJb3SlLU,52899
|
|
29
29
|
odoo/addons/account_payment_order/i18n/hr.po,sha256=6jaMkskk2Zf3_OZ_Px7sJK9xjG8kit0Fj-M_Rd5dAqw,53554
|
|
30
|
-
odoo/addons/account_payment_order/i18n/it.po,sha256=
|
|
30
|
+
odoo/addons/account_payment_order/i18n/it.po,sha256=iYNj2UgV1s6hvwWxoZrpQi9QxutYiXBoIUkMZqVLx_g,61834
|
|
31
31
|
odoo/addons/account_payment_order/i18n/lt.po,sha256=eBKG33BRQm4c4e9C_XQxL7eNtarPox5F8--T6zUMsd4,52896
|
|
32
32
|
odoo/addons/account_payment_order/i18n/nb_NO.po,sha256=sHi9NbQ9NswcDKtybKdGQQROiFfcUoLYG7tUfKlvU2E,54665
|
|
33
33
|
odoo/addons/account_payment_order/i18n/nl.po,sha256=QlgmdFN9Ir0H0tsnUClTbKz_6kRdwcMr3hu4pjkF8Dg,60151
|
|
@@ -64,10 +64,10 @@ odoo/addons/account_payment_order/report/__init__.py,sha256=ghtHvHE62jZ8tW4i59uv
|
|
|
64
64
|
odoo/addons/account_payment_order/report/account_payment_order.py,sha256=3NXVV1LSxeEnYsAQEEJ8FDacSd178F1JHMbefdN9mDY,1516
|
|
65
65
|
odoo/addons/account_payment_order/report/account_payment_order.xml,sha256=iSuI4Ios_AY57dUJtIx2jvl4v2feBNtVZJ1sv5tv0AY,6864
|
|
66
66
|
odoo/addons/account_payment_order/report/print_account_payment_order.xml,sha256=0u_h-ld0wOwgnpoL9q2udwAzTJJk2qNBcN9DqrM-XlY,845
|
|
67
|
-
odoo/addons/account_payment_order/security/ir.model.access.csv,sha256=
|
|
67
|
+
odoo/addons/account_payment_order/security/ir.model.access.csv,sha256=eRNTXBrqKQh6WtYxY3ubNJtIQwZI2xWx-PdFpgtRxJ8,1552
|
|
68
68
|
odoo/addons/account_payment_order/security/payment_security.xml,sha256=kfkYDi4hkrQCm8lRUUIrqQoibzN8h67H2qV_mj390eQ,1248
|
|
69
69
|
odoo/addons/account_payment_order/static/description/icon.png,sha256=6xBPJauaFOF0KDHfHgQopSc28kKvxMaeoQFQWZtfZDo,9455
|
|
70
|
-
odoo/addons/account_payment_order/static/description/index.html,sha256=
|
|
70
|
+
odoo/addons/account_payment_order/static/description/index.html,sha256=S4cawIgiOWBPBPGwTC3oz-TMBPyI-fiP2ueDwlzu0oU,16680
|
|
71
71
|
odoo/addons/account_payment_order/tests/__init__.py,sha256=UGVLyY-EbiEdG3gxrGr6u68sXByIJndktb0R-NPZIIw,224
|
|
72
72
|
odoo/addons/account_payment_order/tests/test_account_payment.py,sha256=IWiT6qO_qXM-33gciK68V0GMwg5oq6Xfn52wfbull90,6788
|
|
73
73
|
odoo/addons/account_payment_order/tests/test_bank.py,sha256=0mY8uBwlD12sV3Rckk7WmFZonjAzEWKZjaas7K36Q1A,1177
|
|
@@ -92,7 +92,7 @@ odoo/addons/account_payment_order/wizard/account_payment_update.py,sha256=20_tas
|
|
|
92
92
|
odoo/addons/account_payment_order/wizard/account_payment_update_views.xml,sha256=NW4YiMhhmM5xCJ5n86KNPtn5xRnCmvzuwRw-BmRiBMM,979
|
|
93
93
|
odoo/addons/account_payment_order/wizard/res_config_settings.py,sha256=Wys-7cgxo1pPaG7l46LQWOXEEI9jrZIgqQazxn6PZ9s,323
|
|
94
94
|
odoo/addons/account_payment_order/wizard/res_config_settings.xml,sha256=ohueWwkMlGzUIjO6NFgNMpS6cpiVDbjQsxKZHS1G4kc,1286
|
|
95
|
-
odoo_addon_account_payment_order-16.0.1.13.
|
|
96
|
-
odoo_addon_account_payment_order-16.0.1.13.
|
|
97
|
-
odoo_addon_account_payment_order-16.0.1.13.
|
|
98
|
-
odoo_addon_account_payment_order-16.0.1.13.
|
|
95
|
+
odoo_addon_account_payment_order-16.0.1.13.2.dist-info/METADATA,sha256=64CQysWx8rCSG19qyl4supPgfaIkwd3DLgx9Bc6YSRo,5743
|
|
96
|
+
odoo_addon_account_payment_order-16.0.1.13.2.dist-info/WHEEL,sha256=tZoeGjtWxWRfdplE7E3d45VPlLNQnvbKiYnx7gwAy8A,92
|
|
97
|
+
odoo_addon_account_payment_order-16.0.1.13.2.dist-info/top_level.txt,sha256=qBj40grFkGOfDZ2WDSw3y1RnDlgG0u8rP8pvGNdbz4w,5
|
|
98
|
+
odoo_addon_account_payment_order-16.0.1.13.2.dist-info/RECORD,,
|
|
File without changes
|