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 IDNameModelTypeStatus
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_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.