odoo-addon-account-payment-order 18.0.1.0.0.5__py3-none-any.whl → 18.0.1.0.1__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:d0c73f1250c7006cc4bbed8b034262acb782240b6975ac5009a20c11c76bd64b
14
+ !! source digest: sha256:dda719c573da53f0810f9883107871d7f38813e40843fc88462e3f82a4cf2c5e
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": "18.0.1.0.0",
12
+ "version": "18.0.1.0.1",
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 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"
@@ -492,7 +492,7 @@ msgid ""
492
492
  msgstr ""
493
493
  "Per modi di pagamento che sono sempre collegati allo stesso conto bancario "
494
494
  "dell'azienda (come il bonifico bancario dai clienti o addebito diretto SEPA "
495
- "dai fornitori), selezionare 'FIsso'. Per modi di pagamento che non sono "
495
+ "dai fornitori), selezionare 'Fisso'. Per modi di pagamento che non sono "
496
496
  "sempre collegati allo stesso conto bancario (come un addebito diretto SEPA "
497
497
  "dei clienti, bonifico bancario ai fornitori), bisogna selezionare "
498
498
  "'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:d0c73f1250c7006cc4bbed8b034262acb782240b6975ac5009a20c11c76bd64b
375
+ !! source digest: sha256:dda719c573da53f0810f9883107871d7f38813e40843fc88462e3f82a4cf2c5e
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/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&amp;target_branch=18.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/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&amp;target_branch=18.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>
@@ -472,7 +477,7 @@ If you spotted it first, help us to smash it by providing a detailed and welcome
472
477
  </ul>
473
478
  </div>
474
479
  <div class="section" id="maintainers">
475
- <h2><a class="toc-backref" href="#toc-entry-8">Maintainers</a></h2>
480
+ <h3><a class="toc-backref" href="#toc-entry-8">Maintainers</a></h3>
476
481
  <p>This module is maintained by the OCA.</p>
477
482
  <a class="reference external image-reference" href="https://odoo-community.org">
478
483
  <img alt="Odoo Community Association" src="https://odoo-community.org/logo.png" />
@@ -485,5 +490,6 @@ promote its widespread use.</p>
485
490
  </div>
486
491
  </div>
487
492
  </div>
493
+ </div>
488
494
  </body>
489
495
  </html>
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: odoo-addon-account_payment_order
3
- Version: 18.0.1.0.0.5
3
+ Version: 18.0.1.0.1
4
4
  Requires-Python: >=3.10
5
5
  Requires-Dist: odoo-addon-account_payment_partner==18.0.*
6
6
  Requires-Dist: odoo==18.0.*
@@ -15,6 +15,10 @@ 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
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:d0c73f1250c7006cc4bbed8b034262acb782240b6975ac5009a20c11c76bd64b
31
+ !! source digest: sha256:dda719c573da53f0810f9883107871d7f38813e40843fc88462e3f82a4cf2c5e
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=lO0jXVD5fGEbC_vdBwjAVuuNFLwxTzFKuZ0zPi_kpRA,4662
1
+ odoo/addons/account_payment_order/README.rst,sha256=qI--SJMT3gjwSERTEB0NAPqDhSo8kh9XtZUR96veWxw,4827
2
2
  odoo/addons/account_payment_order/__init__.py,sha256=HVXFv0Gbl3gl3fcRBZhi3rlZgriQVo_8LiEgUjtkcFs,96
3
- odoo/addons/account_payment_order/__manifest__.py,sha256=_kpzr67JpVxaZFOP8CGj_Hi_r7CDyK6jxPWuSy5bh-w,1606
3
+ odoo/addons/account_payment_order/__manifest__.py,sha256=aJ7Ha5wi1v84RrPTPPR7MnLw0w4MWaXbxnMmLkT5nWo,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=6C3x-rdio-b7cdisAILd9_lx0De1
27
27
  odoo/addons/account_payment_order/i18n/fr_FR.po,sha256=aFmwZui1Ih7bhn-mEYqtUlCg5mdusv9hdF82pCVhkzw,63747
