| REPOSITORY | |
|---|---|
| REPOSITORY | OCA/server-tools |
| GIT | |
| GIT | https://github.com/OCA/server-tools.git |
| GIT FOLDER | |
| GIT FOLDER | https://github.com/OCA/server-tools/tree/8.0/attachment_metadata |
| VERSION | |
| VERSION | 1.0.0 |
| CATEGORY | |
| CATEGORY | Generic Modules |
| LICENSE | |
| LICENSE | AGPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | No |
| AUTHORS | |
| AUTHORS | Odoo Community Association (OCA), Akretion |
| MAINTAINERS | |
| MAINTAINERS | Odoo Community Association (OCA), Akretion |
| COMMITTERS | |
| COMMITTERS | Stéphane Bidoul (ACSONE), OCA Transbot, David Beal, oca-travis, Weblate, OCA-git-bot, Mourad Elhadj Mimoune, Mourad El Hadj Mimoune |
| WEBSITE | |
| WEBSITE | http://www.akretion.com/ |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-07-06 00:11:25 |
| ODOO DEPENDENCIES | |
| ODOO DEPENDENCIES | |
| PYTHON DEPENDENCIES | |
| PYTHON DEPENDENCIES | Not have |
| SYSTEM DEPENDENCIES | |
| SYSTEM DEPENDENCIES | Not have |
| DESCRIPTION | |
| DESCRIPTION | |
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
view_attachment_improved_form |
ir.attachment.metadata | field | Inherits base.view_attachment_form | |
view_external_attachment_search |
ir.attachment.metadata | search | New | |
view_external_attachment_tree |
ir.attachment.metadata | tree | New |
attachment_id
Many2one → ir.attachment
help='Link to ir.attachment model '
ondelete='cascade'
required=True
args: 'ir.attachment'
external_hash
Char
help='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_type
Selection
help='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_hash
Char
compute='_compute_hash'
help='File hash computed with file data to be compared to external hash when provided.'
store=True
No public methods.