Odoo Mindscape. Understand Odoo faster. Explore modules, fields, dependencies and version differences in one place instead of digging through the source code.
Module: Storage Media Product
Entity: product.media.relation
Description: Products and storage media relation
| Field | Description | Type | Relationship | Compute Method |
|---|---|---|---|---|
| active | Boolean | media_id.active | ||
| attribute_value_ids | Attributes | Many-to-Many | product.attribute.value | |
| available_attribute_value_ids | Available attributes | Many-to-Many | product.attribute.value | _compute_available_attribute |
| description | Text | - | ||
| is_public | Boolean | media_id.file_id.is_public | ||
| media_id | Many-to-One | storage.media | ||
| media_type_id | Media Type | Many-to-One | storage.media.type | |
| media_type_id | Many-to-One | media_id.media_type_id | ||
| name | Char | media_id.name | ||
| product_tmpl_id | Many-to-One | product.template | ||
| sequence | Integer | - | ||
| url | Char | media_id.url | ||
| url_path | Char | media_id.url_path |
