| 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_multi_media |
| 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), Akretion, ACSONE SA/NV |
| MAINTAINERS | |
| MAINTAINERS | Odoo Community Association (OCA), Akretion, 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/server-env: - server_environment OCA/storage: - fs_base_multi_media - fs_file - fs_attachment - fs_storage odoo/odoo: - base - base_sparse_field - product - base_setup - web - bus - web_tour - uom - sales_team |
| PYTHON DEPENDENCIES | |
| PYTHON DEPENDENCIES |
fsspec>=2025.3.0 python_slugify fsspec>=2024.5.0 |
| SYSTEM DEPENDENCIES | |
| SYSTEM DEPENDENCIES | Not have |
| DESCRIPTION | |
| DESCRIPTION | Attach medias to products and categories and store them on an external filesystem instead of the database. This addon is a drop-in replacement for the **storage_media_product** addon. |
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
fs_product_category_media_form_view |
product.category.fs.media.form | fs.product.category.media | field | Inherits fs_base_multi_media.fs_media_relation_mixin_form_view |
fs_product_media_form_view |
fs.product.media.form | fs.product.media | group | Inherits fs_base_multi_media.fs_media_relation_mixin_form_view |
product_category_form_view |
product.category.form | product.category | xpath | Inherits product.product_category_form_view |
product_normal_form_view |
product.product | page | Inherits product.product_normal_form_view | |
product_template_only_form_view |
product.template | page | Inherits product.product_template_only_form_view |
product_categ_id
Many2one → product.category
comodel_name='product.category'
index=True
ondelete='cascade'
string='Product Category'
No public methods.
attribute_value_ids
Many2many → product.attribute.value
domain="[('id', 'in', available_attribute_value_ids)]"
string='Attributes'
args: 'product.attribute.value'
available_attribute_value_ids
Many2many → product.attribute.value
compute='_compute_available_attribute'
string='Available Attributes'
args: 'product.attribute.value'
product_tmpl_id
Many2one → product.template
comodel_name='product.template'
index=True
ondelete='cascade'
string='Product Template'
No public methods.
media_ids
One2many → fs.product.category.media
comodel_name='fs.product.category.media'
inverse_name='product_categ_id'
string='Medias'
No public methods.
variant_media_ids
Many2many → fs.product.media
compute='_compute_variant_media_ids'
store=True
string='Variant Medias'
args: 'fs.product.media'
No public methods.
media_ids
One2many → fs.product.media
comodel_name='fs.product.media'
inverse_name='product_tmpl_id'
string='Medias'
No public methods.
No new fields.
Public methods (2)unlink(self)
write(self, values)
| 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_multi_media |
| VERSION | |
| VERSION | 1.0.3 |
| CATEGORY | |
| CATEGORY | Uncategorized |
| LICENSE | |
| LICENSE | AGPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | No |
| AUTHORS | |
| AUTHORS | Odoo Community Association (OCA), Akretion, ACSONE SA/NV |
| MAINTAINERS | |
| MAINTAINERS | Odoo Community Association (OCA), Akretion, 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/storage: - fs_base_multi_media - fs_file - fs_attachment - fs_storage odoo/odoo: - base - base_sparse_field - product - base_setup - web - bus - web_tour - uom - sales_team |
| 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_category_media_form_view |
product.category.fs.media.form | fs.product.category.media | field | Inherits fs_base_multi_media.fs_media_relation_mixin_form_view |
fs_product_media_form_view |
fs.product.media.form | fs.product.media | group | Inherits fs_base_multi_media.fs_media_relation_mixin_form_view |
product_category_form_view |
product.category.form | product.category | xpath | Inherits product.product_category_form_view |
product_normal_form_view |
product.product | page | Inherits product.product_normal_form_view | |
product_template_only_form_view |
product.template | page | Inherits product.product_template_only_form_view |
product_categ_id
Many2one → product.category
comodel_name='product.category'
index=True
ondelete='cascade'
string='Product Category'
No public methods.
attribute_value_ids
Many2many → product.attribute.value
domain="[('id', 'in', available_attribute_value_ids)]"
string='Attributes'
args: 'product.attribute.value'
available_attribute_value_ids
Many2many → product.attribute.value
compute='_compute_available_attribute'
string='Available Attributes'
args: 'product.attribute.value'
product_tmpl_id
Many2one → product.template
comodel_name='product.template'
index=True
ondelete='cascade'
string='Product Template'
No public methods.
media_ids
One2many → fs.product.category.media
comodel_name='fs.product.category.media'
inverse_name='product_categ_id'
string='Medias'
No public methods.
variant_media_ids
Many2many → fs.product.media
compute='_compute_variant_media_ids'
store=True
string='Variant Medias'
args: 'fs.product.media'
No public methods.
media_ids
One2many → fs.product.media
comodel_name='fs.product.media'
inverse_name='product_tmpl_id'
string='Medias'
No public methods.
No new fields.
Public methods (2)unlink(self)
write(self, values)