Attachment Metadata

attachment_metadata
REPOSITORY
REPOSITORYOCA/server-tools
GIT
GIThttps://github.com/OCA/server-tools.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/server-tools/tree/8.0/attachment_metadata
VERSION
VERSION 1.0.0
CATEGORY
CATEGORYGeneric Modules
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), Akretion
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), Akretion
COMMITTERS
COMMITTERSStéphane Bidoul (ACSONE), OCA Transbot, David Beal, oca-travis, Weblate, OCA-git-bot, Mourad Elhadj Mimoune, Mourad El Hadj Mimoune
WEBSITE
WEBSITEhttp://www.akretion.com/
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:11:25
ODOO DEPENDENCIES
ODOO DEPENDENCIES
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION

Code Analysis

Views touched (3)
XML IDNameModelTypeStatus
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
Models touched (1)

New fields (4)
  • 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
Public methods (0)

No public methods.