22 lines
634 B
Python
22 lines
634 B
Python
|
# 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",
|
||
|
],
|
||
|
}
|