Daily updates from Odoo
Wednesday, November 6, 2024
1 change · saas-17.2
Resolved issues and error corrections
Non-image attachments in Discuss now display in a cleaner list layout instead of appearing broken due to an unsuitable grid view. This makes it easier for users to browse and identify attached documents in conversations.
Original PR description
The grid layout in attachment list makes the non attachment list view look broken. This commit removes the grid from this view. Steps to reproduce: - open a discuss channel - add some non image attachments - go to the attachments list Backport of https://github.com/odoo/odoo/pull/186033