TIP: You can type at any time to perform a new search.
Attachment Metadata
attachment_metadata · OCA/server-tools
- Repository
- OCA/server-tools · module folder · Try on Runboat
- Module version
- 1.0.0
- Category
- Generic Modules
- Folder size
- 0.5 MB
- License
- AGPL-3
- Application
- No
- Auto-installable
- No
- Website
- http://www.akretion.com/
- Last tracking update
- 2026-08-07 07:03:09
- Authors
- Akretion, Odoo Community Association (OCA)
- Maintainers
- Akretion, Odoo Community Association (OCA)
- Committers
- Stéphane Bidoul (ACSONE), David Beal, Weblate, OCA Transbot, OCA-git-bot, oca-travis, Mourad Elhadj Mimoune, Mourad El Hadj Mimoune
- Odoo dependencies
- None
- Python dependencies
- None
- System dependencies
- None
- Required by
- None
- Description
Code Analysis ⓘ
Views touched (3)
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
view_attachment_improved_form |
ir.attachment.metadata | form | Inherits base.view_attachment_form | |
view_external_attachment_search |
ir.attachment.metadata | search | New | |
view_external_attachment_tree |
ir.attachment.metadata | tree | New |
HTTP endpoints (0)
No HTTP endpoints found for this module.
Models touched (1)
New fields (4)
-
attachment_idMany2one → ir.attachmenthelp='Link to ir.attachment model 'ondelete='cascade'required=True args: 'ir.attachment' -
external_hashCharhelp='File hash comes from the external owner of the file.\nIf provided allow to check than downloaded file is the exact copy of the original file.' -
file_typeSelectionhelp='The file type determines an import method to be used to parse and transform data before their import in ERP'selection='_get_file_type'string='File type' -
internal_hashCharcompute='_compute_hash'help='File hash computed with file data to be compared to external hash when provided.'store=True
No public methods.