diff --git a/README.md b/README.md index 33e4c1285..4e0db7079 100644 --- a/README.md +++ b/README.md @@ -30,7 +30,7 @@ addon | version | maintainers | summary [account_invoice_select_for_payment](account_invoice_select_for_payment/) | 14.0.1.0.0 | | Account Invoice Select for Payment [account_payment_mode](account_payment_mode/) | 14.0.1.1.0 | | Account Payment Mode [account_payment_mode_default_account](account_payment_mode_default_account/) | 14.0.1.0.0 | | Set Receivable or Payable account according to payment mode -[account_payment_order](account_payment_order/) | 14.0.2.4.0 | | Account Payment Order +[account_payment_order](account_payment_order/) | 14.0.2.5.0 | | Account Payment Order [account_payment_order_grouped_output](account_payment_order_grouped_output/) | 14.0.1.0.1 | | Account Payment Order - Generate grouped moves [account_payment_order_notification](account_payment_order_notification/) | 14.0.1.6.0 | [![victoralmau](https://github.com/victoralmau.png?size=30px)](https://github.com/victoralmau) | Account Payment Order Notification [account_payment_order_return](account_payment_order_return/) | 14.0.1.0.2 | | Account Payment Order Return diff --git a/account_payment_order/README.rst b/account_payment_order/README.rst index a54fde98f..7ceb8223c 100644 --- a/account_payment_order/README.rst +++ b/account_payment_order/README.rst @@ -7,7 +7,7 @@ Account Payment Order !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! - !! source digest: sha256:868a95090c832241962125ac078c162c929b957c6b1558f6279fc4f04b1991b9 + !! source digest: sha256:5eaf546ca5154b4198d1c2a1c6edbcf8ba3d623828d297fabefef2bb80b90db5 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! .. |badge1| image:: https://img.shields.io/badge/maturity-Mature-brightgreen.png diff --git a/account_payment_order/__manifest__.py b/account_payment_order/__manifest__.py index 8c6bee8fd..c090f39c0 100644 --- a/account_payment_order/__manifest__.py +++ b/account_payment_order/__manifest__.py @@ -8,7 +8,7 @@ { "name": "Account Payment Order", - "version": "14.0.2.4.0", + "version": "14.0.2.5.0", "license": "AGPL-3", "author": "ACSONE SA/NV, " "Therp BV, " diff --git a/account_payment_order/static/description/index.html b/account_payment_order/static/description/index.html index 4fa2816aa..bc0ebcce0 100644 --- a/account_payment_order/static/description/index.html +++ b/account_payment_order/static/description/index.html @@ -1,4 +1,3 @@ - @@ -367,7 +366,7 @@ ul.auto-toc { !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -!! source digest: sha256:868a95090c832241962125ac078c162c929b957c6b1558f6279fc4f04b1991b9 +!! source digest: sha256:5eaf546ca5154b4198d1c2a1c6edbcf8ba3d623828d297fabefef2bb80b90db5 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->

Mature License: AGPL-3 OCA/bank-payment Translate me on Weblate Try me on Runboat

This module adds support for payment orders and debit orders.