mirror of
https://github.com/OCA/knowledge.git
synced 2025-07-23 04:22:04 -06:00
19 lines
552 B
Python
19 lines
552 B
Python
# Copyright 2020 ACSONE SA/NV
|
|
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
|
|
|
|
{
|
|
"name": "Atachment Category",
|
|
"summary": """
|
|
Adds a document category to help classification""",
|
|
"version": "17.0.1.0.1",
|
|
"license": "AGPL-3",
|
|
"author": "ACSONE SA/NV,Odoo Community Association (OCA)",
|
|
"depends": ["base"],
|
|
"website": "https://github.com/OCA/knowledge",
|
|
"data": [
|
|
"views/ir_attachment.xml",
|
|
"security/ir_attachment_category.xml",
|
|
"views/ir_attachment_category.xml",
|
|
],
|
|
}
|