You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, every Employee with a @vshn.ch email address is listed in the employee report (provided that there is a day within the contract dates).
However, currently it also includes employees that are part of VSHN, but don't use Odoo to record attendances, e.g. people working full-time in Canada office or are legally contractors.
In those cases, the employee report will show a warning that generating reports fails for those employees.
This warning can be removed by filtering the list of employees accordingly.
The problem is, to correctly determine the criteria to exclude them from the list. In Odoo, atm the list of Employees aren't consistently managed. The most logical field is "Office location" field, but for most employees this field is empty, some is set to "1. OG" (probably historically) and 1-2 have set it to "Canada".
So, in order to implement this feature we need:
Cleanup the "Office location" field across all employees in Odoo, use it consistently. For example, on use values like Zurich, Vancouver, or Contractor. If empty, resort to Zurich.
The Odoo query that gets the list of employees should be adjusted so that only people originally working from the Zurich office are listed.
The text was updated successfully, but these errors were encountered:
Currently, every Employee with a
@vshn.ch
email address is listed in the employee report (provided that there is a day within the contract dates).However, currently it also includes employees that are part of VSHN, but don't use Odoo to record attendances, e.g. people working full-time in Canada office or are legally contractors.
In those cases, the employee report will show a warning that generating reports fails for those employees.
This warning can be removed by filtering the list of employees accordingly.
The problem is, to correctly determine the criteria to exclude them from the list. In Odoo, atm the list of Employees aren't consistently managed. The most logical field is "Office location" field, but for most employees this field is empty, some is set to "1. OG" (probably historically) and 1-2 have set it to "Canada".
So, in order to implement this feature we need:
Zurich
,Vancouver
, orContractor
. If empty, resort toZurich
.The text was updated successfully, but these errors were encountered: