Daily updates from Odoo
Tuesday, July 4, 2023
1 change · master
Enhancements to existing features
Portal users now see a Knowledge entry on their personal homepage, including the number of articles they can access. This makes it easier for customers or external users to find and open shared Knowledge content from the portal.
Original PR description
This commit adds an entry inside the `my` homepage for portal users, this entry shows the number of articles that portal user has access to and redirects the user to Knowledge's frontend view. We are adding a new template inside the views folder that inherits from the portal template for the user's `my` page and adds the entry after the others. We are also adding a portal controller that redirects the user to their Knowledge form view using a redirect to the route `/knowledge/home` so that we use route that already exists for future portal enhancements. task-3299238