diff --git a/base_accounting_kit/__manifest__.py b/base_accounting_kit/__manifest__.py index d700d6786..f636bbaaa 100644 --- a/base_accounting_kit/__manifest__.py +++ b/base_accounting_kit/__manifest__.py @@ -21,7 +21,7 @@ ############################################################################# { 'name': 'Odoo 18 Full Accounting Kit for Community', - 'version': '18.0.2.0.3', + 'version': '18.0.2.0.4', 'category': 'Accounting', 'live_test_url': 'https://kit.easyinstance.com/web/login?redirect=/odoo/accounting', 'summary': """Odoo 18 Accounting, Odoo 18 Accounting Reports, Odoo18 Accounting, Odoo Accounting, Odoo18 Financial Reports, Odoo18 Asset, Odoo18 Profit and Loss, PDC, Followups, Odoo18, Accounting, Odoo Apps, Reports""", @@ -97,7 +97,7 @@ 'wizard/import_bank_statement_views.xml', ], 'external_dependencies': { - 'python': ['openpyxl', 'ofxparse'] + 'python': ['openpyxl', 'ofxparse', 'qifparse'] }, 'assets': { 'web.assets_backend': [ diff --git a/base_accounting_kit/doc/RELEASE_NOTES.md b/base_accounting_kit/doc/RELEASE_NOTES.md index 1f2830164..0f02531cb 100644 --- a/base_accounting_kit/doc/RELEASE_NOTES.md +++ b/base_accounting_kit/doc/RELEASE_NOTES.md @@ -19,3 +19,8 @@ #### Version 18.0.2.0.2 #### UPDT - Added the Import Bank Statement feature. + +#### 21.04.2025 +#### Version 18.0.2.0.4 +#### FIX +- Fixed qifparse external dependency (python) issue. diff --git a/base_accounting_kit/static/description/index.html b/base_accounting_kit/static/description/index.html index 3062486b9..1fd7bbf63 100644 --- a/base_accounting_kit/static/description/index.html +++ b/base_accounting_kit/static/description/index.html @@ -1626,6 +1626,35 @@ class="tab-pane fade show" id="releases" role="tabpanel"> +
+
+

+ Latest Release 18.0.2.0.4 +

+ + 21nd April, 2025 + +
+
+
+
+
+ Fix +
+
+
+
    +
  • + Fixed qifparse external dependency (python) issue. +
  • +
+
+
+
+
+
+