-
-
Notifications
You must be signed in to change notification settings - Fork 222
Expand file tree
/
Copy path__manifest__.py
More file actions
20 lines (20 loc) · 711 Bytes
/
__manifest__.py
File metadata and controls
20 lines (20 loc) · 711 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# Copyright 2024 Tecnativa - Víctor Martínez
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl).
{
"name": "Auto classify documents into DMS",
"version": "18.0.1.0.1",
"category": "Document Management",
"website": "https://github.com/OCA/dms",
"author": "Tecnativa, Odoo Community Association (OCA)",
"license": "AGPL-3",
"depends": ["dms"],
"installable": True,
"data": [
"security/ir.model.access.csv",
"security/security.xml",
"views/dms_classification_template_views.xml",
"wizards/wizard_dms_classification_views.xml",
],
"demo": ["demo/dms_classification_template_demo.xml"],
"maintainers": ["victoralmau"],
}