odoo-addon-account-payment-order 18.0.1.1.2__py3-none-any.whl → 18.0.1.2.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 +1 -0
- odoo/addons/account_payment_order/models/account_payment_order.py +13 -0
- odoo/addons/account_payment_order/static/description/index.html +1 -1
- odoo/addons/account_payment_order/views/account_payment_order.xml +13 -0
- {odoo_addon_account_payment_order-18.0.1.1.2.dist-info → odoo_addon_account_payment_order-18.0.1.2.0.dist-info}/METADATA +2 -2
- {odoo_addon_account_payment_order-18.0.1.1.2.dist-info → odoo_addon_account_payment_order-18.0.1.2.0.dist-info}/RECORD +10 -10
- {odoo_addon_account_payment_order-18.0.1.1.2.dist-info → odoo_addon_account_payment_order-18.0.1.2.0.dist-info}/WHEEL +0 -0
- {odoo_addon_account_payment_order-18.0.1.1.2.dist-info → odoo_addon_account_payment_order-18.0.1.2.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:65d94980ba243b289f1b292ea498451ab0da5981eef78970ef2df3220d3c0f18
|
|
15
15
|
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
|
|
16
16
|
|
|
17
17
|
.. |badge1| image:: https://img.shields.io/badge/maturity-Mature-brightgreen.png
|
|
@@ -451,3 +451,16 @@ class AccountPaymentOrder(models.Model):
|
|
|
451
451
|
ctx.update({"search_default_misc_filter": 0})
|
|
452
452
|
action["context"] = ctx
|
|
453
453
|
return action
|
|
454
|
+
|
|
455
|
+
def action_view_payments(self):
|
|
456
|
+
self.ensure_one()
|
|
457
|
+
action = self.env["ir.actions.actions"]._for_xml_id(
|
|
458
|
+
"account.action_account_payments"
|
|
459
|
+
)
|
|
460
|
+
action.update(
|
|
461
|
+
{
|
|
462
|
+
"domain": [("payment_order_id", "=", self.id)],
|
|
463
|
+
"context": {"default_payment_order_id": self.id},
|
|
464
|
+
}
|
|
465
|
+
)
|
|
466
|
+
return action
|
|
@@ -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:65d94980ba243b289f1b292ea498451ab0da5981eef78970ef2df3220d3c0f18
|
|
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>
|
|
@@ -72,6 +72,19 @@
|
|
|
72
72
|
widget="statinfo"
|
|
73
73
|
/>
|
|
74
74
|
</button>
|
|
75
|
+
<button
|
|
76
|
+
class="oe_stat_button"
|
|
77
|
+
name="action_view_payments"
|
|
78
|
+
invisible="payment_count == 0"
|
|
79
|
+
type="object"
|
|
80
|
+
icon="fa-bars"
|
|
81
|
+
>
|
|
82
|
+
<field
|
|
83
|
+
string="Payments"
|
|
84
|
+
name="payment_count"
|
|
85
|
+
widget="statinfo"
|
|
86
|
+
/>
|
|
87
|
+
</button>
|
|
75
88
|
</div>
|
|
76
89
|
<div class="oe_title">
|
|
77
90
|
<label for="name" class="oe_edit_only" />
|
|
@@ -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.2.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.*
|
|
@@ -29,7 +29,7 @@ Account Payment Order
|
|
|
29
29
|
!! This file is generated by oca-gen-addon-readme !!
|
|
30
30
|
!! changes will be overwritten. !!
|
|
31
31
|
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
|
|
32
|
-
!! source digest: sha256:
|
|
32
|
+
!! source digest: sha256:65d94980ba243b289f1b292ea498451ab0da5981eef78970ef2df3220d3c0f18
|
|
33
33
|
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
|
|
34
34
|
|
|
35
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=8uyPi8oRMseluFNr18YRymJhDvwbshB1FXUOTXFtWPI,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=z9rLqma1IY5YDndD6bYq1NyEQ2O5gGUHnYrErkrpKQA,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=wiUjSZKXB8Ob-slTRb9yFXE4MBF_nmdmFMhFn4bAf5k,48897
|
|
8
8
|
odoo/addons/account_payment_order/i18n/am.po,sha256=12ZqJMw1d4EFqZu3EJowfDVtavfsQNuQmnvcC1TS9Xs,49201
|
|
9
9
|
odoo/addons/account_payment_order/i18n/ar.po,sha256=Hy0rhieDpNCt2GHpEAcUFs-tO-QhgEMfAP7ppIJcd0I,49217
|
|
10
10
|
odoo/addons/account_payment_order/i18n/ca.po,sha256=0FQO9gsqdoDtB0kccD0xgVgtdUu65_m1REEIB5imYZM,63688
|
|
@@ -53,7 +53,7 @@ odoo/addons/account_payment_order/models/account_payment.py,sha256=LuuMhhq2UMt0n
|
|
|
53
53
|
odoo/addons/account_payment_order/models/account_payment_line.py,sha256=73AUE7Fkpcp1VEXYVxNyBHEkafsmDhCH22C2doxLdfc,9675
|
|
54
54
|
odoo/addons/account_payment_order/models/account_payment_method.py,sha256=z1_LzvZY17SPRTwT2XwHFyUfy2YN3m00WA62gznPzcE,431
|
|
55
55
|
odoo/addons/account_payment_order/models/account_payment_mode.py,sha256=uONi4ezJRHHbTeD1cDiUDWorvoGnWnKeqTVGHsohJRM,3589
|
|
56
|
-
odoo/addons/account_payment_order/models/account_payment_order.py,sha256
|
|
56
|
+
odoo/addons/account_payment_order/models/account_payment_order.py,sha256=-3yO2RM10LhmG9DEi1fSP3sZjqXoOwkbQ4LHG1yjg1c,17630
|
|
57
57
|
odoo/addons/account_payment_order/models/res_bank.py,sha256=NE2mFJJN99Xbo41aFuj5BvqZcoy8BMAQxn6LRnx6028,852
|
|
58
58
|
odoo/addons/account_payment_order/readme/CONFIGURE.md,sha256=qbBcBpgDh1iWfaWYEUc1D1G0XCkSS4XFbcIIsXZ5VKE,124
|
|
59
59
|
odoo/addons/account_payment_order/readme/CONTRIBUTORS.md,sha256=BMSSH4suh2Qr_UkAccXWCZKAHCnmNM7rqiTLZW7ox3I,990
|
|
@@ -67,7 +67,7 @@ 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=_WYsktpKIbCqmsRSP-QtvsgSjM-6831e95xfeohKWjE,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
|
|
@@ -79,7 +79,7 @@ odoo/addons/account_payment_order/views/account_move_line.xml,sha256=6u5Tn1sDgJI
|
|
|
79
79
|
odoo/addons/account_payment_order/views/account_payment_line.xml,sha256=hJ-LFSH0yo-5vA81XMqz67gtg_h3zEvRQvAJ9BHB68E,4864
|
|
80
80
|
odoo/addons/account_payment_order/views/account_payment_method.xml,sha256=yHqcc7NsX26E0IvDG9LneAPsv9jtip9rltcSnUkUi7Y,731
|
|
81
81
|
odoo/addons/account_payment_order/views/account_payment_mode.xml,sha256=Q3oms35Eqyw3fyxPK7EHvsuP50KYJuvzPnso3Ja5C-w,2876
|
|
82
|
-
odoo/addons/account_payment_order/views/account_payment_order.xml,sha256=
|
|
82
|
+
odoo/addons/account_payment_order/views/account_payment_order.xml,sha256=BltUYKinbJeFEEbFhXWK2YhmjgHixVmP4gbf3fZ-xnM,12902
|
|
83
83
|
odoo/addons/account_payment_order/views/account_payment_views.xml,sha256=V-dFel4fjyQZaeLqIRiXzKPzQ8XN3Ey8uhttULOnMNE,1359
|
|
84
84
|
odoo/addons/account_payment_order/views/ir_attachment.xml,sha256=OpVfNkMmkJlkQkI4bOXA-dmhFqQgmp16mZf_UBNTNlc,1360
|
|
85
85
|
odoo/addons/account_payment_order/wizard/__init__.py,sha256=vD6sm8aWOUzRLLdB4VbcyKd6KPhc1gO0jRRUFNKQkZw,128
|
|
@@ -89,7 +89,7 @@ odoo/addons/account_payment_order/wizard/account_payment_line_create.py,sha256=t
|
|
|
89
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.2.0.dist-info/METADATA,sha256=k-Qh4Z9DgiR6PoXfYIIKDGA1IT9X2Nb0MkgaLYQjroM,5509
|
|
93
|
+
odoo_addon_account_payment_order-18.0.1.2.0.dist-info/WHEEL,sha256=ZhOvUsYhy81Dx67gN3TV0RchQWBIIzutDZaJODDg2Vo,81
|
|
94
|
+
odoo_addon_account_payment_order-18.0.1.2.0.dist-info/top_level.txt,sha256=QE6RBQ0QX5f4eFuUcGgU5Kbq1A_qJcDs-e_vpr6pmfU,4
|
|
95
|
+
odoo_addon_account_payment_order-18.0.1.2.0.dist-info/RECORD,,
|
|
File without changes
|