odoo-addon-account-payment-order 17.0.1.7.1.1__py3-none-any.whl → 17.0.1.7.2__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.
@@ -7,7 +7,7 @@ Account Payment Order
7
7
  !! This file is generated by oca-gen-addon-readme !!
8
8
  !! changes will be overwritten. !!
9
9
  !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
10
- !! source digest: sha256:2fb5cb1d87bfcd4f3c850af21a46c6f58d479494bef0e968ff0250d8b8a01215
10
+ !! source digest: sha256:a4ba2135a4978aecd24c4cd95fbe8f733cc6d4537b958f28a6c91816fce9efda
11
11
  !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
12
12
 
13
13
  .. |badge1| image:: https://img.shields.io/badge/maturity-Mature-brightgreen.png
@@ -9,7 +9,7 @@
9
9
 
10
10
  {
11
11
  "name": "Account Payment Order",
12
- "version": "17.0.1.7.1",
12
+ "version": "17.0.1.7.2",
13
13
  "license": "AGPL-3",
14
14
  "author": "ACSONE SA/NV, "
15
15
  "Therp BV, "
@@ -367,7 +367,7 @@ ul.auto-toc {
367
367
  !! This file is generated by oca-gen-addon-readme !!
368
368
  !! changes will be overwritten. !!
369
369
  !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
370
- !! source digest: sha256:2fb5cb1d87bfcd4f3c850af21a46c6f58d479494bef0e968ff0250d8b8a01215
370
+ !! source digest: sha256:a4ba2135a4978aecd24c4cd95fbe8f733cc6d4537b958f28a6c91816fce9efda
371
371
  !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->
372
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>
373
373
  <p>This module adds support for payment orders and debit orders.</p>
@@ -76,7 +76,7 @@
76
76
  <tree>
77
77
  <field
78
78
  name="order_id"
79
- invisible="not context.get('account_payment_line_main_view')"
79
+ column_invisible="not context.get('account_payment_line_main_view')"
80
80
  />
81
81
  <field name="partner_id" />
82
82
  <field name="communication" />
@@ -86,15 +86,15 @@
86
86
  <field name="ml_maturity_date" optional="show" />
87
87
  <field name="date" />
88
88
  <field name="amount_currency" string="Amount" />
89
- <field name="currency_id" invisible="1" />
89
+ <field name="currency_id" column_invisible="1" />
90
90
  <field name="name" optional="show" />
91
- <field name="company_currency_id" invisible="1" />
91
+ <field name="company_currency_id" column_invisible="1" />
92
92
  <field
93
93
  name="amount_company_currency"
94
94
  sum="Total in Company Currency"
95
- invisible="1"
95
+ column_invisible="1"
96
96
  />
97
- <field name="payment_type" invisible="1" />
97
+ <field name="payment_type" column_invisible="1" />
98
98
  <button
99
99
  name="action_open_business_doc"
100
100
  type="object"
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: odoo-addon-account_payment_order
3
- Version: 17.0.1.7.1.1
3
+ Version: 17.0.1.7.2
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
@@ -24,7 +24,7 @@ Account Payment Order
24
24
  !! This file is generated by oca-gen-addon-readme !!
25
25
  !! changes will be overwritten. !!
26
26
  !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
27
- !! source digest: sha256:2fb5cb1d87bfcd4f3c850af21a46c6f58d479494bef0e968ff0250d8b8a01215
27
+ !! source digest: sha256:a4ba2135a4978aecd24c4cd95fbe8f733cc6d4537b958f28a6c91816fce9efda
28
28
  !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
29
29
 
30
30
  .. |badge1| image:: https://img.shields.io/badge/maturity-Mature-brightgreen.png
@@ -1,6 +1,6 @@
1
- odoo/addons/account_payment_order/README.rst,sha256=PuI0PB0akPn9wiF2AdJEUepiqGEZ9T59T8cWyJpJRSA,4645
1
+ odoo/addons/account_payment_order/README.rst,sha256=Kw_HF46xxCNb27l5I7TGDLH47xlthEjUCNiYf-tZ2m8,4645
2
2
  odoo/addons/account_payment_order/__init__.py,sha256=HVXFv0Gbl3gl3fcRBZhi3rlZgriQVo_8LiEgUjtkcFs,96
3
- odoo/addons/account_payment_order/__manifest__.py,sha256=mUA44V1VUhdJn2FkP995kphP_rJ81k5SHypyq3aIdkE,1606
3
+ odoo/addons/account_payment_order/__manifest__.py,sha256=zM_lQVkriHbw5Kf8WtDlAQmv34mBPpB4Xn99XReUlkQ,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
@@ -66,7 +66,7 @@ odoo/addons/account_payment_order/report/print_account_payment_order.xml,sha256=
66
66
  odoo/addons/account_payment_order/security/ir.model.access.csv,sha256=DquU4QYd706_JxewPT0eAy4pc37FeGcoynOqUmu45kc,1211
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=laY6Gi0Y9xri1HLRsZkUNLRTlPB9dZ5MJR7WRRC337A,16031
69
+ odoo/addons/account_payment_order/static/description/index.html,sha256=N2UnUwP-HHJSwO4At5Ae9GrHCPBkA-8s0ly9gYH47UU,16031
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
@@ -75,7 +75,7 @@ odoo/addons/account_payment_order/tests/test_payment_order_inbound.py,sha256=P65
75
75
  odoo/addons/account_payment_order/tests/test_payment_order_outbound.py,sha256=Z-cqohE9BPQVLsigYJ6CtgSQQMI10QUCk8CRIi3uIJg,19240
76
76
  odoo/addons/account_payment_order/views/account_invoice_view.xml,sha256=cYXmLhtaOJbiJdQCSzaH_FdcpgR_Z6-PLFUUykYzuv0,4682
77
77
  odoo/addons/account_payment_order/views/account_move_line.xml,sha256=MZDzWzwWVO9HkMT0dmGJHJuLNmYo2gtgga3ls6iBWyk,2373
78
- odoo/addons/account_payment_order/views/account_payment_line.xml,sha256=-DdtoJ_W0ZhYqSw1H--H3Tk0fFixY0Pyd53nqdP3h0g,5314
78
+ odoo/addons/account_payment_order/views/account_payment_line.xml,sha256=DV9pjV5DAVFSrqJ1he2_i_rHOLhgGtdd4EmUnf_69Ek,5349
79
79
  odoo/addons/account_payment_order/views/account_payment_method.xml,sha256=zBGrZYNAFxgLQOpSE7alPUFJ8vESD4JWd0B3qmE4_vY,717
80
80
  odoo/addons/account_payment_order/views/account_payment_mode.xml,sha256=Q3oms35Eqyw3fyxPK7EHvsuP50KYJuvzPnso3Ja5C-w,2876
81
81
  odoo/addons/account_payment_order/views/account_payment_order.xml,sha256=K_McyVSrw8zFyjIM9xHAHu8IEWMaPrGEyVX11RXP1yo,12824
@@ -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.1.1.dist-info/METADATA,sha256=vjYIxhw3u-jGWHts8KgS9mEZS_3c0jVlGQkCH7rxL_E,5310
92
- odoo_addon_account_payment_order-17.0.1.7.1.1.dist-info/WHEEL,sha256=9fEMia4zL7ZuZbnCOrcYogUhmn4XFIVaJ8G4YGI31xc,81
93
- odoo_addon_account_payment_order-17.0.1.7.1.1.dist-info/top_level.txt,sha256=QE6RBQ0QX5f4eFuUcGgU5Kbq1A_qJcDs-e_vpr6pmfU,4
94
- odoo_addon_account_payment_order-17.0.1.7.1.1.dist-info/RECORD,,
91
+ odoo_addon_account_payment_order-17.0.1.7.2.dist-info/METADATA,sha256=SBdtxsfnqG0YqGK4BFb7DqlcmsQQeqxBYHjAP-FJMa8,5308
92
+ odoo_addon_account_payment_order-17.0.1.7.2.dist-info/WHEEL,sha256=9fEMia4zL7ZuZbnCOrcYogUhmn4XFIVaJ8G4YGI31xc,81
93
+ odoo_addon_account_payment_order-17.0.1.7.2.dist-info/top_level.txt,sha256=QE6RBQ0QX5f4eFuUcGgU5Kbq1A_qJcDs-e_vpr6pmfU,4
94
+ odoo_addon_account_payment_order-17.0.1.7.2.dist-info/RECORD,,