Daily updates from Odoo
Tuesday, June 17, 2025
1 change
Resolved issues and error corrections
The AI writing assistant is now only shown to internal users when editing content. This prevents portal users from seeing an option they cannot use and avoids related access errors in server logs.
Original PR description
Steps to reproduce the issue: - Allow a portal user, e.g. Joel (login portal) in runbot, to edit a knowledge article. - When the portal user logs in and tries to modify the article, the AI button and the ChatGPT command are available to him. The UI does nothing when the command is triggered. - But there is Access error in the server log. Solution: Only show the chatgpt command to internal users. TASK-ID: 4853088