mirror of
https://github.com/bringout/oca-technical.git
synced 2026-04-18 14:12:00 +02:00
20 lines
711 B
Python
20 lines
711 B
Python
# 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": "16.0.1.1.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"],
|
|
}
|