Skip to Content
Menú
This question has been flagged
3 Respostes
4421 Vistes

How to display Cash Flow reports on openerp.Currently I have balance sheet,Trial balance and P and L reports

I want to display Cash-flow report and include it in Financial reports

Avatar
Descartar
Autor

I have uploaded the cash flow report code from http://bazaar.launchpad.net/~openerp-dev/openobject-addons/qdp-l10n_us/files/head:/account_cash_flow/ and created on folder called custom_modules and place the account_cash_flow code under that folder and set the server path till custom_modules.But when try to open cashflow report its giving error called except_osv: (u'report.account.cash.flow', (, KeyError(u'report.account.cash.flow',), )) error .Can any one help me out to resolve this issue Please can any one tell me how to resolve this Please its URGENT .replay ASP

Best Answer

Hi

This find module from this link there is report will help you.

http://bazaar.launchpad.net/~openerp-dev/openobject-addons/qdp-l10n_us/files

Avatar
Descartar
Autor

when I am trying to use the above mentioned module I am getting except_osv: (u'report.account.cash.flow', (<type 'exceptions.KeyError'>, KeyError(u'report.account.cash.flow',), <traceback object at 0x7f9f5086e050>)) error .Can any one help me out to resolve this issue

Add report menu in account_cash_flow_report.xml

Best Answer

Hello

This is availble for 6.1 version. U need to migrate this module from 6 to 7.0.

U can also find report

http://bazaar.launchpad.net/~openerp-dev/openobject-addons/qdp-l10n_us/files/head:/account_cash_flow/

Avatar
Descartar

ok , there might be some bug in rml file. I ll fix the bug. Provide me your mail id , i will mail you stable code of cash flow.

Autor Best Answer

I am new to openerp .can you please guide me how to add the menu in .xml and i and I am using the code from .http://bazaar.launchpad.net/~openerp-dev/openobject-addons/qdp-l10n_us/files.please helo me out to resolve

Avatar
Descartar