Files
knowledge/attachment_zipped_download/__manifest__.py
Ivan Sokolov 4700bac3da Updated from template
[BOT] post-merge updates

[BOT] post-merge updates
2024-12-18 13:03:27 +01:00

16 lines
460 B
Python

# Copyright 2022 Tecnativa - Víctor Martínez
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl).
{
"name": "Attachment Zipped Download",
"version": "16.0.2.0.2",
"category": "Tools",
"website": "https://github.com/OCA/knowledge",
"author": "Tecnativa, Odoo Community Association (OCA)",
"license": "AGPL-3",
"depends": ["base"],
"data": [
"views/ir_attachment_view.xml",
],
"installable": True,
}