storage_backend/attachment_db_by_checksum/__manifest__.py

22 lines
634 B
Python
Raw Permalink Normal View History

2024-11-08 03:21:56 +07:00
# Copyright 2021 Lorenzo Battistini @ TAKOBI
# Copyright 2023 Simone Rubino - TAKOBI
# License LGPL-3.0 or later (https://www.gnu.org/licenses/lgpl).
{
"name": "DB attachments saved by checksum",
"summary": "Allow to identify database attachments through their hash, avoiding duplicates",
"version": "14.0.1.0.0",
"category": "Storage",
"website": "https://github.com/OCA/storage",
"author": "TAKOBI, Odoo Community Association (OCA)",
"maintainers": [
"eLBati",
],
"license": "LGPL-3",
"depends": [
"base",
],
"data": [
"security/ir.model.access.csv",
],
}