Daily updates from Odoo
Friday, July 25, 2025
1 change · master
Features or functions removed from Odoo
The Documents app no longer shows sample records in empty views because the behavior was inconsistent and could confuse users during uploads. Users will instead rely on the standard empty-content helper for a clearer experience.
Original PR description
Support for this feature was only partial as when we switched folder then came back to an empty one, sample data was not rendered anymore. The records are also rendered not muted during uploads, which confuses users, and it's also tricky to avoid. All things considered, we're removing support for the sample records in Documents as it requires custom code and is not really useful with the no-content helper. Task-4788941