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 IDNameModelTypeStatus
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_id Many2one → product.brand
    ondelete='cascade' required=True args: 'product.brand'
  • tag_id Many2one → image.tag
    domain=[('apply_on', '=', 'brand')] string='tag' args: 'image.tag'
Public methods (0)

No public methods.

New fields (1)
  • apply_on Selection
    ondelete={'brand': 'cascade'} selection_add=[('brand', 'Brand')]
Public methods (0)

No public methods.

New fields (1)
  • image_ids One2many → fs.product.brand.image
    comodel_name='fs.product.brand.image' inverse_name='brand_id' string='Images'
Public methods (0)

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)