Skip to Content
Menu

Employee Attendance Xlsx Report

by
Odoo
v 16.0 Third Party 1048
Download for v 16.0 Deploy on Odoo.sh
Availability
Odoo Online
Odoo.sh
On Premise
Odoo Apps Dependencies Attendances (hr_attendance)
Employees (hr)
Discuss (mail)
Lines of code 225
Technical Name hr_attendance_xlsx_report
LicenseAGPL-3
Websitehttps://www.cybrosys.com
Versions 14.0 15.0 16.0 17.0 18.0
You bought this module and need support? Click here!
Availability
Odoo Online
Odoo.sh
On Premise
Odoo Apps Dependencies Attendances (hr_attendance)
Employees (hr)
Discuss (mail)
Lines of code 225
Technical Name hr_attendance_xlsx_report
LicenseAGPL-3
Websitehttps://www.cybrosys.com
Versions 14.0 15.0 16.0 17.0 18.0
Community

Employee Attendance Xlsx Report

This module helps to manage the attendance report of employees

Explore This Module

Overview

This module helps to manage the attendance report of employee. The report will show the working hours of each employee with the dates. Easily identify the employee is present or not and half day working , by giving specific colors for each working.

Features

Attendance report of all employees
Attendance report of one specific employee

Screenshots

Choose date range from wizard

Go to Attendance -> Reporting -> Attendance Report

Attendance report of all employees

Choose date range and employee from wizard

Attendance report of a chosen employee with a specified date range.

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

Need Help?

Got questions or need help? Get in touch.

odoo@cybrosys.com

WhatsApp

Say hi to us on WhatsApp!

+91 86068 27707

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 found this error when print report
by
mohamedfayez001@gmail.com
on 4/16/24, 6:34 PM
Traceback (most recent call last):
  File "/usr/lib/python3/dist-packages/odoo/tools/cache.py", line 85, in lookup
    r = d[key]
  File "", line 2, in __getitem__
  File "/usr/lib/python3/dist-packages/odoo/tools/func.py", line 87, in locked
    return func(inst, *args, **kwargs)
  File "/usr/lib/python3/dist-packages/odoo/tools/lru.py", line 34, in __getitem__
    a = self.d[obj]
KeyError: ('ir.model.data', , 'undefined')

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/usr/lib/python3/dist-packages/odoo/addons/report_xlsx/controllers/main.py", line 76, in report_download
    response = self.report_routes(
  File "/usr/lib/python3/dist-packages/odoo/http.py", line 697, in route_wrapper
    result = endpoint(self, *args, **params_ok)
  File "/usr/lib/python3/dist-packages/odoo/addons/report_xlsx/controllers/main.py", line 37, in report_routes
    xlsx = report.with_context(**context)._render_xlsx(
  File "/usr/lib/python3/dist-packages/odoo/addons/report_xlsx/models/ir_report.py", line 16, in _render_xlsx
    report_sudo = self._get_report(report_ref)
  File "/usr/lib/python3/dist-packages/odoo/addons/base/models/ir_actions_report.py", line 519, in _get_report
    report = self.env.ref(report_ref)
  File "/usr/lib/python3/dist-packages/odoo/api.py", line 582, in ref
    res_model, res_id = self['ir.model.data']._xmlid_to_res_model_res_id(
  File "/usr/lib/python3/dist-packages/odoo/addons/base/models/ir_model.py", line 2023, in _xmlid_to_res_model_res_id
    return self._xmlid_lookup(xmlid)[1:3]
  File "", line 2, in _xmlid_lookup
  File "/usr/lib/python3/dist-packages/odoo/tools/cache.py", line 90, in lookup
    value = d[key] = self.method(*args, **kwargs)
  File "/usr/lib/python3/dist-packages/odoo/addons/base/models/ir_model.py", line 2011, in _xmlid_lookup
    module, name = xmlid.split('.', 1)
ValueError: not enough values to unpack (expected 2, got 1)

The above server error caused the following client error:
RPC_ERROR: Odoo Server Error
    at makeErrorFromResponse (http://217.76.50.24:8069/web/assets/928-ce3f97f/web.assets_backend.min.js:985:163)
    at decoder.onload (http://217.76.50.24:8069/web/assets/928-ce3f97f/web.assets_backend.min.js:973:7)