Daily updates from Odoo
Wednesday, April 30, 2025
2 changes · master
Resolved issues and error corrections
Non-admin users can now use AI agent chats and close them without running into permission errors. The update also fixes API key access, demo data links, and hides an admin-only progress banner so agent forms open more reliably.
Original PR description
## Purpose This PRs corrects some permission issues for non-admin users. Specifically, it allows non-admin users to delete their chat channel with the agent upon closing the chat window, and corrects the retrieval of API keys in the `llm_api_service` class. It also corrects the demo data to have proper link between the attachment and the agent, and hides the progress banner form the agent form for non-admin users. This solves the permission issues that were faced when the user tried to chat with the agent, or to access its form.
Spreadsheet list autofill now handles spilled value ranges more accurately instead of always copying from the first item in the sequence. This helps users extend lists horizontally with the expected sequence, reducing manual corrections and data entry errors.
Original PR description
When autofilling value in odoo list, we always autofill based on the first value of the spilling sequence. This change not only fill when overflowing from the current spilling range and autofill with the sequence when doing so horizontally. Task: 4700968