odoo-addon-account-payment-order 17.0.1.7.2.1__py3-none-any.whl → 17.0.1.7.3__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:6d2c10ddf7d7866d8cc1af9e4441981f5df38a358515758b8fac4ca8081493b8
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.3",
13
13
  "license": "AGPL-3",
14
14
  "author": "ACSONE SA/NV, "
15
15
  "Therp BV, "
@@ -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-06 12:24+0000\n"
12
+ "PO-Revision-Date: 2025-06-05 14:00+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"
@@ -489,7 +489,7 @@ msgid ""
489
489
  msgstr ""
490
490
  "Per modi di pagamento che sono sempre collegati allo stesso conto bancario "
491
491
  "dell'azienda (come il bonifico bancario dai clienti o addebito diretto SEPA "
492
- "dai fornitori), selezionare 'FIsso'. Per modi di pagamento che non sono "
492
+ "dai fornitori), selezionare 'Fisso'. Per modi di pagamento che non sono "
493
493
  "sempre collegati allo stesso conto bancario (come un addebito diretto SEPA "
494
494
  "dei clienti, bonifico bancario ai fornitori), bisogna selezionare "
495
495
  "'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>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:6d2c10ddf7d7866d8cc1af9e4441981f5df38a358515758b8fac4ca8081493b8
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.1
3
+ Version: 17.0.1.7.3
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
@@ -15,6 +15,10 @@ 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
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:a4ba2135a4978aecd24c4cd95fbe8f733cc6d4537b958f28a6c91816fce9efda
31
+ !! source digest: sha256:6d2c10ddf7d7866d8cc1af9e4441981f5df38a358515758b8fac4ca8081493b8
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/licence-AGPL--3-blue.png
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=Kw_HF46xxCNb27l5I7TGDLH47xlthEjUCNiYf-tZ2m8,4645
1
+ odoo/addons/account_payment_order/README.rst,sha256=z8A9VMGEKDICq-4H-XuOH2RpfBo32l090KUN6KB3o5w,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=UQ_FrIFkZhve1G-w56BHkn_3BW3IYgtdsKA058nC9ps,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
@@ -27,7 +27,7 @@ odoo/addons/account_payment_order/i18n/fr.po,sha256=Pak9TfkXQj1czfY9kdwJq_XAcWq6
27
27
  odoo/addons/account_payment_order/i18n/fr_FR.po,sha256=No20McYfbyDnwC6pjps0j30VqYlsT-ieGLSvCMcm8MA,63614
28
28
  odoo/addons/account_payment_order/i18n/gl.po,sha256=ern3gFWyU-XN177g3s2ud1JQTAlYWIE7SY0HpbgQN44,50268
29
29
  odoo/addons/account_payment_order/i18n/hr.po,sha256=h732Al1vpJ5VksFvmkNUwq80upRH0Zw-mEDuTL4tgVI,50964
30
- odoo/addons/account_payment_order/i18n/it.po,sha256=VQbXtpiwFjOOrFcxQKPNFBmiJc3i15rHtZNnhKKwusU,58759
30
+ odoo/addons/account_payment_order/i18n/it.po,sha256=6SMQs0hUmv8Nt4URUuvBQ0RLAuF4DT3L4000IHifegY,58759
31
31
  odoo/addons/account_payment_order/i18n/lt.po,sha256=KYiGOYyQQen7x86ZXOO3dzEsVAZdO-zMiyAuijkM7lw,50265
32
32
  odoo/addons/account_payment_order/i18n/nb_NO.po,sha256=Vx4D6C4D5Bb0JxzuhjegLzyoz6NV9MMkUyjrNLNlZ7U,52117
33
33
  odoo/addons/account_payment_order/i18n/nl.po,sha256=T-DpboQzNIdR-d7Hv-WXLcnB0SrIM-nuf1O72cSPQ9s,57603
@@ -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=cGR5-6uQDBeFei62VYi2E2TCUEnhGwg2_HCpDbZbW1g,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.1.dist-info/METADATA,sha256=sx3EIzIsbGqHhzYwCKGRul9hSk6nsOudD4uqVjvXheU,5310
92
- odoo_addon_account_payment_order-17.0.1.7.2.1.dist-info/WHEEL,sha256=9fEMia4zL7ZuZbnCOrcYogUhmn4XFIVaJ8G4YGI31xc,81
93
- odoo_addon_account_payment_order-17.0.1.7.2.1.dist-info/top_level.txt,sha256=QE6RBQ0QX5f4eFuUcGgU5Kbq1A_qJcDs-e_vpr6pmfU,4
94
- odoo_addon_account_payment_order-17.0.1.7.2.1.dist-info/RECORD,,
91
+ odoo_addon_account_payment_order-17.0.1.7.3.dist-info/METADATA,sha256=itEu3-s2zLG1Hlk-_qVpuWgxZdkFO5hLHSHLhaO1ezY,5473
92
+ odoo_addon_account_payment_order-17.0.1.7.3.dist-info/WHEEL,sha256=9fEMia4zL7ZuZbnCOrcYogUhmn4XFIVaJ8G4YGI31xc,81
93
+ odoo_addon_account_payment_order-17.0.1.7.3.dist-info/top_level.txt,sha256=QE6RBQ0QX5f4eFuUcGgU5Kbq1A_qJcDs-e_vpr6pmfU,4
94
+ odoo_addon_account_payment_order-17.0.1.7.3.dist-info/RECORD,,