Odoo 16 Accounting Financial Reports
by Odoo Mates https://www.youtube.com/watch?v=yA4NLwOLZms , Odoo S.A. https://www.youtube.com/watch?v=yA4NLwOLZms| Availability |
Odoo Online
Odoo.sh
On Premise
|
| Odoo Apps Dependencies |
•
Invoicing (account)
• Discuss (mail) |
| Lines of code | 2767 |
| Technical Name |
accounting_pdf_reports |
| License | LGPL-3 |
| Website | https://www.youtube.com/watch?v=yA4NLwOLZms |
| Versions | 12.0 13.0 14.0 15.0 16.0 17.0 18.0 19.0 |
Accounting Reports Odoo 16
Added Financial Reports:
Partner Ledger Report.
Journals Audit.
General Ledger.
Trial Balance.
Aged Partner Balance.
Profit and Loss.
Balance Sheet.
Tax Report.
Accounting Reports
All in one financial reports for odoo community edition
General Ledger
General ledger report with accounts, partners and analytic account filter
Report
Partner Ledger
Partner ledger report with partner filter.
Report
Aged Partner Balance
Report
Please log in to comment on this module
There are no ratings yet!
Zero Tax
Tax rates at 0% do not show on the tax report, this is needed for VAT
the balance sheet and income statement
the balance sheet and income statement are not working.
Great module! Just a little problem when ruuning general ledger report
Traceback (most recent call last): File "/opt/odoo16/addons/web/controllers/report.py", line 124, in report_download response = self.report_routes(reportname, converter=converter, context=context, **data) File "/opt/odoo16/odoo/http.py", line 673, in route_wrapper result = endpoint(self, *args, **params_ok) File "/opt/odoo16/addons/web/controllers/report.py", line 46, in report_routes pdf = report.with_context(context)._render_qweb_pdf(reportname, docids, data=data)[0] File "/opt/odoo16/addons/account/models/ir_actions_report.py", line 54, in _render_qweb_pdf return super()._render_qweb_pdf(report_ref, res_ids=res_ids, data=data) File "/opt/odoo16/odoo/addons/base/models/ir_actions_report.py", line 796, in _render_qweb_pdf collected_streams = self._render_qweb_pdf_prepare_streams(report_ref, data, res_ids=res_ids) File "/opt/odoo16/addons/account_edi_ubl_cii/models/ir_actions_report.py", line 58, in _render_qweb_pdf_prepare_streams collected_streams = super()._render_qweb_pdf_prepare_streams(report_ref, data, res_ids=res_ids) File "/opt/odoo16/addons/account_edi/models/ir_actions_report.py", line 14, in _render_qweb_pdf_prepare_streams collected_streams = super()._render_qweb_pdf_prepare_streams(report_ref, data, res_ids=res_ids) File "/opt/odoo16/addons/account/models/ir_actions_report.py", line 17, in _render_qweb_pdf_prepare_streams return super()._render_qweb_pdf_prepare_streams(report_ref, data, res_ids=res_ids) File "/opt/odoo16/odoo/addons/base/models/ir_actions_report.py", line 698, in _render_qweb_pdf_prepare_streams html = self.with_context(**additional_context)._render_qweb_html(report_ref, res_ids_wo_stream, data=data)[0] File "/opt/odoo16/odoo/addons/base/models/ir_actions_report.py", line 864, in _render_qweb_html data = self._get_rendering_context(report, docids, data) File "/opt/odoo16/odoo/addons/base/models/ir_actions_report.py", line 879, in _get_rendering_context data.update(report_model._get_report_values(docids, data=data)) File "/opt/odoo16/custom/general/accounting_pdf_reports/report/report_general_ledger.py", line 176, in _get_report_values init_balance, sortby, display_account) File "/opt/odoo16/custom/general/accounting_pdf_reports/report/report_general_ledger.py", line 113, in _get_account_move_entry cr.execute(sql, params) File "/opt/odoo16/odoo/sql_db.py", line 315, in execute res = self._obj.execute(query, params) psycopg2.ProgrammingError: column l.analytic_account_id does not exist LINE 7: ...LEFT JOIN account_analytic_account aaa ON (aaa.id=l.analytic...Re: Great module! Just a little problem when ruuning general ledger report
Hi,
We will check and let you know soon