| Availability |
Odoo Online
Odoo.sh
On Premise
|
| Lines of code | 304 |
| Technical Name |
cm_sa_filestore_sweeper |
| License | OPL-1 |
| Website | https://cm.sa |
| Versions | 17.0 18.0 19.0 |
| Availability |
Odoo Online
Odoo.sh
On Premise
|
| Lines of code | 304 |
| Technical Name |
cm_sa_filestore_sweeper |
| License | OPL-1 |
| Website | https://cm.sa |
| Versions | 17.0 18.0 19.0 |

Filestore Orphan Sweeper
Reclaim disk by deleting filestore files that no attachment row points to anymore.
Over time Odoo's filestore fills with orphan files: binaries whose ir.attachment row was deleted but whose file never was. They eat disk, inflate every backup, and serve no content. System admins have no friendly tool to find them and end up writing shell scripts. This module scans the filestore, cross-references every file against ir.attachment, and lets you preview the orphans before deleting, with a dry-run mode and a 24-hour safety rail.
Filestore Orphan Sweeper
Find and delete filestore files with no matching ir.attachment row, with a dry-run preview and a sweep log.
What it does
Over time Odoo's filestore accumulates orphan files: binaries that no longer have a corresponding ir.attachment row. They consume disk, inflate backups, and don't serve any user content. Odoo's built-in garbage collector catches some of them, but many leak past.
There is no admin-friendly tool to audit the filestore, preview orphans, or reclaim space without hand-crafted shell scripts.
What this module adds:
- Scan the active database's filestore and cross-reference every file against
ir.attachment.store_fname. - Preview orphans: count, total size, sample filenames.
- Delete with confirmation; every run logged (scanned count, orphan count, size, deleted count, dry-run flag, user, timestamps).
- Safety rail: files younger than 24 hours are never deleted (they may still be mid-upload).
- System-admin-only menu (
base.group_system), no accidental access for regular users. - Full history of every sweep so storage reclaim is reportable.
Who benefits
System administrators, DevOps, and IT operations at mid-market and enterprise companies with large filestore footprints.
How it works
Manual wizard plus a persistent log. No core-model inheritance. TransactionCase tested on Odoo 17, 18, and 19. Safe to install, safe to uninstall. Pairs with our Attachment Size Enforcer, that one stops new bloat, this one cleans up old bloat.
What the module looks like
Real screenshots from a live Odoo 19 install. Every view is standard Odoo chrome, no bespoke widgets to learn.
Common questions
Does it inherit or patch core Odoo models?
_register_hook to wrap the target method at registry load, and the wrapper unwinds cleanly at uninstall. No schema changes to core tables, no monkey-patches, no Studio surgery.Does it work on Odoo Community, or only Enterprise?
Can I uninstall it cleanly if it does not fit?
What support do I get after buying?
Can Cube Master customise it for my company?
Beyond this module, Cube Master also builds:
We are a full technology house. The Odoo utility you are reading about is one part of what we ship. If your back office, website, or app team needs more, we have the team for it.
More from the Cube Master catalogue
We ship 33 single-feature utilities at the same price point. If this one solved a pain for you, the others probably will too.
About Cube Master
We blend mastery with creativity - نمزج الإتقان بالإبداع
Cube Master is a Saudi technology house based in Al-Mubarraz. We design, build, and run business systems for customers across the Gulf and beyond: end-to-end Odoo ERP rollouts, custom AI workflows, corporate websites, and mobile apps. Strategic technology partners with Microsoft, AWS, Odoo, and Umbraco.
The Odoo utility you are reading about is one small piece of what we ship. If you need any of the above for your company, talk to us.
Odoo Proprietary License v1.0 This software and associated files (the "Software") may only be used (executed, modified, executed after modifications) if you have purchased a valid license from the authors, typically via Odoo Apps, or if you have received a written agreement from the authors of the Software (see the COPYRIGHT file). You may develop Odoo modules that use the Software as a library (typically by depending on it, importing it and using its resources), but without copying any source code or material from the Software. You may distribute those modules under the license of your choice, provided that this license is compatible with the terms of the Odoo Proprietary License (For example: LGPL, MIT, or proprietary licenses similar to this one). It is forbidden to publish, distribute, sublicense, or sell copies of the Software or modified copies of the Software. The above copyright notice and this permission notice must be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
Please log in to comment on this module