Daily updates from Odoo
Friday, August 18, 2023
2 changes · master
Enhancements to existing features
Knowledge template body content is now shown with proper formatting instead of as plain text. This makes template previews easier to read and helps administrators verify Knowledge templates more accurately.
Original PR description
before this commit, in the knowledge template the body field was added with widget="text". settings -> technical -> knowledge -> templates after this commit, the widget will be removed and content will be displayed properly Before:  After: 
Project planning now prevents teams from scheduling a task when its blocking tasks are not yet planned, and also prevents planned tasks from being blocked by unplanned work. This helps keep project timelines realistic and reduces confusion around task dependencies.
Original PR description
- planning a task blocked by tasks that are not planned is not authorized - Blocking a planned task by tasks that are not planned is not authorized. Task-3001197