diff --git a/dynamic_accounts_report/__manifest__.py b/dynamic_accounts_report/__manifest__.py index 4ec24c2e8..1984f4335 100644 --- a/dynamic_accounts_report/__manifest__.py +++ b/dynamic_accounts_report/__manifest__.py @@ -21,7 +21,7 @@ ################################################################################ { 'name': 'Odoo18 Dynamic Accounting Reports', - 'version': '18.0.1.0.0', + 'version': '18.0.1.0.1', 'category': 'Accounting', 'summary': "Odoo 18 Accounting Financial Reports,Dynamic Accounting Reports, Dynamic Financial Reports,Dynamic Report Odoo18, Odoo18,Financial Reports, Odoo18 Accounting,Accounting, Odoo Apps", 'description': "This module creates dynamic Accounting General Ledger, Trial" @@ -70,7 +70,8 @@ 'dynamic_accounts_report/static/src/js/aged_payable_report.js', 'dynamic_accounts_report/static/src/js/aged_receivable_report.js', 'dynamic_accounts_report/static/src/js/tax_report.js', - 'https://cdnjs.cloudflare.com/ajax/libs/jquery/3.7.1/jquery.min.js' + # 'https://cdnjs.cloudflare.com/ajax/libs/jquery/3.7.1/jquery.min.js' #FIX Not need as this version has a + # conflict with the version of jquery used by the odoo ], }, 'images': ['static/description/banner.png'], diff --git a/dynamic_accounts_report/doc/RELEASE_NOTES.md b/dynamic_accounts_report/doc/RELEASE_NOTES.md index 4fe44436e..4010086e5 100644 --- a/dynamic_accounts_report/doc/RELEASE_NOTES.md +++ b/dynamic_accounts_report/doc/RELEASE_NOTES.md @@ -1,6 +1,6 @@ ## Module -#### 18.10.2024 -#### Version 18.0.1.0.0 +#### 21.11.2024 +#### Version 18.0.1.0.1 #### ADD - Initial commit for Dynamic Accounts Reports