Maintainers
+Maintainers
This module is maintained by the OCA.
@@ -466,6 +461,5 @@ diff --git a/account_payment_return/README.rst b/account_payment_return/README.rst index 84026ec1c69..50d564945f4 100644 --- a/account_payment_return/README.rst +++ b/account_payment_return/README.rst @@ -1,7 +1,3 @@ -.. image:: https://odoo-community.org/readme-banner-image - :target: https://odoo-community.org/get-involved?utm_source=readme - :alt: Odoo Community Association - ======================= Account Payment Returns ======================= @@ -17,7 +13,7 @@ Account Payment Returns .. |badge1| image:: https://img.shields.io/badge/maturity-Mature-brightgreen.png :target: https://odoo-community.org/page/development-status :alt: Mature -.. |badge2| image:: https://img.shields.io/badge/license-AGPL--3-blue.png +.. |badge2| image:: https://img.shields.io/badge/licence-AGPL--3-blue.png :target: http://www.gnu.org/licenses/agpl-3.0-standalone.html :alt: License: AGPL-3 .. |badge3| image:: https://img.shields.io/badge/github-OCA%2Faccount--payment-lightgray.png?logo=github diff --git a/account_payment_return/__manifest__.py b/account_payment_return/__manifest__.py index 6a97fe81c9e..0708cf026cb 100644 --- a/account_payment_return/__manifest__.py +++ b/account_payment_return/__manifest__.py @@ -11,7 +11,7 @@ { "name": "Account Payment Returns", - "version": "17.0.1.2.2", + "version": "17.0.1.2.3", "summary": "Manage the return of your payments", "license": "AGPL-3", "depends": ["mail", "account"], diff --git a/account_payment_return/models/account_move.py b/account_payment_return/models/account_move.py index ea4afad56e7..44a7da0321a 100644 --- a/account_payment_return/models/account_move.py +++ b/account_payment_return/models/account_move.py @@ -51,6 +51,7 @@ def prepare_values_returned_widget(self, line_id, amount, is_return=False): "payment_method_name": payment_method_name, "ref": f"{line_id.move_id.name} ({line_id.ref})", "returned": is_return, + "is_exchange": False, } def _compute_payments_widget_reconciled_info(self): diff --git a/account_payment_return/static/description/index.html b/account_payment_return/static/description/index.html index 99fbbb3bbee..3ed03b2fc0f 100644 --- a/account_payment_return/static/description/index.html +++ b/account_payment_return/static/description/index.html @@ -3,7 +3,7 @@
-This module implements customer receivables returns and allows to send related reconciled account move lines back to a state where the debt is still open, and letting history of it.
@@ -394,7 +389,7 @@Go to Invoicing > Customers > Customer Payment Returns, and create a new record, register on each line a paid (reconciled) receivable @@ -416,7 +411,7 @@
Bugs are tracked on GitHub Issues. In case of trouble, please check there if your issue has already been reported. If you spotted it first, help us to smash it by providing a detailed and welcomed @@ -424,9 +419,9 @@
Do not contact contributors directly about support or help with technical issues.