odoo-addon-account-payment-order 18.0.1.0.1.3__py3-none-any.whl → 18.0.1.1.0__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 +1 -1
- odoo/addons/account_payment_order/__manifest__.py +1 -1
- odoo/addons/account_payment_order/i18n/account_payment_order.pot +36 -2
- odoo/addons/account_payment_order/static/description/index.html +1 -1
- odoo/addons/account_payment_order/tests/test_payment_order_outbound.py +2 -2
- odoo/addons/account_payment_order/wizard/account_payment_line_create.py +33 -10
- odoo/addons/account_payment_order/wizard/account_payment_line_create_view.xml +5 -8
- {odoo_addon_account_payment_order-18.0.1.0.1.3.dist-info → odoo_addon_account_payment_order-18.0.1.1.0.dist-info}/METADATA +3 -2
- {odoo_addon_account_payment_order-18.0.1.0.1.3.dist-info → odoo_addon_account_payment_order-18.0.1.1.0.dist-info}/RECORD +11 -11
- {odoo_addon_account_payment_order-18.0.1.0.1.3.dist-info → odoo_addon_account_payment_order-18.0.1.1.0.dist-info}/WHEEL +0 -0
- {odoo_addon_account_payment_order-18.0.1.0.1.3.dist-info → odoo_addon_account_payment_order-18.0.1.1.0.dist-info}/top_level.txt +0 -0
|
@@ -11,7 +11,7 @@ Account Payment Order
|
|
|
11
11
|
!! This file is generated by oca-gen-addon-readme !!
|
|
12
12
|
!! changes will be overwritten. !!
|
|
13
13
|
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
|
|
14
|
-
!! source digest: sha256:
|
|
14
|
+
!! source digest: sha256:cc5ce77513ce2c7c2feb67fe71ec62aeb82f0876abef9b8507824e225d46df0d
|
|
15
15
|
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
|
|
16
16
|
|
|
17
17
|
.. |badge1| image:: https://img.shields.io/badge/maturity-Mature-brightgreen.png
|
|
@@ -218,6 +218,16 @@ msgid ""
|
|
|
218
218
|
"Bank account type: Normal or IBAN. Inferred from the bank account number."
|
|
219
219
|
msgstr ""
|
|
220
220
|
|
|
221
|
+
#. module: account_payment_order
|
|
222
|
+
#: model:ir.model.fields.selection,name:account_payment_order.selection__account_payment_line_create__due_on__<=
|
|
223
|
+
msgid "Before or equal"
|
|
224
|
+
msgstr ""
|
|
225
|
+
|
|
226
|
+
#. module: account_payment_order
|
|
227
|
+
#: model:ir.model.fields.selection,name:account_payment_order.selection__account_payment_line_create__due_on__between
|
|
228
|
+
msgid "Between"
|
|
229
|
+
msgstr ""
|
|
230
|
+
|
|
221
231
|
#. module: account_payment_order
|
|
222
232
|
#: model:ir.model.fields.selection,name:account_payment_order.selection__account_payment_order__state__cancel
|
|
223
233
|
#: model_terms:ir.ui.view,arch_db:account_payment_order.account_invoice_payment_line_multi_form
|
|
@@ -381,13 +391,22 @@ msgstr ""
|
|
|
381
391
|
|
|
382
392
|
#. module: account_payment_order
|
|
383
393
|
#: model:ir.model.fields,field_description:account_payment_order.field_account_payment_line__ml_maturity_date
|
|
384
|
-
#: model:ir.model.fields,field_description:account_payment_order.field_account_payment_line_create__due_date
|
|
385
394
|
#: model:ir.model.fields.selection,name:account_payment_order.selection__account_payment_line_create__date_type__due
|
|
386
395
|
#: model:ir.model.fields.selection,name:account_payment_order.selection__account_payment_mode__default_date_prefered__due
|
|
387
396
|
#: model:ir.model.fields.selection,name:account_payment_order.selection__account_payment_order__date_prefered__due
|
|
388
397
|
msgid "Due Date"
|
|
389
398
|
msgstr ""
|
|
390
399
|
|
|
400
|
+
#. module: account_payment_order
|
|
401
|
+
#: model:ir.model.fields,field_description:account_payment_order.field_account_payment_line_create__due_on
|
|
402
|
+
msgid "Due on"
|
|
403
|
+
msgstr ""
|
|
404
|
+
|
|
405
|
+
#. module: account_payment_order
|
|
406
|
+
#: model:ir.model.fields.selection,name:account_payment_order.selection__account_payment_line_create__due_on__=
|
|
407
|
+
msgid "Equal"
|
|
408
|
+
msgstr ""
|
|
409
|
+
|
|
391
410
|
#. module: account_payment_order
|
|
392
411
|
#: model:ir.model.fields.selection,name:account_payment_order.selection__account_payment_order__state__generated
|
|
393
412
|
#: model_terms:ir.ui.view,arch_db:account_payment_order.account_payment_order_search
|
|
@@ -417,6 +436,16 @@ msgstr ""
|
|
|
417
436
|
msgid "File Uploaded"
|
|
418
437
|
msgstr ""
|
|
419
438
|
|
|
439
|
+
#. module: account_payment_order
|
|
440
|
+
#: model:ir.model.fields,field_description:account_payment_order.field_account_payment_line_create__filter_date
|
|
441
|
+
msgid "Filter Date"
|
|
442
|
+
msgstr ""
|
|
443
|
+
|
|
444
|
+
#. module: account_payment_order
|
|
445
|
+
#: model:ir.model.fields,field_description:account_payment_order.field_account_payment_line_create__filter_date_end
|
|
446
|
+
msgid "Filter Date End"
|
|
447
|
+
msgstr ""
|
|
448
|
+
|
|
420
449
|
#. module: account_payment_order
|
|
421
450
|
#: model:ir.model.fields.selection,name:account_payment_order.selection__account_payment_mode__default_date_prefered__fixed
|
|
422
451
|
#: model:ir.model.fields.selection,name:account_payment_order.selection__account_payment_order__date_prefered__fixed
|
|
@@ -438,6 +467,12 @@ msgstr ""
|
|
|
438
467
|
msgid "Font awesome icon e.g. fa-tasks"
|
|
439
468
|
msgstr ""
|
|
440
469
|
|
|
470
|
+
#. module: account_payment_order
|
|
471
|
+
#: model:ir.model.fields,help:account_payment_order.field_account_payment_line_create__filter_date_end
|
|
472
|
+
msgid ""
|
|
473
|
+
"For 'Due on' 'Between', date between 'Filter Date' and 'Filter Date End'"
|
|
474
|
+
msgstr ""
|
|
475
|
+
|
|
441
476
|
#. module: account_payment_order
|
|
442
477
|
#: model:ir.model.fields,help:account_payment_order.field_account_payment_order__bank_account_link
|
|
443
478
|
msgid ""
|
|
@@ -661,7 +696,6 @@ msgid "Move"
|
|
|
661
696
|
msgstr ""
|
|
662
697
|
|
|
663
698
|
#. module: account_payment_order
|
|
664
|
-
#: model:ir.model.fields,field_description:account_payment_order.field_account_payment_line_create__move_date
|
|
665
699
|
#: model:ir.model.fields.selection,name:account_payment_order.selection__account_payment_line_create__date_type__move
|
|
666
700
|
msgid "Move Date"
|
|
667
701
|
msgstr ""
|
|
@@ -372,7 +372,7 @@ ul.auto-toc {
|
|
|
372
372
|
!! This file is generated by oca-gen-addon-readme !!
|
|
373
373
|
!! changes will be overwritten. !!
|
|
374
374
|
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
|
|
375
|
-
!! source digest: sha256:
|
|
375
|
+
!! source digest: sha256:cc5ce77513ce2c7c2feb67fe71ec62aeb82f0876abef9b8507824e225d46df0d
|
|
376
376
|
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->
|
|
377
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/18.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-18-0/bank-payment-18-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=18.0"><img alt="Try me on Runboat" src="https://img.shields.io/badge/runboat-Try%20me-875A7B.png" /></a></p>
|
|
378
378
|
<p>This module adds support for payment orders and debit orders.</p>
|
|
@@ -185,7 +185,7 @@ class TestPaymentOrderOutbound(TestPaymentOrderOutboundBase):
|
|
|
185
185
|
self.env["account.payment.line.create"]
|
|
186
186
|
.with_context(active_model="account.payment.order", active_id=order.id)
|
|
187
187
|
.create(
|
|
188
|
-
{"date_type": "move", "
|
|
188
|
+
{"date_type": "move", "filter_date": datetime.now() + timedelta(days=1)}
|
|
189
189
|
)
|
|
190
190
|
)
|
|
191
191
|
line_create.payment_mode = "any"
|
|
@@ -195,7 +195,7 @@ class TestPaymentOrderOutbound(TestPaymentOrderOutboundBase):
|
|
|
195
195
|
self.env["account.payment.line.create"]
|
|
196
196
|
.with_context(active_model="account.payment.order", active_id=order.id)
|
|
197
197
|
.create(
|
|
198
|
-
{"date_type": "due", "
|
|
198
|
+
{"date_type": "due", "filter_date": datetime.now() + timedelta(days=1)}
|
|
199
199
|
)
|
|
200
200
|
)
|
|
201
201
|
line_created_due.populate()
|
|
@@ -32,8 +32,16 @@ class AccountPaymentLineCreate(models.TransientModel):
|
|
|
32
32
|
string="Type of Date Filter",
|
|
33
33
|
required=True,
|
|
34
34
|
)
|
|
35
|
-
|
|
36
|
-
|
|
35
|
+
due_on = fields.Selection(
|
|
36
|
+
string="Due on",
|
|
37
|
+
selection=[("<=", "Before or equal"), ("=", "Equal"), ("between", "Between")],
|
|
38
|
+
default="<=",
|
|
39
|
+
required=True,
|
|
40
|
+
)
|
|
41
|
+
filter_date = fields.Date(default=fields.Date.context_today)
|
|
42
|
+
filter_date_end = fields.Date(
|
|
43
|
+
help="For 'Due on' 'Between', date between 'Filter Date' and 'Filter Date End'",
|
|
44
|
+
)
|
|
37
45
|
payment_mode = fields.Selection(
|
|
38
46
|
selection=[("same", "Same"), ("same_or_null", "Same or Empty"), ("any", "Any")],
|
|
39
47
|
)
|
|
@@ -68,8 +76,9 @@ class AccountPaymentLineCreate(models.TransientModel):
|
|
|
68
76
|
|
|
69
77
|
@api.depends(
|
|
70
78
|
"date_type",
|
|
71
|
-
"
|
|
72
|
-
"
|
|
79
|
+
"due_on",
|
|
80
|
+
"filter_date",
|
|
81
|
+
"filter_date_end",
|
|
73
82
|
"journal_ids",
|
|
74
83
|
"invoice",
|
|
75
84
|
"target_move",
|
|
@@ -91,13 +100,27 @@ class AccountPaymentLineCreate(models.TransientModel):
|
|
|
91
100
|
else:
|
|
92
101
|
domain += [("move_id.state", "in", ("draft", "posted"))]
|
|
93
102
|
if self.date_type == "due":
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
103
|
+
if self.due_on == "between":
|
|
104
|
+
domain += [
|
|
105
|
+
"&",
|
|
106
|
+
("date_maturity", ">=", self.filter_date),
|
|
107
|
+
("date_maturity", "<=", self.filter_date_end),
|
|
108
|
+
]
|
|
109
|
+
else:
|
|
110
|
+
domain += [
|
|
111
|
+
"|",
|
|
112
|
+
("date_maturity", self.due_on, self.filter_date),
|
|
113
|
+
("date_maturity", "=", False),
|
|
114
|
+
]
|
|
99
115
|
elif self.date_type == "move":
|
|
100
|
-
|
|
116
|
+
if self.due_on == "between":
|
|
117
|
+
domain += [
|
|
118
|
+
"&",
|
|
119
|
+
("date", ">=", self.filter_date),
|
|
120
|
+
("date", "<=", self.filter_date_end),
|
|
121
|
+
]
|
|
122
|
+
else:
|
|
123
|
+
domain.append(("date", self.due_on, self.filter_date))
|
|
101
124
|
if self.invoice:
|
|
102
125
|
domain.append(
|
|
103
126
|
(
|
|
@@ -12,15 +12,12 @@
|
|
|
12
12
|
<form>
|
|
13
13
|
<group name="main">
|
|
14
14
|
<field name="date_type" />
|
|
15
|
+
<field name="due_on" />
|
|
16
|
+
<field name="filter_date" />
|
|
15
17
|
<field
|
|
16
|
-
name="
|
|
17
|
-
required="
|
|
18
|
-
invisible="
|
|
19
|
-
/>
|
|
20
|
-
<field
|
|
21
|
-
name="due_date"
|
|
22
|
-
required="date_type == 'due'"
|
|
23
|
-
invisible="date_type != 'due'"
|
|
18
|
+
name="filter_date_end"
|
|
19
|
+
required="due_on == 'between'"
|
|
20
|
+
invisible="due_on != 'between'"
|
|
24
21
|
/>
|
|
25
22
|
<field
|
|
26
23
|
name="journal_ids"
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: odoo-addon-account_payment_order
|
|
3
|
-
Version: 18.0.1.
|
|
3
|
+
Version: 18.0.1.1.0
|
|
4
4
|
Requires-Python: >=3.10
|
|
5
5
|
Requires-Dist: odoo-addon-account_payment_partner==18.0.*
|
|
6
6
|
Requires-Dist: odoo==18.0.*
|
|
@@ -14,6 +14,7 @@ Classifier: Framework :: Odoo
|
|
|
14
14
|
Classifier: Framework :: Odoo :: 18.0
|
|
15
15
|
Classifier: License :: OSI Approved :: GNU Affero General Public License v3
|
|
16
16
|
Classifier: Development Status :: 6 - Mature
|
|
17
|
+
Description-Content-Type: text/x-rst
|
|
17
18
|
|
|
18
19
|
.. image:: https://odoo-community.org/readme-banner-image
|
|
19
20
|
:target: https://odoo-community.org/get-involved?utm_source=readme
|
|
@@ -28,7 +29,7 @@ Account Payment Order
|
|
|
28
29
|
!! This file is generated by oca-gen-addon-readme !!
|
|
29
30
|
!! changes will be overwritten. !!
|
|
30
31
|
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
|
|
31
|
-
!! source digest: sha256:
|
|
32
|
+
!! source digest: sha256:cc5ce77513ce2c7c2feb67fe71ec62aeb82f0876abef9b8507824e225d46df0d
|
|
32
33
|
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
|
|
33
34
|
|
|
34
35
|
.. |badge1| image:: https://img.shields.io/badge/maturity-Mature-brightgreen.png
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
odoo/addons/account_payment_order/README.rst,sha256=
|
|
1
|
+
odoo/addons/account_payment_order/README.rst,sha256=eZu4nHK3Q1DHmntsx3X2XfvtQFasOw6oO2ZadzegD8c,4827
|
|
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=aMR2VIkrYwJ5iZxIAZwNgBYhSdIzJLfUZask18G7rX8,1606
|
|
4
4
|
odoo/addons/account_payment_order/hooks.py,sha256=XQDHFvlq4pQCJoEM6sY01Vh6kOgG6JFP3DPNPliyntA,667
|
|
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
|
|
7
|
-
odoo/addons/account_payment_order/i18n/account_payment_order.pot,sha256=
|
|
7
|
+
odoo/addons/account_payment_order/i18n/account_payment_order.pot,sha256=VIIS-c4g9P--wJ31hqk7mMGaK5D8yv4iLxNx_wMnpTo,48814
|
|
8
8
|
odoo/addons/account_payment_order/i18n/am.po,sha256=GkLdR-k-2BvRo6BpHOCGiZpZrINYgaYLf4hQAug4Qnk,48134
|
|
9
9
|
odoo/addons/account_payment_order/i18n/ar.po,sha256=IaFmissmIeA6qV0tyugBTdGD9fjOR6BBZXUElma6KKE,48150
|
|
10
10
|
odoo/addons/account_payment_order/i18n/ca.po,sha256=eaw5pDW-obo2UCj6V40ft6ag0mKHPvS98COa5zVrkVM,62621
|
|
@@ -67,13 +67,13 @@ odoo/addons/account_payment_order/report/print_account_payment_order.xml,sha256=
|
|
|
67
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=CcCo7CMZh-4lVxmw4YNz8yGskFmIhsKXukAj9mWxIJA,1202
|
|
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=gaX2NJeV8-Pt1xP_gSjQ7qB-9L-CZOJuVBEuZag8iAo,16269
|
|
71
71
|
odoo/addons/account_payment_order/tests/__init__.py,sha256=lOx5jg7LBTMs0mXira6LpqK_dNDUbPa5nViWWAug7xc,174
|
|
72
72
|
odoo/addons/account_payment_order/tests/test_account_payment.py,sha256=CfF1wbrljRBEhvF1KyIzclmWMQT2TD1MkPSt-PVn42o,5117
|
|
73
73
|
odoo/addons/account_payment_order/tests/test_bank.py,sha256=NsBI4a58LANtwCNgg_Ds08DR9Zy96Q6RNZ26Xy7-0Fc,961
|
|
74
74
|
odoo/addons/account_payment_order/tests/test_payment_mode.py,sha256=Wy0tT6pIOVCNAayhaHdvCazpJoJJYeT8xtW1pOtqcOk,3156
|
|
75
75
|
odoo/addons/account_payment_order/tests/test_payment_order_inbound.py,sha256=jjKtMfp348A_cBPZoWi9b7ObO-Mv8Ig3SMRqgupVMFY,7464
|
|
76
|
-
odoo/addons/account_payment_order/tests/test_payment_order_outbound.py,sha256=
|
|
76
|
+
odoo/addons/account_payment_order/tests/test_payment_order_outbound.py,sha256=7CBLKsYSP7JobktHMjoz8fUKzR0OYMPuWLZ7Tpil7dE,19018
|
|
77
77
|
odoo/addons/account_payment_order/views/account_invoice_view.xml,sha256=Jd3ozYKSZljjJLy9oOhb5Af3PkCbPC5DnsC_9FwHzZo,4605
|
|
78
78
|
odoo/addons/account_payment_order/views/account_move_line.xml,sha256=6u5Tn1sDgJIZias7bWsTN_wY3uYnvhIcdNDBYxljUaM,1776
|
|
79
79
|
odoo/addons/account_payment_order/views/account_payment_line.xml,sha256=B5zDJ_jdLH0DFCyptoKsoeUSDPzQQmcN-A5XpGevl18,4775
|
|
@@ -85,11 +85,11 @@ odoo/addons/account_payment_order/views/ir_attachment.xml,sha256=OpVfNkMmkJlkQkI
|
|
|
85
85
|
odoo/addons/account_payment_order/wizard/__init__.py,sha256=vD6sm8aWOUzRLLdB4VbcyKd6KPhc1gO0jRRUFNKQkZw,128
|
|
86
86
|
odoo/addons/account_payment_order/wizard/account_invoice_payment_line_multi.py,sha256=nguRNwyEy5m9UTzm5IPkQCbIJQhMtktzmvZRwtL5B_Y,650
|
|
87
87
|
odoo/addons/account_payment_order/wizard/account_invoice_payment_line_multi_view.xml,sha256=5jIMHko9hTXrKh2KBqxSPVezBCMSW-Zujtl7VyRwIPs,1309
|
|
88
|
-
odoo/addons/account_payment_order/wizard/account_payment_line_create.py,sha256=
|
|
89
|
-
odoo/addons/account_payment_order/wizard/account_payment_line_create_view.xml,sha256=
|
|
88
|
+
odoo/addons/account_payment_order/wizard/account_payment_line_create.py,sha256=tKL8qprMSujyi1P_3VIHs3mZQfpwHwUjGB4smKO7USA,7642
|
|
89
|
+
odoo/addons/account_payment_order/wizard/account_payment_line_create_view.xml,sha256=VMUDW0xs3xaivsCwDI8kFLGQzN2NsRp39TgbOIjZiPQ,4132
|
|
90
90
|
odoo/addons/account_payment_order/wizard/account_payment_update.py,sha256=rn_wvjvSGlBxC6FLXSbPrwW_PcB34Ncrf7Y4LABtcY4,502
|
|
91
91
|
odoo/addons/account_payment_order/wizard/account_payment_update_views.xml,sha256=_L686GyDuGvvzWL0ECQTOSWkUuS0pedORZR9KH4ff4U,977
|
|
92
|
-
odoo_addon_account_payment_order-18.0.1.
|
|
93
|
-
odoo_addon_account_payment_order-18.0.1.
|
|
94
|
-
odoo_addon_account_payment_order-18.0.1.
|
|
95
|
-
odoo_addon_account_payment_order-18.0.1.
|
|
92
|
+
odoo_addon_account_payment_order-18.0.1.1.0.dist-info/METADATA,sha256=B9rF9EivXYAvRtpuuWkkRiAi-AZU10BOSH9jp4IAeRE,5509
|
|
93
|
+
odoo_addon_account_payment_order-18.0.1.1.0.dist-info/WHEEL,sha256=9fEMia4zL7ZuZbnCOrcYogUhmn4XFIVaJ8G4YGI31xc,81
|
|
94
|
+
odoo_addon_account_payment_order-18.0.1.1.0.dist-info/top_level.txt,sha256=QE6RBQ0QX5f4eFuUcGgU5Kbq1A_qJcDs-e_vpr6pmfU,4
|
|
95
|
+
odoo_addon_account_payment_order-18.0.1.1.0.dist-info/RECORD,,
|
|
File without changes
|