mirror of
https://github.com/bringout/oca-technical.git
synced 2026-04-18 07:32:04 +02:00
16 lines
512 B
Python
16 lines
512 B
Python
# Copyright 2024 Tecnativa - Víctor Martínez
|
|
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl).
|
|
{
|
|
"name": "DMS User Role",
|
|
"version": "16.0.1.0.0",
|
|
"category": "Document Management",
|
|
"website": "https://github.com/OCA/dms",
|
|
"author": "Tecnativa, Odoo Community Association (OCA)",
|
|
"license": "AGPL-3",
|
|
"depends": ["dms", "base_user_role"],
|
|
"installable": True,
|
|
"data": [
|
|
"views/dms_access_group_views.xml",
|
|
],
|
|
"maintainers": ["victoralmau"],
|
|
}
|