diff --git a/base_accounting_kit/__manifest__.py b/base_accounting_kit/__manifest__.py index 09047902d..60ae17227 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.5.0.6', + 'version': '18.0.5.0.7', '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""", diff --git a/base_accounting_kit/doc/RELEASE_NOTES.md b/base_accounting_kit/doc/RELEASE_NOTES.md index 253fe9ee7..4800ba248 100644 --- a/base_accounting_kit/doc/RELEASE_NOTES.md +++ b/base_accounting_kit/doc/RELEASE_NOTES.md @@ -49,3 +49,8 @@ #### Version 18.0.5.0.6 #### UPDT - Added Customer Statement feature. + +#### 10.11.2025 +#### Version 18.0.5.0.7 +#### FIX +- Fixed Transactions button redirection for bank and cash journals to display journal-specific transactions, and added reconciliation filter for the To Reconcile action. diff --git a/base_accounting_kit/static/description/index.html b/base_accounting_kit/static/description/index.html index 462abcc49..2edf592a3 100644 --- a/base_accounting_kit/static/description/index.html +++ b/base_accounting_kit/static/description/index.html @@ -183,7 +183,29 @@ style=" font-size: 16px; vertical-align: middle" >Email Us - + + + Skype Us + @@ -23,6 +25,9 @@ + + action_open_reconcile + diff --git a/base_accounting_kit/wizard/import_bank_statement.py b/base_accounting_kit/wizard/import_bank_statement.py index 694891970..80f128398 100644 --- a/base_accounting_kit/wizard/import_bank_statement.py +++ b/base_accounting_kit/wizard/import_bank_statement.py @@ -323,4 +323,4 @@ class ImportBankStatement(models.TransientModel): 'res_id': statement.id, } else: - raise ValidationError(_("Choose correct file")) + raise ValidationError(_("Choose correct file")) \ No newline at end of file