diff --git a/cash_flow_statement/__manifest__.py b/cash_flow_statement/__manifest__.py index aade7c388..20a97e030 100644 --- a/cash_flow_statement/__manifest__.py +++ b/cash_flow_statement/__manifest__.py @@ -22,7 +22,7 @@ { 'name': 'Cash Flow Statement In Odoo', - 'version': '12.0.1.0.0', + 'version': '12.0.2.0.0', 'summary': """Print pdf reports of cash flow statements """, 'description': """Print pdf reports of cash flow statements,Cashflow statement""", 'author': "Cybrosys Techno Solutions", @@ -32,7 +32,6 @@ 'category': 'Accounting', 'depends': [ 'account', - 'date_range', 'report_xlsx', ], 'data': [ diff --git a/cash_flow_statement/doc/RELEASE_NOTES.md b/cash_flow_statement/doc/RELEASE_NOTES.md index 2da710b0c..58ae8e172 100644 --- a/cash_flow_statement/doc/RELEASE_NOTES.md +++ b/cash_flow_statement/doc/RELEASE_NOTES.md @@ -6,3 +6,9 @@ - Initial commit for cash_flow_statement +#### 11.11.2019 +#### Version 12.0.2.0.0 +##### RMV +- DEpendency Removed + +