Repository
OCA/storage · module folder · Try on Runboat
Module version
2.0.0
Category
Technical
Folder size
0.05 MB
License
AGPL-3
Application
No
Auto-installable
No
Website
https://github.com/OCA/storage
Last tracking update
2026-08-07 08:09:21
Authors
Odoo Community Association (OCA), Onestein
Maintainers
Odoo Community Association (OCA), Onestein
Committers
Enric Tobella, tarteo, Weblate, OCA-git-bot, oca-ci
Odoo dependencies
OCA/storage:
odoo/odoo:
- web
- bus
Python dependencies
fsspec>=2024.5.0
System dependencies
None
Required by
fs_storage_backup_environment
Description
With this module you can configure one or more database backup locations.

Code Analysis

Views touched (1)
XML IDNameModelTypeStatus
fs_storage_form_view fs.storage form Inherits fs_storage.fs_storage_form_view
HTTP endpoints (0)

No HTTP endpoints found for this module.

Models touched (1)

New fields (5)
  • backup_dir Char
    default='backups' string='Backup Directory'
  • backup_filename_format Char
    default='backup-%(db)s-%(dt)s.%(ext)s' string='Backup Filename'
  • backup_include_filestore Boolean
    string='Include Filestore In Backup'
  • backup_keep_time Integer
    default=7 string='Keep backups of (in days)'
  • use_for_backup Boolean
    string='Use For Backups'
Public methods (3)
  • backup_db(self)
  • cleanup_old_backups(self)
  • cron_backup_db(self)
    @api.model
Status
Open migration PR — not merged yet for this version
CI status
green — ready to merge
Open since
470 days ago
Last activity
7 days ago
Repository
OCA/storage
Pull request
[18.0][MIG] Migration of fs_storage_backup (#475)