v 13.0 Third Party 17444
Download for v 13.0 Deploy on Odoo.sh
Availability
Odoo Online
Odoo.sh
On Premise
Odoo Apps Dependencies Inventory (stock)
Purchase (purchase)
Discuss (mail)
Invoicing (account)
Lines of code 317
Technical Name export_stockinfo_xls
LicenseAGPL-3
Websitehttps://www.cybrosys.com
Versions 17.0 12.0 13.0 14.0 8.0 9.0 10.0 11.0 15.0 16.0
You bought this module and need support? Click here!
Availability
Odoo Online
Odoo.sh
On Premise
Odoo Apps Dependencies Inventory (stock)
Purchase (purchase)
Discuss (mail)
Invoicing (account)
Lines of code 317
Technical Name export_stockinfo_xls
LicenseAGPL-3
Websitehttps://www.cybrosys.com
Versions 17.0 12.0 13.0 14.0 8.0 9.0 10.0 11.0 15.0 16.0
cybrosys-logo

Current Stock XLS

Current Stock Report for all Products in each Warehouse

Key Highlights

  • Select category for products
  • Get your stock valuation details
  • Negative stock will be highlighted in "red" cells.

Overview


This module helps to print Current Stock Report for all Products in each Warehouse with XLS.

Installation


  • To install this module, you need also the report_xlsx module.
  • You need to set the Timezone in odoo.

Current Stock XLS


  • Select category for products
  • Get your stock valuation details
  • Negative stock will be highlighted in "red" cells.

Screenshots


Suggested Products


Our Service


Odoo Customization

Odoo Implementation

Odoo Integration

Odoo Support

Hire Odoo Developers

Our Industries


Odoo Industry

Trading

Easily procure and sell your products.

Odoo Industry

Manufacturing

Plan, track and schedule your operations.

Odoo Industry

Restaurant

Run your bar or restaurant methodical.

Odoo Industry

POS

Easy configuring and convivial selling.

Odoo Industry

E-commerce & Website

Mobile friendly, awe-inspiring product pages.

Odoo Industry

Hotel Management

An all-inclusive hotel management application.

Odoo Industry

Education

A Collaborative platform for educational management.

Odoo Industry

Service Management

Keep track of services and invoice accordingly.

Need Any Help?


If you have anything to share with us based on your use of this module, please let us know. We are ready to offer our support.

Email us

odoo@cybrosys.com

Contact Us

www.cybrosys.com

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!
by
Nabil EL KADIRI
on 4/30/21, 9:36 PM

Hi,

Any update related to adding the product variants to the excel report?

Thank you


Can we add Product Image
by
suneel
on 4/2/21, 3:47 AM

Hi,

The excel report generated one is good. Can we add Product Image?? Can we add couple of things like Date filter?? Details of PO & SO etc...

Regards,

Suneel



by
Nabil EL KADIRI
on 3/23/21, 7:23 PM

Hi,

Thank you for the efforts and for providing this module for free.


I have tested it and it is usefull, it might be awesome to have it list the product variants too.

Have a nice day.

Re:
by
Cybrosys Technologies
on 3/25/21, 8:16 AM Author

Thanks for your suggestion. We will try to Include in next update 


Can we add Location in this report please?
by
Quang Huynh
on 2/2/21, 1:51 AM



by
GamerStore
on 7/23/20, 12:27 AM

Hello. Is it tested and works in Odoo 13 Enterprise? Thank you.


I get error on click "Export Product with Stock Info" button
by
Luis Rodriguez
on 2/13/20, 11:43 AM

Error: Odoo Server Error Traceback (most recent call last): File "/home/luis/addons/export_stockinfo_xls/controllers/main.py", line 46, in get_report_xlsx report_obj.get_xlsx_report(options, response) File "/home/luis/addons/export_stockinfo_xls/models/wizard.py", line 166, in get_xlsx_report tz = pytz.timezone(user.tz) File "/opt/bitnami/python/lib/python3.7/site-packages/pytz-2016.7-py3.7.egg/pytz/__init__.py", line 163, in timezone if zone.upper() == 'UTC': AttributeError: 'bool' object has no attribute 'upper'


Error on V13
by
Usman Farzand
on 11/28/19, 4:50 AM

Odoo Server Error Traceback (most recent call last): File "/opt/odoo13/odoo/odoo/http.py", line 619, in _handle_exception return super(JsonRequest, self)._handle_exception(exception) File "/opt/odoo13/odoo/odoo/http.py", line 309, in _handle_exception raise pycompat.reraise(type(exception), exception, sys.exc_info()[2]) File "/opt/odoo13/odoo/odoo/tools/pycompat.py", line 14, in reraise raise value File "/opt/odoo13/odoo/odoo/http.py", line 664, in dispatch result = self._call_function(**self.params) File "/opt/odoo13/odoo/odoo/http.py", line 345, in _call_function return checked_call(self.db, *args, **kwargs) File "/opt/odoo13/odoo/odoo/service/model.py", line 93, in wrapper return f(dbname, *args, **kwargs) File "/opt/odoo13/odoo/odoo/http.py", line 338, in checked_call result = self.endpoint(*a, **kw) File "/opt/odoo13/odoo/odoo/http.py", line 909, in __call__ return self.method(*args, **kw) File "/opt/odoo13/odoo/odoo/http.py", line 510, in response_wrap response = f(*args, **kw) File "/opt/odoo13/odoo/addons/web/controllers/main.py", line 1323, in call_button action = self._call_kw(model, method, args, kwargs) File "/opt/odoo13/odoo/addons/web/controllers/main.py", line 1311, in _call_kw return call_kw(request.env[model], method, args, kwargs) File "/opt/odoo13/odoo/odoo/api.py", line 395, in call_kw result = _call_kw_multi(method, model, args, kwargs) File "/opt/odoo13/odoo/odoo/api.py", line 382, in _call_kw_multi result = method(recs, *args, **kwargs) File "/opt/odoo13/odoo-custom-addons/export_stockinfo_xls/models/wizard.py", line 62, in export_xls 'warehouse': self.warehouse.id, File "/opt/odoo13/odoo/odoo/fields.py", line 3457, in __get__ raise ValueError("Expected singleton: %s" % record) ValueError: Expected singleton: stock.warehouse(1, 2, 4)