OpenHRMS
OpenHRMS copied to clipboard
When Administrator user is trying to Check In in the HR Dashboard, gets: Missing Record Record does not exist or has been deleted. (Record: hr.employee(2,), User: 2). After creating another...
Moved all the custom apps to addons folder. There might be a better way to do it in git to track the changes properly. Run the docker `docker-compose -f local.yml...
Trying to install openhrms in ubuntu 20.04 and 22.04 but lot of dependencies are missing , on windows installation as soon as the modules are added on addon folder ,...
payslip += self.env['hr.payslip'].create(res) payslip = self.env['hr.payslip'].create(res) The payslip generation takes too long because when processing payslips, it starts all over again on every iteration. Removing the compound addition solves this.
Whenever I try to generate payslips for employees while clicking on payslip Batches, it takes too long to process. The number of employees is around 230 employees with 24 salary...
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...
self.env.user_id.company_id returns the default company linked to current user, not the "Actual" company the user is working on. It is even possible that "default" company is not selected, triggering a...
self.env.user_id.company_id returns the default company linked to current user, not the "Actual" company the user is working on. It is even possible that "default" company is not selected, triggering a...
self.env.user_id.company_id returns the default company linked to current user, not the "Actual" company the user is working on. It is even possible that "default" company is not selected, triggering a...