Friday, April 21, 2023
1 change · master
Features or functions removed from Odoo
The project app no longer sends parent task notifications when a child task changes stage. This reduces unnecessary alerts now that the newer to-do state feature provides a better way to track task progress.
Original PR description
Before this commit there is a sub-type to notify parent if child stage change but with new to-do state feature we don't to unnecessory notification on parent which is more problemation then informative. This commit remove task dependency sub-type and it's related code. task-3252755