Daily updates from Odoo
Monday, September 6, 2021
1 change
Code cleanup and technical improvements
Task dependency information is being moved from the Enterprise project app into the standard community project app. This makes the dependency relationship available more broadly for future project management improvements while keeping current business impact minimal.
Original PR description
This commit moves the project.task dependent_ids field to the community project module in order to take advantage of this relation for further development. See : odoo/odoo#76011