Sale, Purchase, Invoice, Stock Picking, Stock Delivery XLS Reports

by
Odoo

24.67

v 15.0 Third Party 22
Availability
Odoo Online
Odoo.sh
On Premise
Odoo Apps Dependencies Inventory (stock)
Invoicing (account)
Purchase (purchase)
Sales (sale_management)
Discuss (mail)
Lines of code 947
Technical Name sale_purchase_xls_report
LicenseAGPL-3
Websitehttp://www.omaxinformatics.com
Versions 17.0 10.0 16.0 11.0 15.0 9.0 12.0 14.0 8.0 13.0
You bought this module and need support? Click here!
Availability
Odoo Online
Odoo.sh
On Premise
Odoo Apps Dependencies Inventory (stock)
Invoicing (account)
Purchase (purchase)
Sales (sale_management)
Discuss (mail)
Lines of code 947
Technical Name sale_purchase_xls_report
LicenseAGPL-3
Websitehttp://www.omaxinformatics.com
Versions 17.0 10.0 16.0 11.0 15.0 9.0 12.0 14.0 8.0 13.0

All IN One Excel Report

Overview

This Odoo app help to print Excel Reports for Quotations, Sale Orders, Requests for Quotation, Purchase Orders, Customer Invoices,Vendor Bills and Delivery/Picking Orders.

Feature

  • Quotations Excel reports.
  • Sales Order Excel Report.
  • Request For Quotation Excel Report.
  • Supplier Invoice Excel Report.
  • Customer Invoice Excel Report.
  • Delivery Order Excel Report.
  • Easy to install. No more configuration needed for this. Just install and use it.
  • Support in multi-company & multi-currency environment.

Sale Orders Excel Report Menu

Purchase Orders Excel Report Menu

Customer Invoices Excel Report Menu

Vendor Bills Excel Report Menu

Picking/Delivery Orders Excel Report Menu

Sale Orders Excel Reports

Purchase Orders Excel Reports

Customer Invoices Excel Reports

Vendor Bills Excel Reports

Picking Orders Excel Reports

Delivery Orders Excel Reports

Free Support

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

Get In Touch

Our Odoo Services
Implementation
Development
Customization
Migration
Integration
Training
Support
Hire Developer

For support, query and question contact us.
contact@omaxinformatics.com
www.omaxinformatics.com

Thank you for visiting

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 or have a question related to your purchase, please use the support page.
There are no ratings yet!
by
Marcus Lam
on 5/10/22, 8:26 PM Confirmed Purchase
hi admin
I installed the module "sale_purchase_xls_report-15.0.1.0" on odoo 15 and it gave me this error

please guide to fix
thank you,
Traceback (most recent call last):
  File "/opt/odoo15/odoo/odoo/tools/safe_eval.py", line 330, in safe_eval
    return unsafe_eval(c, globals_dict, locals_dict)
  File "", line 1, in <module>
  File "/opt/odoo15/odoo-custom-addons/sale_purchase_xls_report/wizard/sale.py", line 202, in print_sale_order_xls
    workbook.save(filename)
  File "/opt/odoo15/odoo-venv/lib/python3.8/site-packages/xlwt/Workbook.py", line 710, in save
    doc.save(filename_or_stream, self.get_biff_data())
  File "/opt/odoo15/odoo-venv/lib/python3.8/site-packages/xlwt/CompoundDoc.py", line 262, in save
    f = open(file_name_or_filelike_obj, 'w+b')
PermissionError: [Errno 13] Permission denied: 'Sale Order Report.xls'

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

Traceback (most recent call last):
  File "/opt/odoo15/odoo/odoo/addons/base/models/ir_http.py", line 237, in _dispatch
    result = request.dispatch()
  File "/opt/odoo15/odoo/odoo/http.py", line 688, in dispatch
    result = self._call_function(**self.params)
  File "/opt/odoo15/odoo/odoo/http.py", line 360, in _call_function
    return checked_call(self.db, *args, **kwargs)
  File "/opt/odoo15/odoo/odoo/service/model.py", line 94, in wrapper
    return f(dbname, *args, **kwargs)
  File "/opt/odoo15/odoo/odoo/http.py", line 349, in checked_call
    result = self.endpoint(*a, **kw)
  File "/opt/odoo15/odoo/odoo/http.py", line 917, in __call__
    return self.method(*args, **kw)
  File "/opt/odoo15/odoo/odoo/http.py", line 536, in response_wrap
    response = f(*args, **kw)
  File "/opt/odoo15/odoo/addons/web/controllers/main.py", line 1628, in run
    result = action.run()
  File "/opt/odoo15/odoo/odoo/addons/base/models/ir_actions.py", line 639, in run
    res = runner(run_self, eval_context=eval_context)
  File "/opt/odoo15/odoo/addons/website/models/ir_actions.py", line 61, in _run_action_code_multi
    res = super(ServerAction, self)._run_action_code_multi(eval_context)
  File "/opt/odoo15/odoo/odoo/addons/base/models/ir_actions.py", line 508, in _run_action_code_multi
    safe_eval(self.code.strip(), eval_context, mode="exec", nocopy=True)  # nocopy allows to return 'action'
  File "/opt/odoo15/odoo/odoo/tools/safe_eval.py", line 346, in safe_eval
    raise ValueError('%s: "%s" while evaluating\n%r' % (ustr(type(e)), ustr(e), expr))
Exception

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

Traceback (most recent call last):
  File "/opt/odoo15/odoo/odoo/http.py", line 644, in _handle_exception
    return super(JsonRequest, self)._handle_exception(exception)
  File "/opt/odoo15/odoo/odoo/http.py", line 302, in _handle_exception
    raise exception.with_traceback(None) from new_cause
ValueError: <class 'PermissionError'>: "13
Permission denied" while evaluating
'action = model.print_sale_order_xls()'