diff --git a/total_payable_receivable/__manifest__.py b/total_payable_receivable/__manifest__.py index d07573c68..36821e5af 100644 --- a/total_payable_receivable/__manifest__.py +++ b/total_payable_receivable/__manifest__.py @@ -21,7 +21,7 @@ ############################################################################### { 'name': 'Payable And Receivable Amount', - 'version': '18.0.1.0.0', + 'version': '18.0.1.0.1', 'category': 'Accounting', 'summary': """Amount Payable & Receivable In Partner Form""", 'description': "Shows Amount Payable & Receivable In customer/vendor Form", diff --git a/total_payable_receivable/doc/RELEASE_NOTES.md b/total_payable_receivable/doc/RELEASE_NOTES.md index 8bfc8b58f..f32c0eecb 100644 --- a/total_payable_receivable/doc/RELEASE_NOTES.md +++ b/total_payable_receivable/doc/RELEASE_NOTES.md @@ -4,3 +4,8 @@ #### Version 18.0.1.0.0 #### ADD - Initial commit for Payable And Receivable Amount + +#### 09.12.2025 +#### Version 18.0.1.0.1 +#### BUG FIX +- The module's icon and banner were incorrectly displaying assets from another module. The issue has been resolved. diff --git a/total_payable_receivable/static/description/banner.png b/total_payable_receivable/static/description/banner.png index ecea68d98..4877a343d 100644 Binary files a/total_payable_receivable/static/description/banner.png and b/total_payable_receivable/static/description/banner.png differ diff --git a/total_payable_receivable/static/description/icon.png b/total_payable_receivable/static/description/icon.png index 40a21316c..5e35fc01a 100644 Binary files a/total_payable_receivable/static/description/icon.png and b/total_payable_receivable/static/description/icon.png differ