| REPOSITORY | |
|---|---|
| REPOSITORY | OCA/storage |
| GIT | |
| GIT | https://github.com/OCA/storage.git |
| GIT FOLDER | |
| GIT FOLDER | https://github.com/OCA/storage/tree/17.0/fs_product_brand_multi_image |
| VERSION | |
| VERSION | 1.0.0 |
| CATEGORY | |
| CATEGORY | Uncategorized |
| LICENSE | |
| LICENSE | AGPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | No |
| AUTHORS | |
| AUTHORS | Odoo Community Association (OCA), ACSONE SA/NV |
| MAINTAINERS | |
| MAINTAINERS | Odoo Community Association (OCA), ACSONE SA/NV |
| COMMITTERS | |
| COMMITTERS | Weblate, OCA-git-bot, oca-ci, chien |
| WEBSITE | |
| WEBSITE | https://github.com/OCA/storage |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-07-06 19:20:08 |
| ODOO DEPENDENCIES | |
| ODOO DEPENDENCIES |
OCA/brand: - product_brand OCA/server-env: - server_environment OCA/storage: - fs_base_multi_image - fs_image - fs_file - fs_attachment - fs_storage - image_tag odoo/odoo: - base - base_sparse_field - web - sale - sales_team - base_setup - bus - web_tour - account_payment - account - onboarding - product - uom - analytic - portal - web_editor - http_routing - auth_signup - digest - resource - payment - utm |
| PYTHON DEPENDENCIES | |
| PYTHON DEPENDENCIES |
fsspec>=2025.3.0 python_slugify fsspec>=2024.5.0 |
| SYSTEM DEPENDENCIES | |
| SYSTEM DEPENDENCIES | Not have |
| DESCRIPTION | |
| 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. |
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
fs_product_brand_image_form_view |
product.brand.fs.image.form | fs.product.brand.image | group | Inherits fs_base_multi_image.fs_image_relation_mixin_form_view |
product_brand_form_view |
product.brand | field | Inherits product_brand.view_product_brand_form | |
product_brand_kanban_view |
product.brand | xpath | Inherits product_brand.view_product_brand_kanban |
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'
No public methods.
apply_on
Selection
ondelete={'brand': 'cascade'}
selection_add=[('brand', 'Brand')]
No public methods.
image_ids
One2many → fs.product.brand.image
comodel_name='fs.product.brand.image'
inverse_name='brand_id'
string='Images'
No public methods.
| REPOSITORY | |
|---|---|
| REPOSITORY | OCA/storage |
| GIT | |
| GIT | https://github.com/OCA/storage.git |
| GIT FOLDER | |
| GIT FOLDER | https://github.com/OCA/storage/tree/16.0/fs_product_brand_multi_image |
| VERSION | |
| VERSION | 1.0.1 |
| CATEGORY | |
| CATEGORY | Uncategorized |
| LICENSE | |
| LICENSE | AGPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | No |
| AUTHORS | |
| AUTHORS | Odoo Community Association (OCA), ACSONE SA/NV |
| MAINTAINERS | |
| MAINTAINERS | Odoo Community Association (OCA), ACSONE SA/NV |
| COMMITTERS | |
| COMMITTERS | Laurent Mignon (ACSONE), Weblate, OCA-git-bot, oca-ci |
| WEBSITE | |
| WEBSITE | https://github.com/OCA/storage |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-07-06 00:53:52 |
| ODOO DEPENDENCIES | |
| ODOO DEPENDENCIES |
OCA/brand: - product_brand OCA/server-env: - server_environment OCA/storage: - fs_base_multi_image - fs_image - fs_file - fs_attachment - fs_storage - image_tag odoo/odoo: - base - base_sparse_field - sale - sales_team - base_setup - web - bus - web_tour - account_payment - account - product - uom - analytic - portal - web_editor - http_routing - auth_signup - digest - resource - payment - utm |
| PYTHON DEPENDENCIES | |
| PYTHON DEPENDENCIES |
fsspec>=2025.3.0 python_slugify fsspec>=2024.5.0 |
| SYSTEM DEPENDENCIES | |
| SYSTEM DEPENDENCIES | Not have |
| DESCRIPTION | |
| DESCRIPTION | |
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
fs_product_brand_image_form_view |
product.brand.fs.image.form | fs.product.brand.image | group | Inherits fs_base_multi_image.fs_image_relation_mixin_form_view |
product_brand_form_view |
product.brand | field | Inherits product_brand.view_product_brand_form | |
product_brand_kanban_view |
product.brand | xpath | Inherits product_brand.view_product_brand_kanban |
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'
No public methods.
apply_on
Selection
ondelete={'brand': 'cascade'}
selection_add=[('brand', 'Brand')]
No public methods.
image_ids
One2many → fs.product.brand.image
comodel_name='fs.product.brand.image'
inverse_name='brand_id'
string='Images'
No public methods.
| STATUS | |
|---|---|
| STATUS | Open migration PR - not merged yet for this version |
| REPOSITORY | |
| REPOSITORY | OCA/storage |
| PULL REQUEST | |
| PULL REQUEST | [18.0][MIG] fs_product_brand_multi_image: Migration to 18.0 (#505) |