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

Advanced Sales Reports

This Module Helps to Generate Advanced sales reports.

Key Highlights

Helps to Print Reports.

The module helps you to print reports like Sales Analysis, Sales By Category, Sales Indent, Sales Invoice ,Product Profit ,Hourly Sales in PDF and XLSX format.

Print Report in both PDF and XLSX format.

Print All Reports in both PDF and XLSX format.

Report in Date Range.

We can apply different filters to print reports.

Community & Enterprise Support.

Available in Odoo 17.0 Community, Enterprise and Odoo.sh.

Menu of All Reports.

Product Profit Report.

Product Profit PDF report.

Product Profit Report XLSX.

Sales Invoice Analysis Report.

Sales Invoice Analysis PDF report.

Sales Invoice Analysis XLSX report.

Sales Category Report.

Sales Category PDF report.

Sales Category XLSX report.

Sales Indent Report.

Sales Indent PDF report.

Sales Indent XLSX report.

Sales Analysis Report.

Sales Analysis PDF Report.

Sales Analysis XLSX Report.

Hourly Sales Report.

  • Helps you to Print Reports like Sales Analysis.
  • Sales By Category Report.
  • Print Report in both PDF and XLSX format.
Version 17.0.1.0.0|Released on:5th December 2023

Initial Commit for Advanced Sales Reports.

Related Products

Our Services

service-icon

Odoo Customization

service-icon

Odoo Implementation

service-icon

Odoo Support

service-icon

Hire Odoo Developer

service-icon

Odoo Integration

service-icon

Odoo Migration

service-icon

Odoo Consultancy

service-icon

Odoo Implementation

service-icon

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

Support

Need Help?

Got questions or need help? Get in touch.

odoo@cybrosys.com
WhatsApp

Say hi to us on WhatsApp!

+91 99456767686

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!
Hi, I am getting this error in any of the reports. (in this case Category Report). Is this module really functioning? Thank you.
by
Xavier Morejon
on 12/28/23, 6:51 PM

RPC_ERROR
Odoo Server Error
Traceback (most recent call last):
  File "", line 302, in template_200
  File "", line 260, in template_200_content
  File "/usr/lib/python3/dist-packages/odoo/addons/base/models/ir_qweb.py", line 2364, in _get_field
    field = record._fields[field_name]
AttributeError: 'NoneType' object has no attribute '_fields'

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

Traceback (most recent call last):
  File "/usr/lib/python3/dist-packages/odoo/addons/web/controllers/report.py", line 120, in report_download
    response = self.report_routes(reportname, converter=converter, context=context, **data)
  File "/usr/lib/python3/dist-packages/odoo/http.py", line 697, in route_wrapper
    result = endpoint(self, *args, **params_ok)
  File "/usr/lib/python3/dist-packages/odoo/addons/web/controllers/report.py", line 42, in report_routes
    pdf = report.with_context(context)._render_qweb_pdf(reportname, docids, data=data)[0]
  File "/usr/lib/python3/dist-packages/odoo/addons/account/models/ir_actions_report.py", line 58, in _render_qweb_pdf
    return super()._render_qweb_pdf(report_ref, res_ids=res_ids, data=data)
  File "/usr/lib/python3/dist-packages/odoo/addons/base/models/ir_actions_report.py", line 819, in _render_qweb_pdf
    collected_streams = self._render_qweb_pdf_prepare_streams(report_ref, data, res_ids=res_ids)
  File "/usr/lib/python3/dist-packages/odoo/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 "/usr/lib/python3/dist-packages/odoo/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 "/usr/lib/python3/dist-packages/odoo/addons/account/models/ir_actions_report.py", line 20, in _render_qweb_pdf_prepare_streams
    return super()._render_qweb_pdf_prepare_streams(report_ref, data, res_ids=res_ids)
  File "/usr/lib/python3/dist-packages/odoo/addons/base/models/ir_actions_report.py", line 708, 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 "/usr/lib/python3/dist-packages/odoo/addons/base/models/ir_actions_report.py", line 896, in _render_qweb_html
    return self._render_template(report.report_name, data), 'html'
  File "/usr/lib/python3/dist-packages/odoo/addons/base/models/ir_actions_report.py", line 623, in _render_template
    return view_obj._render_template(template, values).encode()
  File "/usr/lib/python3/dist-packages/odoo/addons/base/models/ir_ui_view.py", line 2125, in _render_template
    return self.env['ir.qweb']._render(template, values)
  File "/usr/lib/python3/dist-packages/odoo/tools/profiler.py", line 292, in _tracked_method_render
    return method_render(self, template, values, **options)
  File "/usr/lib/python3/dist-packages/odoo/addons/base/models/ir_qweb.py", line 581, in _render
    result = ''.join(rendering)
  File "", line 52, in template_1889
  File "", line 34, in template_1889_content
  File "", line 24, in template_1889_t_call_0
  File "", line 97, in template_203
  File "", line 72, in template_203_content
  File "", line 308, in template_200
odoo.addons.base.models.ir_qweb.QWebException: Error while render the template
AttributeError: 'NoneType' object has no attribute '_fields'
Template: web.external_layout_boxed
Path: /t/div[3]/div/div[3]/span
Node:

The above server error caused the following client error:
RPC_ERROR: Odoo Server Error
    at makeErrorFromResponse (https://testodoo.4photos.cat/web/assets/debug/web.assets_backend.js:10409:19) (/web/static/src/core/network/rpc_service.js:34)
    at decoder.onload (https://testodoo.4photos.cat/web/assets/debug/web.assets_backend.js:10299:25) (/web/static/src/core/network/download.js:551)