mirror of
https://github.com/OCA/server-backend.git
synced 2025-02-18 09:52:42 +02:00
26 lines
722 B
Python
26 lines
722 B
Python
# Copyright 2019 ACSONE SA/NV
|
|
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
|
|
|
|
{
|
|
"name": "Base User Role History",
|
|
"summary": """
|
|
This module allows to track the changes on users roles.""",
|
|
"version": "13.0.1.0.0",
|
|
"license": "AGPL-3",
|
|
"author": "ACSONE SA/NV, " "Odoo Community Association (OCA)",
|
|
"website": "https://github.com/OCA/server-backend",
|
|
"depends": [
|
|
# Odoo
|
|
"mail",
|
|
# OCA
|
|
"base_user_role",
|
|
],
|
|
"data": [
|
|
"security/base_user_role_line_history.xml",
|
|
"views/base_user_role_line_history.xml",
|
|
"views/res_users.xml",
|
|
],
|
|
"development_status": "Beta",
|
|
"maintainers": ["ThomasBinsfeld"],
|
|
}
|