Accounting Excel Reports

by
Odoo
v 8.0 Third Party 1688
Download for v 8.0
Availability
Odoo Online
Odoo.sh
On Premise
Odoo Apps Dependencies Social Network (mail)
Community Apps Dependencies
Technical Name account_financial_report_aeroo_xls
LicenseAGPL-3
Websitehttp://www.browseinfo.in
You bought this module and need support? Click here!
Availability
Odoo Online
Odoo.sh
On Premise
Odoo Apps Dependencies Social Network (mail)
Community Apps Dependencies
Technical Name account_financial_report_aeroo_xls
LicenseAGPL-3
Websitehttp://www.browseinfo.in

Odoo 8 : Accounting XLS Reports

This module adds XLS export to the following accounting reports:



List of Accounting Reports



  • General Ledger
  • Trial Balance
  • Balance Sheet
  • Profit and Loss
  • General Ledger


  • Trial Balance


  • Balance Sheet


  • Profit and Loss




Note:



Download Aeroo Reports From Here.

Free Support

You will get 90 Days free support incase any bugs or issue (Except data recovery).

At BrowseInfo we offer end to end solution for Odoo services. Which includes analysis & consultation on the workflows and integration part. Please note that You're not allowed to distribute this module after purchase! Incase of any question regarding this module feel free to email us on sales@browseinfo.in or raise a ticket on support


Get Help & Support


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!
Unable to Print
by
Ubaid ur Rehman
on 7/31/18, 9:30 AM

Hi I got following Error. When Click on Print Excel button. Please suggest the correct way to 2018-07-31 13:26:57,694 21806 ERROR test_001_002 report_aeroo: Error in '_report_content' method Traceback (most recent call last): File "/home/urehman/aeroo_reports/report_aeroo/report_xml.py", line 291, in _report_content fp = tools.file_open(report[name[:-8]], mode='rb') File "/home/urehman/Downloads/odoo-8.0-20171009/openerp/tools/misc.py", line 204, in file_open return _fileopen(name, mode=mode, basedir=rtp, pathinfo=pathinfo, basename=basename) File "/home/urehman/Downloads/odoo-8.0-20171009/openerp/tools/misc.py", line 260, in _fileopen raise IOError('File not found: %s' % basename) IOError: File not found: general_ledger/report/general_ledger.ods 2018-07-31 13:26:57,695 21806 ERROR test_001_002 openerp.service.report: Exception: (u'Error!', u'No template found!') Traceback (most recent call last): File "/home/urehman/Downloads/odoo-8.0-20171009/openerp/service/report.py", line 93, in go result, format = openerp.report.render_report(cr, uid, ids, object, datas, context) File "/home/urehman/Downloads/odoo-8.0-20171009/openerp/report/__init__.py", line 40, in render_report return registry['ir.actions.report.xml'].render_report(cr, uid, ids, name, data, context) File "/home/urehman/Downloads/odoo-8.0-20171009/openerp/api.py", line 268, in wrapper return old_api(self, *args, **kwargs) File "/home/urehman/Downloads/odoo-8.0-20171009/openerp/addons/base/ir/ir_actions.py", line 156, in render_report return new_report.create(cr, uid, res_ids, data, context) File "/home/urehman/aeroo_reports/report_aeroo/report_aeroo.py", line 866, in create res = fnct(cr, uid, ids, data, report_xml, context) File "/home/urehman/aeroo_reports/report_aeroo/report_aeroo.py", line 792, in create_source_odt return self.create_single_pdf(cr, uid, ids, data, report_xml, context) File "/home/urehman/aeroo_reports/report_aeroo/report_aeroo.py", line 626, in create_single_pdf return self.create_aeroo_report(cr, uid, ids, data, report_xml, context=context, output=output) File "/home/urehman/aeroo_reports/report_aeroo/report_aeroo.py", line 516, in create_aeroo_report raise osv.except_osv(_('Error!'), _('No template found!')) except_orm: (u'Error!', u'No template found!') 2018-07-31 13:26:57,921 21806 ERROR test_001_002 openerp.addons.web.controllers.main: An exception occured during an http request Traceback (most recent call last): File "/home/urehman/Downloads/odoo-8.0-20171009/openerp/addons/web/controllers/main.py", line 70, in wrap return f(*args, **kwargs) File "/home/urehman/Downloads/odoo-8.0-20171009/openerp/addons/web/controllers/main.py", line 1575, in index request.session.db, request.session.uid, request.session.password, report_id) File "/home/urehman/Downloads/odoo-8.0-20171009/openerp/http.py", line 888, in proxy_method result = dispatch_rpc(self.service_name, method, args) File "/home/urehman/Downloads/odoo-8.0-20171009/openerp/http.py", line 115, in dispatch_rpc result = dispatch(method, params) File "/home/urehman/Downloads/odoo-8.0-20171009/openerp/service/report.py", line 34, in dispatch res = fn(db, uid, *params) File "/home/urehman/Downloads/odoo-8.0-20171009/openerp/service/report.py", line 141, in exp_report_get return _check_report(report_id) File "/home/urehman/Downloads/odoo-8.0-20171009/openerp/service/report.py", line 119, in _check_report raise openerp.osv.orm.except_orm(exc.messa