You can only set a personal stage in a private task.
I've already checked all the stages, but the message is blocking the user creation.
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
- CRM
- e-Commerce
- Akuntansi
- Inventaris
- PoS
- Project
- MRP
Pertanyaan ini telah diberikan tanda
Hi,
The "You can only set a personal stage in a private task" error in Odoo 19 during user creation indicates a validation rule issue, likely stemming from custom modules or customizations affecting task management. Start by disabling custom modules related to tasks, projects, or user management to identify the source. Check Odoo Studio customizations and automated actions for any rules triggering the error.
Examine task stages in Project > Configuration > Task Stages, looking for an "Is Private" field and ensuring stages are correctly configured. During user creation, check for default task assignments and related model updates. Enable developer mode and use the Python debugger to pinpoint the exact code triggering the validation. In rare cases, database inconsistencies might be the cause, so consider running a database integrity check.
Hope it helps
Menikmati diskusi? Jangan hanya membaca, ikuti!
Buat akun sekarang untuk menikmati fitur eksklufi dan agar terlibat dengan komunitas kami!
Daftar
Can you, please, explain all the steps you follow?