Repository
OCA/storage · module folder · Try on Runboat
Module version
1.0.0
Category
Product
Folder size
0.04 MB
License
AGPL-3
Application
No
Auto-installable
No
Website
https://github.com/OCA/storage
Last tracking update
2026-08-07 07:57:05
Authors
Odoo Community Association (OCA), ForgeFlow
Maintainers
HviorForgeFlow
Committers
Miquel Raïch, OCA-git-bot, oca-ci
Odoo dependencies
OCA/connector:
OCA/queue:
OCA/server-env:
OCA/storage:
odoo/odoo:
- web
- bus
Python dependencies
python-magic, validators, python_slugify, cachetools, requests
System dependencies
libmagic1
Required by
None
Description

Code Analysis

Views touched (1)
XML IDNameModelTypeStatus
view_storage_image_backend_migration_wizard Migrate Backend storage.image.backend.migration.wizard form New
HTTP endpoints (0)

No HTTP endpoints found for this module.

Models touched (1)

New fields (3)
  • chunk_size Integer
    default=10 help='How many lines will be handled in each job.'
  • source_storage_backend_id Many2one → storage.backend
    required=True args: 'storage.backend', 'Storage Backend with images'
  • storage_backend_id Many2one → storage.backend
    required=True args: 'storage.backend', 'Storage Backend'
Public methods (2)
  • action_migrate(self)
  • do_migrate(self, lines=None)

Loading…

Loading…