diff --git a/payment_details_invoice_report/README.rst b/payment_details_invoice_report/README.rst index 0e1bfec80..69247a4eb 100644 --- a/payment_details_invoice_report/README.rst +++ b/payment_details_invoice_report/README.rst @@ -2,8 +2,8 @@ :target: http://www.gnu.org/licenses/lgpl-3.0-standalone.html :alt: License: LGPL-3 -Payment Details Invoice Report -============================== +Payment Details In Invoice Report +================================= We can see the current payment state of the invoice in the report. We can add all the payment details of a particular invoice while print the invoice. Here we have the details such as Payment reference, diff --git a/payment_details_invoice_report/__manifest__.py b/payment_details_invoice_report/__manifest__.py index f1c205558..40dab2192 100644 --- a/payment_details_invoice_report/__manifest__.py +++ b/payment_details_invoice_report/__manifest__.py @@ -20,7 +20,7 @@ # ################################################################################ { - 'name': "Payment Details Invoice Report", + 'name': "Payment Details In Invoice Report", 'version': '16.0.1.0.0', 'category': 'Accounting', 'summary': 'All the payment details for the invoice can be added in the' diff --git a/payment_details_invoice_report/doc/RELEASE_NOTES.md b/payment_details_invoice_report/doc/RELEASE_NOTES.md index d019d4552..8d8dccd97 100644 --- a/payment_details_invoice_report/doc/RELEASE_NOTES.md +++ b/payment_details_invoice_report/doc/RELEASE_NOTES.md @@ -1,6 +1,6 @@ ## Module -#### 20.07.2023 +#### 04.07.2023 #### Version 16.0.1.0.0 #### ADD -- Initial commit for Payment Details Invoice Report \ No newline at end of file +- Initial commit for Payment Details In Invoice Report \ No newline at end of file diff --git a/payment_details_invoice_report/static/description/banner.png b/payment_details_invoice_report/static/description/banner.png index f43f1c942..028461c15 100644 Binary files a/payment_details_invoice_report/static/description/banner.png and b/payment_details_invoice_report/static/description/banner.png differ