I try to use only production version, but when try install V15 Production (Release Version 15.0.0 · frappe/hrms · GitHub) but pass automaticaly to V16-Dev. Can help to only use Production version 15?
I had the same problem.
First get Frappe HR v15:
bench get-app hrms --branch version-15
Then re-install it:
bench --site your-site-name install-app hrms
1 Like