Advanced Cash Flow Statements

by
Odoo
v 14.0 Third Party 2492
Download for v 14.0 Deploy on Odoo.sh
Availability
Odoo Online
Odoo.sh
On Premise
Odoo Apps Dependencies Invoicing (account)
Discuss (mail)
Lines of code 703
Technical Name advance_cash_flow_statements
LicenseLGPL-3
Websitehttps://www.cybrosys.com
Versions 16.0 15.0 14.0 17.0 13.0
You bought this module and need support? Click here!
Availability
Odoo Online
Odoo.sh
On Premise
Odoo Apps Dependencies Invoicing (account)
Discuss (mail)
Lines of code 703
Technical Name advance_cash_flow_statements
LicenseLGPL-3
Websitehttps://www.cybrosys.com
Versions 16.0 15.0 14.0 17.0 13.0
Community

Advanced Cash Flow Statements

Generate four levels of cash flow statements.
Print reports in both PDF and XLSX formats.

Overview


Currently, in Odoo community edition there are no Cash Flow Statements. A cash flow statement is a financial statement that provides aggregate data regarding all cash inflows a company receives from its ongoing operations and external investment sources, also includes all cash outflows that pay for business activities and investments during a given period. This module generates four-level cash flow statements and prints its report in both PDF and XLSX format.

Key Features


Available in Odoo 13 community edition.

Generate four levels of cash flow statements and print reports in both PDF and XLSX format

Summary- Month wise cash flow report.

Consolidated- Report based on the cash flow affected accounts.

Detailed- Report based on the cash flow affected accounts.

Very Detailed- Report shows the cash flow affected account,corresponding journal entries and its move lines

Screenshots


01

Access Advanced Cash Flow from the Menu

Go to Invoicing --> Reporting --> Financial Reports --> Adv Cash Flow Statement.

02

Cash Flow Report in PDF and Excel

A wizard will be opened once the user clicks on it. Choose start, end dates and target moves. Choose one level that you want to generate a report. Click the button PDF to get the cash flow report in PDF format. Click the button Excel to get the cash flow report in excel format.

03

Cash Flow Statement Summary PDF

Cash flow statement summary PDF report example.

04

Cash Flow Statement Summary Excel

Cash flow statement summary Excel report example.

05

Cash flow Statement consolidated PDF Report.

Cash flow Statement consolidated PDF report example

06

Cash Flow Statement cConsolidated Excel

Cash flow Statement consolidated Excel report example.

07

Cash flow Statement Detailed PDF Report

Cash flow statement detailed PDF report example.

08

Cash Flow Statement Detailed Excel Report

Cash flow statement detailed Excel report example.

09

Cash flow Statement Very Detailed PDF Report

Cash flow Statement Very Detailed PDF report example.

10

sh flow Statement Very Detailed Excel Report

Cash flow statement very detailed Excel report example.

Suggested Products


Our Services


Odoo Customization
Odoo Implementation
Odoo Support
Hire Odoo Developer
Odoo Integration
Odoo Migration
Odoo Consultancy
Odoo Implementation
Odoo Licensing Consultancy

Our Industries


Trading

Easily procure and sell your products

POS

Easy configuration and convivial experience

Education

A platform for educational management

Manufacturing

Plan, track and schedule your operations

E-commerce & Website

Mobile friendly, awe-inspiring product pages

Service Management

Keep track of services and invoice

Restaurant

Run your bar or restaurant methodically

Hotel Management

An all-inclusive hotel management application

Need Help?



Please log in to comment on this module

  • The author can leave a single reply to each comment.
  • This section is meant to ask simple questions or leave a rating. Every report of a problem experienced while using the module should be addressed to the author directly (refer to the following point).
  • If you want to start a discussion with the author, please use the developer contact information. They can usually be found in the description.
Please choose a rating from 1 to 5 for this module.
There are no ratings yet!
Trouble on update Commnunity Odoo v14.
by
jmmr.ecobol@gmail.com
on 4/18/21, 3:20 PM
After running the Odoo community version update, I get the following error when I open the module.

Error:

Odoo Server Error


Traceback (most recent call last):

  File "/opt/odoo/odoo/odoo/addons/base/models/ir_http.py", line 237, in _dispatch

    result = request.dispatch()

  File "/opt/odoo/odoo/odoo/http.py", line 683, in dispatch

    result = self._call_function(**self.params)

  File "/opt/odoo/odoo/odoo/http.py", line 359, in _call_function

    return checked_call(self.db, *args, **kwargs)

  File "/opt/odoo/odoo/odoo/service/model.py", line 94, in wrapper

    return f(dbname, *args, **kwargs)

  File "/opt/odoo/odoo/odoo/http.py", line 347, in checked_call

    result = self.endpoint(*a, **kw)

  File "/opt/odoo/odoo/odoo/http.py", line 912, in __call__

    return self.method(*args, **kw)

  File "/opt/odoo/odoo/odoo/http.py", line 531, in response_wrap

    response = f(*args, **kw)

  File "/opt/odoo/odoo/addons/web/controllers/main.py", line 1737, in load

    action = request.env[action_type].sudo().browse([action_id]).read()

  File "/opt/odoo/odoo/odoo/addons/base/models/ir_actions.py", line 240, in read

    result = super(IrActionsActWindow, self).read(fields, load=load)

  File "/opt/odoo/odoo/odoo/models.py", line 3020, in read

    return self._read_format(fnames=fields, load=load)

  File "/opt/odoo/odoo/odoo/models.py", line 3040, in _read_format

    vals[name] = convert(record[name], record, use_name_get)

  File "/opt/odoo/odoo/odoo/models.py", line 5666, in __getitem__

    return self._fields[key].__get__(self, type(self))

  File "/opt/odoo/odoo/odoo/fields.py", line 1019, in __get__

    self.compute_value(recs)

  File "/opt/odoo/odoo/odoo/fields.py", line 1175, in compute_value

    records._compute_field_value(self)

  File "/opt/odoo/odoo/odoo/models.py", line 4061, in _compute_field_value

    getattr(self, field.compute)()

  File "/opt/odoo/odoo/odoo/addons/base/models/ir_actions.py", line 207, in _compute_search_view

    fvg = self.env[act.res_model].fields_view_get(act.search_view_id.id, 'search')

  File "/opt/odoo/odoo/odoo/api.py", line 473, in __getitem__

    return self.registry[model_name]._browse(self, (), ())

  File "/opt/odoo/odoo/odoo/modules/registry.py", line 177, in __getitem__

    return self.models[model_name]

Exception


The above exception was the direct cause of the following exception:


Traceback (most recent call last):

  File "/opt/odoo/odoo/odoo/http.py", line 639, in _handle_exception

    return super(JsonRequest, self)._handle_exception(exception)

  File "/opt/odoo/odoo/odoo/http.py", line 315, in _handle_exception

    raise exception.with_traceback(None) from new_cause

KeyError: 'account.wizard'

Re: Trouble on update Commnunity Odoo v14.
by
Cybrosys Technologies
on 4/20/21, 12:43 AM Author

Hello, We checked the app. couldn't reproduce the error.
Is there any other accounting module in the same database?