Odoo Mindscape. Understand Odoo faster. Explore modules, fields, dependencies and version differences in one place instead of digging through the source code.
Module: Base Attachment Object Store
Entity: ir.attachment
Description:
| Field | Description | Type | Relationship | Compute Method |
|---|---|---|---|---|
| fs_filename | File Name into the filesystem storage | Char | - | |
| fs_storage_code | Filesystem Storage Code | Char | fs_storage_id.code | |
| fs_storage_id | Filesystem Storage | Many-to-One | fs.storage | _compute_fs_storage_id |
| fs_url | Filesystem URL | Char | - | _compute_fs_url |
| fs_url_path | Filesystem URL Path | Char | - | _compute_fs_url_path |
| internal_url | Internal URL | Char | - | _compute_internal_url |
