Availability |
Odoo Online
Odoo.sh
On Premise
|
Odoo Apps Dependencies |
•
Inventory (stock)
• Purchase (purchase) • Discuss (mail) • Invoicing (account) |
Lines of code | 589 |
Technical Name |
inventory_turnover_report_analysis |
License | AGPL-3 |
Website | https://www.cybrosys.com |
Versions | 15.0 16.0 17.0 18.0 |
Availability |
Odoo Online
Odoo.sh
On Premise
|
Odoo Apps Dependencies |
•
Inventory (stock)
• Purchase (purchase) • Discuss (mail) • Invoicing (account) |
Lines of code | 589 |
Technical Name |
inventory_turnover_report_analysis |
License | AGPL-3 |
Website | https://www.cybrosys.com |
Versions | 15.0 16.0 17.0 18.0 |

Inventory Turnover Analysis Report
This will help you to generate inventory turnover analysis report in pdf, xlsx, tree view and graph view.

Key Highlights
PDF and XLSX report
Tree view and graph view analysis

An "Inventory turnover analysis report" submenu created under the reporting menu.

When click on the menu it will show a wizard for select start date, end date, products, categories, warehouses and companies. If we not select anything it will give all records. We can select necessary domains for filter records. Set default values in fields. We have PDF Report, XLSX Report, View data and Graph analysis buttons for generate reports.

Select values

Click on PDF Report will generate pdf report and automatically download.

Click on XLSX Report will generate xlsx report.

Click on View data button will show records in tree view formate .

Graph analysis button generate the records in different graph formate like bar chart, line chart, pie chart etc. Below shows bar chart view and measures

Change measures

Pie chart

When click on the data in graph view that will show the corresponding records in tree view.
-
Support in Community, Enterprise & Odoo.sh.
-
Easily download pdf and xlsx report.
-
Have tree view and graph view of records
Initial commit for Inventory Turnover Analysis Report
Related 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
Support
Got questions or need help? Get in touch.
Say hi to us on WhatsApp!
Please log in to comment on this module
Report comment
Any abuse of this reporting system will be penalizedError if start date & end date is not blank
RPC_ERROR
Odoo Server Error
Traceback (most recent call last):
File "D:\Program Files\Odoo 17\server\odoo\http.py", line 1765, in _serve_db
return service_model.retrying(self._serve_ir_http, self.env)
File "D:\Program Files\Odoo 17\server\odoo\service\model.py", line 133, in retrying
result = func()
File "D:\Program Files\Odoo 17\server\odoo\http.py", line 1792, in _serve_ir_http
response = self.dispatcher.dispatch(rule.endpoint, args)
File "D:\Program Files\Odoo 17\server\odoo\http.py", line 1996, in dispatch
result = self.request.registry['ir.http']._dispatch(endpoint)
File "D:\Program Files\Odoo 17\server\odoo\addons\website\models\ir_http.py", line 235, in _dispatch
response = super()._dispatch(endpoint)
File "D:\Program Files\Odoo 17\server\odoo\addons\base\models\ir_http.py", line 222, in _dispatch
result = endpoint(**request.params)
File "D:\Program Files\Odoo 17\server\odoo\http.py", line 722, in route_wrapper
result = endpoint(self, *args, **params_ok)
File "D:\Program Files\Odoo 17\server\odoo\addons\web\controllers\dataset.py", line 28, in call_button
action = self._call_kw(model, method, args, kwargs)
File "D:\Program Files\Odoo 17\server\odoo\addons\web\controllers\dataset.py", line 20, in _call_kw
return call_kw(request.env[model], method, args, kwargs)
File "D:\Program Files\Odoo 17\server\odoo\api.py", line 468, in call_kw
result = _call_kw_multi(method, model, args, kwargs)
File "D:\Program Files\Odoo 17\server\odoo\api.py", line 453, in _call_kw_multi
result = method(recs, *args, **kwargs)
File "d:\program files\odoo 17\sessions\addons\17.0\inventory_turnover_report_analysis\wizard\turnover_report.py", line 170, in action_data_fetch
filtered_records = self.call_render_model()
File "d:\program files\odoo 17\sessions\addons\17.0\inventory_turnover_report_analysis\wizard\turnover_report.py", line 325, in call_render_model
return self._date_comparison(stock_report)
File "d:\program files\odoo 17\sessions\addons\17.0\inventory_turnover_report_analysis\wizard\turnover_report.py", line 346, in _date_comparison
record_date >= self.start_date) or
TypeError: '>=' not supported between instances of 'bool' and 'datetime.date'
The above server error caused the following client error:
RPC_ERROR: Odoo Server Error
at makeErrorFromResponse (http://localhost:8071/web/assets/dd92d4d/web.assets_web.min.js:2879:163)
at XMLHttpRequest. (http://localhost:8071/web/assets/dd92d4d/web.assets_web.min.js:2883:13)
Re: Error if start date & end date is not blank
Hello, We couldn't reproduce the issue you mentioned. Could you please
confirm if you're using any other custom apps? There may be a conflict
between those apps.
There are no comments yet!