TIP: You can type at any time to perform a new search.
Storage Image Backend Migration
storage_image_backend_migration · OCA/storage
⚠ Security warnings
access_storage_image_backend_migration_wizard— Access rule grants write/create/unlink on 'model_storage_image_backend_migration_wizard' to EVERY user (portal/public included): no group is set acl-global-write
Found by automated static analysis: these patterns are usually risky, but only a manual review of the module can confirm a real issue.
- 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
- Python dependencies
- python-magic, validators, python_slugify, cachetools, requests
- System dependencies
- libmagic1
- Required by
- None
- Description
Code Analysis ⓘ
Views touched (1)
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
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_sizeIntegerdefault=10help='How many lines will be handled in each job.' -
source_storage_backend_idMany2one → storage.backendrequired=True args: 'storage.backend', 'Storage Backend with images' -
storage_backend_idMany2one → storage.backendrequired=True args: 'storage.backend', 'Storage Backend'
-
action_migrate(self) -
do_migrate(self, lines=None)
Loading…
Loading…