TIP: You can type at any time to perform a new search.
Fs Product Brand Multi Image
fs_product_brand_multi_image · OCA/storage
- Repository
- OCA/storage · module folder · Try on Runboat
- Module version
- 1.0.0
- Category
- Uncategorized
- 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:23:01
- Authors
- ACSONE SA/NV, Odoo Community Association (OCA)
- Maintainers
- ACSONE SA/NV, Odoo Community Association (OCA)
- Committers
- Weblate, OCA-git-bot, oca-ci, chien
- Odoo dependencies
- Python dependencies
- fsspec>=2025.3.0, python_slugify, fsspec>=2024.5.0
- System dependencies
- None
- Required by
- None
- Description
Attach images stored into an external filesystem to product brands This addon is a drop-in replacement for the **storage_image_product_brand** addon.
Code Analysis ⓘ
Views touched (3)
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
fs_product_brand_image_form_view |
product.brand.fs.image.form | fs.product.brand.image | form | Inherits fs_base_multi_image.fs_image_relation_mixin_form_view |
product_brand_form_view |
product.brand | form | Inherits product_brand.view_product_brand_form | |
product_brand_kanban_view |
product.brand | kanban | Inherits product_brand.view_product_brand_kanban |
HTTP endpoints (0)
No HTTP endpoints found for this module.
Models touched (3)
New fields (2)
-
brand_idMany2one → product.brandondelete='cascade'required=True args: 'product.brand' -
tag_idMany2one → image.tagdomain=[('apply_on', '=', 'brand')]string='tag' args: 'image.tag'
No public methods.
New fields (1)
-
apply_onSelectionondelete={'brand': 'cascade'}selection_add=[('brand', 'Brand')]
No public methods.
New fields (1)
-
image_idsOne2many → fs.product.brand.imagecomodel_name='fs.product.brand.image'inverse_name='brand_id'string='Images'
No public methods.
Loading…
- Status
- Open migration PR — not merged yet for this version
- CI status
- checks failing
- Open since
- 367 days ago
- Last activity
- 166 days ago
- Repository
- OCA/storage
- Pull request
- [18.0][MIG] fs_product_brand_multi_image: Migration to 18.0 (#505)