HR Leave Report Print

by
Odoo
v 15.0 Third Party 475
Download for v 15.0 Deploy on Odoo.sh Live Preview
Availability
Odoo Online
Odoo.sh
On Premise
Odoo Apps Dependencies Time Off (hr_holidays)
Calendar (calendar)
Employees (hr)
Discuss (mail)
Lines of code 293
Technical Name bi_hr_leave
LicenseOPL-1
Websitehttps://www.browseinfo.com
Versions 14.0 13.0 15.0 16.0 17.0
You bought this module and need support? Click here!
Availability
Odoo Online
Odoo.sh
On Premise
Odoo Apps Dependencies Time Off (hr_holidays)
Calendar (calendar)
Employees (hr)
Discuss (mail)
Lines of code 293
Technical Name bi_hr_leave
LicenseOPL-1
Websitehttps://www.browseinfo.com
Versions 14.0 13.0 15.0 16.0 17.0

Print HR Leave Reports Odoo Apps

Print Leave Reports Odoo Apps helps Human resource officers and managers to print HR leave reports in PDF and excel format. Users can print a single leave report from form view and multiple leave report from tree view.

Features

Print Single/Multiple Leave Report in PDF

You can print single or multiple leave report in PDF format.

Print Single/Multiple Leave Report in Excel

You can print single or multiple leave report in excel format.

Print Leave Report

User can print PDF leave report from 'Print' in form view.

Printed Leave Report in PDF

Print Multiple Leave Report

User can print multiple PDF leave report from 'Print' in tree view.

Printed Multiple Leave Report in PDF

Print HR Leave Excel Report

User can print excel leave report from 'Action' in form view.

HR Leave Excel Report Wizard

User can click on 'PRINT EXCEL REPORT' button.

Printed Leave Report in Excel

Print Multiple HR Leave Excel Report

User can print multiple excel leave report from 'Action' in tree view.

HR Leave Excel Report Wizard

User can click on 'PRINT EXCEL REPORT' button.

Printed Multiple Leave Report in Excel

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!
ModuleNotFoundError: No module named 'webcolors' - V15
by
rafael.sabino@webvirtual.com.br
on 5/7/22, 3:28 PM

RPC_ERROR

Odoo Server Error

Traceback (most recent call last):

  File "D:\Program Files\Apps\ATS_SERVER\server\odoo\addons\base\models\ir_http.py", line 237, in _dispatch

    result = request.dispatch()

  File "D:\Program Files\Apps\ATS_SERVER\server\odoo\http.py", line 688, in dispatch

    result = self._call_function(**self.params)

  File "D:\Program Files\Apps\ATS_SERVER\server\odoo\http.py", line 360, in _call_function

    return checked_call(self.db, *args, **kwargs)

  File "D:\Program Files\Apps\ATS_SERVER\server\odoo\service\model.py", line 94, in wrapper

    return f(dbname, *args, **kwargs)

  File "D:\Program Files\Apps\ATS_SERVER\server\odoo\http.py", line 349, in checked_call

    result = self.endpoint(*a, **kw)

  File "D:\Program Files\Apps\ATS_SERVER\server\odoo\http.py", line 917, in __call__

    return self.method(*args, **kw)

  File "D:\Program Files\Apps\ATS_SERVER\server\odoo\http.py", line 536, in response_wrap

    response = f(*args, **kw)

  File "D:\Program Files\Apps\ATS_SERVER\server\odoo\addons\web\controllers\main.py", line 1352, in call_button

    action = self._call_kw(model, method, args, kwargs)

  File "D:\Program Files\Apps\ATS_SERVER\server\odoo\addons\web\controllers\main.py", line 1340, in _call_kw

    return call_kw(request.env[model], method, args, kwargs)

  File "D:\Program Files\Apps\ATS_SERVER\server\odoo\api.py", line 464, in call_kw

    result = _call_kw_multi(method, model, args, kwargs)

  File "D:\Program Files\Apps\ATS_SERVER\server\odoo\api.py", line 451, in _call_kw_multi

    result = method(recs, *args, **kwargs)

  File "<decorator-gen-74>", line 2, in button_immediate_install

  File "D:\Program Files\Apps\ATS_SERVER\server\odoo\addons\base\models\ir_module.py", line 74, in check_and_log

    return method(self, *args, **kwargs)

  File "D:\Program Files\Apps\ATS_SERVER\server\odoo\addons\base\models\ir_module.py", line 483, in button_immediate_install

    return self._button_immediate_function(type(self).button_install)

  File "d:\program files\apps\ats_server\server\addons\apps_actions_history\models\ir_module_history.py", line 23, in _button_immediate_function

    res = super(IrModuleModule, self)._button_immediate_function(function)

  File "D:\Program Files\Apps\ATS_SERVER\server\odoo\addons\base\models\ir_module.py", line 600, in _button_immediate_function

    registry = modules.registry.Registry.new(self._cr.dbname, update_module=True)

  File "D:\Program Files\Apps\ATS_SERVER\server\odoo\modules\registry.py", line 87, in new

    odoo.modules.load_modules(registry, force_demo, status, update_module)

  File "D:\Program Files\Apps\ATS_SERVER\server\odoo\modules\loading.py", line 476, in load_modules

    loaded_modules, update_module, models_to_check)

  File "D:\Program Files\Apps\ATS_SERVER\server\odoo\modules\loading.py", line 365, in load_marked_modules

    perform_checks=perform_checks, models_to_check=models_to_check

  File "D:\Program Files\Apps\ATS_SERVER\server\odoo\modules\loading.py", line 179, in load_module_graph

    load_openerp_module(package.name)

  File "D:\Program Files\Apps\ATS_SERVER\server\odoo\modules\module.py", line 396, in load_openerp_module

    __import__('odoo.addons.' + module_name)

  File "d:\program files\apps\ats_server\server\addons\bi_hr_leave\__init__.py", line 4, in <module>

    from .import wizard

  File "d:\program files\apps\ats_server\server\addons\bi_hr_leave\wizard\__init__.py", line 4, in <module>

    from . import hr_leave_report

  File "d:\program files\apps\ats_server\server\addons\bi_hr_leave\wizard\hr_leave_report.py", line 6, in <module>

    from webcolors import hex_to_rgb ,rgb_to_hex

Exception


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


Traceback (most recent call last):

  File "D:\Program Files\Apps\ATS_SERVER\server\odoo\http.py", line 644, in _handle_exception

    return super(JsonRequest, self)._handle_exception(exception)

  File "D:\Program Files\Apps\ATS_SERVER\server\odoo\http.py", line 302, in _handle_exception

    raise exception.with_traceback(None) from new_cause

ModuleNotFoundError: No module named 'webcolors'


Re: ModuleNotFoundError: No module named 'webcolors' - V15
by
BrowseInfo
on 5/9/22, 3:15 AM Author

Hello Sir,

Please report this error at ticket@browseinfo.in sir with your purchase details.

Our team will guide you further.

Regards