mirror of
https://github.com/OCA/knowledge.git
synced 2025-07-13 15:34:49 -06:00

TT52268 [UPD] Update attachment_zipped_download.pot [BOT] post-merge updates Update translation files Updated by "Update PO files to match POT (msgmerge)" hook in Weblate. Translation: knowledge-17.0/knowledge-17.0-attachment_zipped_download Translate-URL: https://translation.odoo-community.org/projects/knowledge-17-0/knowledge-17-0-attachment_zipped_download/
16 lines
460 B
Python
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": "17.0.1.0.0",
|
|
"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,
|
|
}
|