CybroOdoo / OpenHRMS

GNU Affero General Public License v3.0
134 stars 221 forks source link

Installation error employee_check_list (employee_documents_expiry is not available) #111

Open mjrk opened 8 months ago

mjrk commented 8 months ago

On install of employee_check_list, odoo version 16.0, we receive "User Error: You try to install module 'employee_check_list' that depends on module 'employee_documents_expiry'. But the latter module is not available in your system."

In manifest we find in the depends employee_documents_expiry, but this module is not available in Odoo CE or this repository. There is a module oh_employee_documents_expiry, but if I change the depends-entry to it, installation will fail (different model names)

Possibly, we need to use this module from a different repository: https://github.com/CybroOdoo/CybroAddons #

However, this is not documented and might be wrong, too.

How should we proceed?