Odoo Professional Report Templates

by
Odoo 24
v 14.0 Third Party 36877
Download for v 14.0 Deploy on Odoo.sh Live Preview
Availability
Odoo Online
Odoo.sh
On Premise
Odoo Apps Dependencies Inventory (stock)
Invoicing (account)
Purchase (purchase)
Sales (sale_management)
Discuss (mail)
Lines of code 5003
Technical Name bi_professional_reports_templates
LicenseOPL-1
Websitehttps://www.browseinfo.com
Versions 11.0 16.0 14.0 17.0 9.0 10.0 12.0 13.0 15.0 8.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 5003
Technical Name bi_professional_reports_templates
LicenseOPL-1
Websitehttps://www.browseinfo.com
Versions 11.0 16.0 14.0 17.0 9.0 10.0 12.0 13.0 15.0 8.0

Professional Report Template Odoo Apps

Easily Customizable Report Template for Quotation/Sale Order/Sales, Invoice, Picking/Delivery Order,RFQ/Purchase Order/Purchases. We are provide various Professional Report Templates like A Odoo Standard PDF Report Template, Modern PDF Report Template, Fancy PDF Report Template, Classic PDF Report Template.
Also user can able to Set the Report Templates with color picker and watermark options in Company Configuration.

Spanish Translation Available.

Features

Odoo Standard PDF Report

You can configure Odoo Standard template for specific report. Easily Customizable Standard Report Template for Quotation/Sale Order, Invoices, Picking/Delivery Order,RFQ/PO/Purchases.

Fancy PDF Report

You can configure Fancy template for specific report. Easily Customizable Fancy Report Template for Quotation/Sale Order, Invoices, Picking/Delivery Order,RFQ/PO/Purchases.

Modern PDF Report

You can configure Modern template for specific report. Easily Customizable Modern Report Template for Quotation/Sale Order, Invoices, Picking/Delivery Order,RFQ/PO/Purchases.

Classic PDF Report

You can configure Classic template for specific report. Easily Customizable Classic Report Template for Quotation/Sale Order, Invoices, Picking/Delivery Order,RFQ/PO/Purchases.

Individual Template For Each Company

User can select template for particular company.

Useful for All type of Industries

As this module is the very useful for all type of Industries. You can contact us for any Query regarding this Module.

Color Picker Widget for Each Report Template

User have color picker widget option for each report template.

Watermark Image for Report Template

User have watermark image option for report, when this is uploaded all reported should be printed under uploaded watermark pdf.

User Configuration

User can easily company configuration for various Templates Report.

Send Mail

User can easily Send Mail of various Templates Report.

How to use this module

Report Templates Configuration

You can Goto > Settings > Companies under 'Report Templates' tab, Configure color picker widget for each report template(i.e Sales , Purchase, Invoice, Delivery).

You can set watermark image for report, When this is uploaded all reported should be printed under uploaded watermark pdf.

Send Mail

User can easily Send Mail of Various Template Report.

Fancy Report Template

Sale Order Fancy Report.


Delivery Order Fancy Report.


Purchase Order Fancy Report.


Invoice Fancy Report.


Classic Report Template

Sale Order Classic Report.


Delivery Order Classic Report.


Purchase Order Classic Report.


Invoice Classic Report.


Modern Report Template

Sale Order Modern Report.


Delivery Order Modern Report.


Purchase Order Modern Report.


Invoice Modern Report.


Odoo Standard Template

Sale Order Standard Report.


Delivery Order Standard Report.


Purchase Order Standard Report.


Invoice Standard Report.


Apps May You Like

Most Demanded Apps

Free Support

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

At BrowseInfo we offer end to end solution for Odoo services. Which includes analysis & consultation on the workflows and integration part. Please note that You're not allowed to distribute this module after purchase! Incase of any question regarding this module feel free to email us on ticket@browseinfo.in or raise a ticket on support.

Odoo Proprietary License v1.0

This software and associated files (the "Software") may only be used (executed,
modified, executed after modifications) if you have purchased a valid license
from the authors, typically via Odoo Apps, or if you have received a written
agreement from the authors of the Software (see the COPYRIGHT file).

You may develop Odoo modules that use the Software as a library (typically
by depending on it, importing it and using its resources), but without copying
any source code or material from the Software. You may distribute those
modules under the license of your choice, provided that this license is
compatible with the terms of the Odoo Proprietary License (For example:
LGPL, MIT, or proprietary licenses similar to this one).

It is forbidden to publish, distribute, sublicense, or sell copies of the Software
or modified copies of the Software.

The above copyright notice and this permission notice must be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM,
DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
DEALINGS IN THE SOFTWARE.

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!
I GOT EROR
by
awkesupermarket@gmail.com
on 3/13/21, 5:15 AM
Odoo Server Error
Traceback (most recent call last):
  File "D:\odoo\server\odoo\addons\base\models\ir_http.py", line 237, in _dispatch
    result = request.dispatch()
  File "D:\odoo\server\odoo\http.py", line 683, in dispatch
    result = self._call_function(**self.params)
  File "D:\odoo\server\odoo\http.py", line 359, in _call_function
    return checked_call(self.db, *args, **kwargs)
  File "D:\odoo\server\odoo\service\model.py", line 94, in wrapper
    return f(dbname, *args, **kwargs)
  File "D:\odoo\server\odoo\http.py", line 347, in checked_call
    result = self.endpoint(*a, **kw)
  File "D:\odoo\server\odoo\http.py", line 912, in __call__
    return self.method(*args, **kw)
  File "D:\odoo\server\odoo\http.py", line 531, in response_wrap
    response = f(*args, **kw)
  File "D:\odoo\server\odoo\addons\web\controllers\main.py", line 1381, in call_button
    action = self._call_kw(model, method, args, kwargs)
  File "D:\odoo\server\odoo\addons\web\controllers\main.py", line 1369, in _call_kw
    return call_kw(request.env[model], method, args, kwargs)
  File "D:\odoo\server\odoo\api.py", line 396, in call_kw
    result = _call_kw_multi(method, model, args, kwargs)
  File "D:\odoo\server\odoo\api.py", line 383, in _call_kw_multi
    result = method(recs, *args, **kwargs)
  File "<decorator-gen-72>", line 2, in button_immediate_install
  File "D:\odoo\server\odoo\addons\base\models\ir_module.py", line 73, in check_and_log
    return method(self, *args, **kwargs)
  File "D:\odoo\server\odoo\addons\base\models\ir_module.py", line 474, in button_immediate_install
    return self._button_immediate_function(type(self).button_install)
  File "D:\odoo\server\odoo\addons\base\models\ir_module.py", line 592, in _button_immediate_function
    modules.registry.Registry.new(self._cr.dbname, update_module=True)
  File "D:\odoo\server\odoo\modules\registry.py", line 89, in new
    odoo.modules.load_modules(registry._db, force_demo, status, update_module)
  File "D:\odoo\server\odoo\modules\loading.py", line 455, in load_modules
    loaded_modules, update_module, models_to_check)
  File "D:\odoo\server\odoo\modules\loading.py", line 348, in load_marked_modules
    perform_checks=perform_checks, models_to_check=models_to_check
  File "D:\odoo\server\odoo\modules\loading.py", line 178, in load_module_graph
    load_openerp_module(package.name)
  File "D:\odoo\server\odoo\modules\module.py", line 358, in load_openerp_module
    __import__('odoo.addons.' + module_name)
  File "D:\odoo\server\odoo\addons\base_vat\__init__.py", line 4, in <module>
    from . import models
  File "D:\odoo\server\odoo\addons\base_vat\models\__init__.py", line 6, in <module>
    from . import res_partner
  File "D:\odoo\server\odoo\addons\base_vat\models\res_partner.py", line 7, in <module>
    import stdnum
  File "D:\odoo\python\lib\site-packages\stdnum\__init__.py", line 40, in <module>
    from stdnum.util import get_cc_module
  File "D:\odoo\python\lib\site-packages\stdnum\util.py", line 29, in <module>
    import pydoc
Exception

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

Traceback (most recent call last):
  File "D:\odoo\server\odoo\http.py", line 639, in _handle_exception
    return super(JsonRequest, self)._handle_exception(exception)
  File "D:\odoo\server\odoo\http.py", line 315, in _handle_exception
    raise exception.with_traceback(None) from new_cause
ValueError: source code string cannot contain null bytes