Timesheet Validation Status

Validate Timesheet Entries

Technical Name:
timesheet_validation_status
Version:
12.0
License:
Author:
Numigi
Website:
https://kastor.lab.numigi.net/web/image/product.template/1452/image_1920?unique=0a81b40
  • Odoo Version

Conditions générales
Garantie satisfait ou remboursé de 30 jours
Expédition : 2-3 jours ouvrables

Timesheet Validation Status

This module allows to validate timesheets.

Context

In vanilla Odoo (community version), as of version 12.0, there is no mecanism to validate timesheets.

In Odoo enterprise, there is a mecanism, but it is based on a single date of validation per employee. It does not keep track of which timesheet entry has been approved. If a new timesheet entry is added by the employee, it will automatically be considered validated.

Summary

This module adds a checkbox on timesheet lines to keep track of the validation status.

An action is added in list view to allow the manager to validate timesheets. This feature is also available from the grid view (for Odoo enterprise users).

Timesheet Validation

As member of the group Timesheets / Manager, from the list view of timesheets, I can validate a set of selected timesheet entries.

static/description/timesheet_validate_action.png

After validating the timesheets, I notice that the checkbox Approved is checked.

static/description/timesheets_validated.png

Validated / To Validate Filters

Two filters are are added in the list view of timesheets.

  • Validated
  • To Validate
static/description/timesheet_filters.png

These filters allow to display / hide timesheets based on their validation status.

Contributors