odoo-addon-account-payment-order 17.0.1.7.2.2__py3-none-any.whl → 17.0.1.7.4__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
  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:a4ba2135a4978aecd24c4cd95fbe8f733cc6d4537b958f28a6c91816fce9efda
14
+ !! source digest: sha256:484d22875b209bc0aaf207b5398e2ecb015d124340361ba9320c9d071f4bdf8f
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/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--payment-lightgray.png?logo=github
@@ -9,7 +9,7 @@
9
9
 
10
10
  {
11
11
  "name": "Account Payment Order",
12
- "version": "17.0.1.7.2",
12
+ "version": "17.0.1.7.4",
13
13
  "license": "AGPL-3",
14
14
  "author": "ACSONE SA/NV, "
15
15
  "Therp BV, "
@@ -252,8 +252,8 @@ class AccountPaymentOrder(models.Model):
252
252
 
253
253
  def action_cancel(self):
254
254
  # Unreconcile and cancel payments
255
- self.payment_ids.action_draft()
256
- self.payment_ids.action_cancel()
255
+ self.payment_ids.filtered(lambda x: x.state == "posted").action_draft()
256
+ self.payment_ids.filtered(lambda x: x.state == "draft").action_cancel()
257
257
  self.write({"state": "cancel"})
258
258
  return True
259
259
 
@@ -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>Account Payment Order</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" id="account-payment-order">
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:a4ba2135a4978aecd24c4cd95fbe8f733cc6d4537b958f28a6c91816fce9efda
375
+ !! source digest: sha256:484d22875b209bc0aaf207b5398e2ecb015d124340361ba9320c9d071f4bdf8f
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/licence-AGPL--3-blue.png" /></a> <a class="reference external image-reference" href="https://github.com/OCA/bank-payment/tree/17.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-17-0/bank-payment-17-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&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="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/17.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-17-0/bank-payment-17-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&amp;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 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
- <h1><a class="toc-backref" href="#toc-entry-1">Installation</a></h1>
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
- <h1><a class="toc-backref" href="#toc-entry-2">Configuration</a></h1>
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
402
407
  Invoicing/Accounting &gt; Configuration &gt; Management &gt; Payment Modes.</p>
403
408
  </div>
404
409
  <div class="section" id="usage">
405
- <h1><a class="toc-backref" href="#toc-entry-3">Usage</a></h1>
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 &gt;
407
412
  Vendors &gt; Payment Orders and then select the move lines to pay.</p>
408
413
  <p>You can create a Debit order via the menu Invoicing/Accounting &gt;
@@ -413,7 +418,7 @@ invoices and <em>Add to Debit Order</em> on customer invoices.</p>
413
418
  Vendors &gt; Payment Orders and then select the payment oder to print.</p>
414
419
  </div>
415
420
  <div class="section" id="bug-tracker">
416
- <h1><a class="toc-backref" href="#toc-entry-4">Bug Tracker</a></h1>
421
+ <h2><a class="toc-backref" href="#toc-entry-4">Bug Tracker</a></h2>
417
422
  <p>Bugs are tracked on <a class="reference external" href="https://github.com/OCA/bank-payment/issues">GitHub Issues</a>.
418
423
  In case of trouble, please check there if your issue has already been reported.
419
424
  If you spotted it first, help us to smash it by providing a detailed and welcomed
@@ -421,9 +426,9 @@ If you spotted it first, help us to smash it by providing a detailed and welcome
421
426
  <p>Do not contact contributors directly about support or help with technical issues.</p>
422
427
  </div>
423
428
  <div class="section" id="credits">
424
- <h1><a class="toc-backref" href="#toc-entry-5">Credits</a></h1>
429
+ <h2><a class="toc-backref" href="#toc-entry-5">Credits</a></h2>
425
430
  <div class="section" id="authors">
426
- <h2><a class="toc-backref" href="#toc-entry-6">Authors</a></h2>
431
+ <h3><a class="toc-backref" href="#toc-entry-6">Authors</a></h3>
427
432
  <ul class="simple">
428
433
  <li>ACSONE SA/NV</li>
429
434
  <li>Therp BV</li>
@@ -432,7 +437,7 @@ If you spotted it first, help us to smash it by providing a detailed and welcome
432
437
  </ul>
433
438
  </div>
434
439
  <div class="section" id="contributors">
435
- <h2><a class="toc-backref" href="#toc-entry-7">Contributors</a></h2>
440
+ <h3><a class="toc-backref" href="#toc-entry-7">Contributors</a></h3>
436
441
  <ul class="simple">
437
442
  <li>Stéphane Bidoul &lt;<a class="reference external" href="mailto:stephane.bidoul&#64;acsone.eu">stephane.bidoul&#64;acsone.eu</a>&gt;</li>
438
443
  <li>Alexis de Lattre &lt;<a class="reference external" href="mailto:alexis.delattre&#64;akretion.com">alexis.delattre&#64;akretion.com</a>&gt;</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
- <h2><a class="toc-backref" href="#toc-entry-8">Maintainers</a></h2>
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: 17.0.1.7.2.2
3
+ Version: 17.0.1.7.4
4
4
  Requires-Python: >=3.10
5
5
  Requires-Dist: odoo-addon-account_payment_partner>=17.0dev,<17.1dev
6
6
  Requires-Dist: odoo>=17.0a,<17.1dev
@@ -14,6 +14,11 @@ Classifier: Framework :: Odoo
14
14
  Classifier: Framework :: Odoo :: 17.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
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
17
22
 
18
23
  =====================
19
24
  Account Payment Order
@@ -24,13 +29,13 @@ Account Payment Order
24
29
  !! This file is generated by oca-gen-addon-readme !!
25
30
  !! changes will be overwritten. !!
26
31
  !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
27
- !! source digest: sha256:a4ba2135a4978aecd24c4cd95fbe8f733cc6d4537b958f28a6c91816fce9efda
32
+ !! source digest: sha256:484d22875b209bc0aaf207b5398e2ecb015d124340361ba9320c9d071f4bdf8f
28
33
  !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
29
34
 
30
35
  .. |badge1| image:: https://img.shields.io/badge/maturity-Mature-brightgreen.png
31
36
  :target: https://odoo-community.org/page/development-status
32
37
  :alt: Mature
33
- .. |badge2| image:: https://img.shields.io/badge/licence-AGPL--3-blue.png
38
+ .. |badge2| image:: https://img.shields.io/badge/license-AGPL--3-blue.png
34
39
  :target: http://www.gnu.org/licenses/agpl-3.0-standalone.html
35
40
  :alt: License: AGPL-3
36
41
  .. |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=Kw_HF46xxCNb27l5I7TGDLH47xlthEjUCNiYf-tZ2m8,4645
1
+ odoo/addons/account_payment_order/README.rst,sha256=6eNXj2Zm6e6566SrKSBACio4p2exQKNESTyPTRXWjyM,4810
2
2
  odoo/addons/account_payment_order/__init__.py,sha256=HVXFv0Gbl3gl3fcRBZhi3rlZgriQVo_8LiEgUjtkcFs,96
3
- odoo/addons/account_payment_order/__manifest__.py,sha256=zM_lQVkriHbw5Kf8WtDlAQmv34mBPpB4Xn99XReUlkQ,1606
3
+ odoo/addons/account_payment_order/__manifest__.py,sha256=ue38UgPdd_8s04Mfeuzuvs9RIwEpuOU2DQLfghNfHW4,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
@@ -52,7 +52,7 @@ odoo/addons/account_payment_order/models/account_payment.py,sha256=b4BV4NQSLNZkf
52
52
  odoo/addons/account_payment_order/models/account_payment_line.py,sha256=j1NpE-y9xfBoCF6pnmU1p_xnvCARUMeh_aGJxjcNZMI,9603
53
53
  odoo/addons/account_payment_order/models/account_payment_method.py,sha256=z1_LzvZY17SPRTwT2XwHFyUfy2YN3m00WA62gznPzcE,431
54
54
  odoo/addons/account_payment_order/models/account_payment_mode.py,sha256=uONi4ezJRHHbTeD1cDiUDWorvoGnWnKeqTVGHsohJRM,3589
55
- odoo/addons/account_payment_order/models/account_payment_order.py,sha256=B-g8WjE5uI5IKS5-HYNEFvbbjjQPRWyyUiDOWm2F5ow,16809
55
+ odoo/addons/account_payment_order/models/account_payment_order.py,sha256=o_FTCOm5IqnA5-967xYWyGlMpzs_EDIbsEkseB18hG4,16888
56
56
  odoo/addons/account_payment_order/models/res_bank.py,sha256=0iUNQ3LDPItTS7bqP2cksUbeXJ10cDhtS94n6C2-1nc,846
57
57
  odoo/addons/account_payment_order/readme/CONFIGURE.md,sha256=OzGjjwfxTnhCZVmnXbevIrVUqAADOS4FXJIaS0SApv4,126
58
58
  odoo/addons/account_payment_order/readme/CONTRIBUTORS.md,sha256=tw2aAx3OZA7aCvO9M20reV11rbLi6cRLms7swVx4I6s,999
@@ -63,10 +63,10 @@ odoo/addons/account_payment_order/report/__init__.py,sha256=ghtHvHE62jZ8tW4i59uv
63
63
  odoo/addons/account_payment_order/report/account_payment_order.py,sha256=N6yxKIaUF6mtebEhP2pMjjCIvagO_kcOmGHgVbo317s,1496
64
64
  odoo/addons/account_payment_order/report/account_payment_order.xml,sha256=iSuI4Ios_AY57dUJtIx2jvl4v2feBNtVZJ1sv5tv0AY,6864
65
65
  odoo/addons/account_payment_order/report/print_account_payment_order.xml,sha256=0u_h-ld0wOwgnpoL9q2udwAzTJJk2qNBcN9DqrM-XlY,845
66
- odoo/addons/account_payment_order/security/ir.model.access.csv,sha256=DquU4QYd706_JxewPT0eAy4pc37FeGcoynOqUmu45kc,1211
66
+ odoo/addons/account_payment_order/security/ir.model.access.csv,sha256=eRNTXBrqKQh6WtYxY3ubNJtIQwZI2xWx-PdFpgtRxJ8,1552
67
67
  odoo/addons/account_payment_order/security/payment_security.xml,sha256=kfkYDi4hkrQCm8lRUUIrqQoibzN8h67H2qV_mj390eQ,1248
68
68
  odoo/addons/account_payment_order/static/description/icon.png,sha256=6xBPJauaFOF0KDHfHgQopSc28kKvxMaeoQFQWZtfZDo,9455
69
- odoo/addons/account_payment_order/static/description/index.html,sha256=N2UnUwP-HHJSwO4At5Ae9GrHCPBkA-8s0ly9gYH47UU,16031
69
+ odoo/addons/account_payment_order/static/description/index.html,sha256=7BxMqr2Px1cFKme9mELZt_eibz82_Ys0oHOVmoOJIjg,16247
70
70
  odoo/addons/account_payment_order/tests/__init__.py,sha256=lOx5jg7LBTMs0mXira6LpqK_dNDUbPa5nViWWAug7xc,174
71
71
  odoo/addons/account_payment_order/tests/test_account_payment.py,sha256=D_gDXDO94gpgANHEJx6cCIHh7em2GOXZqhWqqav4XVw,6787
72
72
  odoo/addons/account_payment_order/tests/test_bank.py,sha256=0mY8uBwlD12sV3Rckk7WmFZonjAzEWKZjaas7K36Q1A,1177
@@ -88,7 +88,7 @@ odoo/addons/account_payment_order/wizard/account_payment_line_create.py,sha256=F
88
88
  odoo/addons/account_payment_order/wizard/account_payment_line_create_view.xml,sha256=Ln0tzR3xytjZdSuzWSc6X4MQxUG2vPxqfiPSo5JCguc,4532
89
89
  odoo/addons/account_payment_order/wizard/account_payment_update.py,sha256=20_tas7P85zDv1A-LyG5UTjKdx9EJy-0vKldt1n3Tt8,547
90
90
  odoo/addons/account_payment_order/wizard/account_payment_update_views.xml,sha256=NW4YiMhhmM5xCJ5n86KNPtn5xRnCmvzuwRw-BmRiBMM,979
91
- odoo_addon_account_payment_order-17.0.1.7.2.2.dist-info/METADATA,sha256=N-5g6zUPMzR2p1f0mDzzja9fr5ZtwPL_Lt3LaGR5ONw,5310
92
- odoo_addon_account_payment_order-17.0.1.7.2.2.dist-info/WHEEL,sha256=9fEMia4zL7ZuZbnCOrcYogUhmn4XFIVaJ8G4YGI31xc,81
93
- odoo_addon_account_payment_order-17.0.1.7.2.2.dist-info/top_level.txt,sha256=QE6RBQ0QX5f4eFuUcGgU5Kbq1A_qJcDs-e_vpr6pmfU,4
94
- odoo_addon_account_payment_order-17.0.1.7.2.2.dist-info/RECORD,,
91
+ odoo_addon_account_payment_order-17.0.1.7.4.dist-info/METADATA,sha256=ZKYo4Iy27FA0OSByxjoWrfCl2KLhmw3S2JPIpdsvd1s,5510
92
+ odoo_addon_account_payment_order-17.0.1.7.4.dist-info/WHEEL,sha256=ZhOvUsYhy81Dx67gN3TV0RchQWBIIzutDZaJODDg2Vo,81
93
+ odoo_addon_account_payment_order-17.0.1.7.4.dist-info/top_level.txt,sha256=QE6RBQ0QX5f4eFuUcGgU5Kbq1A_qJcDs-e_vpr6pmfU,4
94
+ odoo_addon_account_payment_order-17.0.1.7.4.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