28
28
  odoo/addons/account_payment_order/i18n/gl.po,sha256=BUF5snzHLeyoCiY-bH4CQwGsEezhJvXD3dBEQ5ffCtE,50401
29
29
  odoo/addons/account_payment_order/i18n/hr.po,sha256=HXHwmXZ70Fxcg41F9yOHz_DUJqnp-Yr7mBoDIaEQ0Ms,51097
30
- odoo/addons/account_payment_order/i18n/it.po,sha256=FnenJPn2zKWjK7eRsQnfLj2MzAUXPfk4i6Gw7-4iL1s,59028
30
+ odoo/addons/account_payment_order/i18n/it.po,sha256=Qah7026Ok3UosusOHLTgcm1c73AHsz2tAkZvsSDD5hA,59028
31
31
  odoo/addons/account_payment_order/i18n/lt.po,sha256=i_3y8Z4XGrMLLQP5xaMHbHtG7Hg58JyP97i8tqroOb0,50398
32
32
  odoo/addons/account_payment_order/i18n/nb_NO.po,sha256=oYIB1kBoTHLDffKu-PcfF2pBUGrxaaCsihI-bOzxFrM,52250
33
33
  odoo/addons/account_payment_order/i18n/nl.po,sha256=D2BVpsfm_wmgCCZIUiyJNn7-pEKZXPoegKi7-CEUhuU,57736
@@ -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=sNpyq1yw2fBSkCR-QK7J3-m2HVAX41QNCAGbophOaCU,1490
65
65
  odoo/addons/account_payment_order/report/account_payment_order.xml,sha256=QYE17RR3-3ceCy70F8A_DYP9CyO9JqjWhw1jLU5mbig,7255
66
66
  odoo/addons/account_payment_order/report/print_account_payment_order.xml,sha256=1lb6WXykmTGJ_cj-SXhfO1cxcErlur0Rl7EIEmfNMcg,844
67
- odoo/addons/account_payment_order/security/ir.model.access.csv,sha256=DquU4QYd706_JxewPT0eAy4pc37FeGcoynOqUmu45kc,1211
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=YAQFehkbiXp4ha6__kt3sfphjL5JXAnN8Bz3vnpv1sQ,16053
70
+ odoo/addons/account_payment_order/static/description/index.html,sha256=XrRPEy-kQEe9Op0TZhNVx9RahnWOUy6c8K7cG6o8XwE,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
@@ -89,7 +89,7 @@ odoo/addons/account_payment_order/wizard/account_payment_line_create.py,sha256=q
89
89
  odoo/addons/account_payment_order/wizard/account_payment_line_create_view.xml,sha256=Kv7za-qANq-FWS7qj2JAk70wG9IEgGBn8B3C-UNTBKc,4232
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.0.0.5.dist-info/METADATA,sha256=yVopQoKiLIkQ3cZ-TC9F6r6Ye8-Es3fu6PbGxmuopzg,5309
93
- odoo_addon_account_payment_order-18.0.1.0.0.5.dist-info/WHEEL,sha256=9fEMia4zL7ZuZbnCOrcYogUhmn4XFIVaJ8G4YGI31xc,81
94
- odoo_addon_account_payment_order-18.0.1.0.0.5.dist-info/top_level.txt,sha256=QE6RBQ0QX5f4eFuUcGgU5Kbq1A_qJcDs-e_vpr6pmfU,4
95
- odoo_addon_account_payment_order-18.0.1.0.0.5.dist-info/RECORD,,
92
+ odoo_addon_account_payment_order-18.0.1.0.1.dist-info/METADATA,sha256=iSE6t7Hjjrm-FVxQxAvMb2TogBxI5neZteKABn8QbAU,5472
93
+ odoo_addon_account_payment_order-18.0.1.0.1.dist-info/WHEEL,sha256=9fEMia4zL7ZuZbnCOrcYogUhmn4XFIVaJ8G4YGI31xc,81
94
+ odoo_addon_account_payment_order-18.0.1.0.1.dist-info/top_level.txt,sha256=QE6RBQ0QX5f4eFuUcGgU5Kbq1A_qJcDs-e_vpr6pmfU,4
95
+ odoo_addon_account_payment_order-18.0.1.0.1.dist-info/RECORD,,