diff --git a/advance_cash_flow_statements/__manifest__.py b/advance_cash_flow_statements/__manifest__.py index 0fb09bc70..56aabc839 100644 --- a/advance_cash_flow_statements/__manifest__.py +++ b/advance_cash_flow_statements/__manifest__.py @@ -21,7 +21,7 @@ ################################################################################ { 'name': 'Advanced Cash Flow Statements', - 'version': '17.0.1.0.0', + 'version': '17.0.1.0.1', 'summary': """Generate four levels of cash flow statement reports in PDF and Excel""", 'description': """Generate four levels of cash flow statement reports in PDF diff --git a/advance_cash_flow_statements/doc/RELEASE_NOTES.md b/advance_cash_flow_statements/doc/RELEASE_NOTES.md index 1ced573a6..7a76accd7 100644 --- a/advance_cash_flow_statements/doc/RELEASE_NOTES.md +++ b/advance_cash_flow_statements/doc/RELEASE_NOTES.md @@ -4,3 +4,8 @@ #### Version 17.0.1.0.0 ##### ADD - Initial commit for Advanced Cash Flow Statements + +#### 29.12.2025 +#### Version 17.0.1.0.1 +##### FIX +- Fixed an error in XLSX report generation when the report_xlsx module is installed. diff --git a/advance_cash_flow_statements/static/description/index.html b/advance_cash_flow_statements/static/description/index.html index 46ce0f0d8..5679918ea 100644 --- a/advance_cash_flow_statements/static/description/index.html +++ b/advance_cash_flow_statements/static/description/index.html @@ -334,6 +334,17 @@ Initial Commit for Advanced Cash Flow Statements.
++ + Fixed an error in XLSX report generation when the report_xlsx module is installed.
+