mirror of
https://github.com/bringout/oca-server-auth.git
synced 2026-04-20 21:52:01 +02:00
32 lines
890 B
Python
32 lines
890 B
Python
# Copyright 2024 Akretion (https://www.akretion.com).
|
|
# @author Kévin Roche <kevin.roche@akretion.com>
|
|
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl).
|
|
|
|
{
|
|
"name": "Impersonate Login",
|
|
"summary": "tools",
|
|
"version": "16.0.1.0.0",
|
|
"category": "Tools",
|
|
"website": "https://github.com/OCA/server-auth",
|
|
"author": "Akretion, Odoo Community Association (OCA)",
|
|
"maintainers": ["Kev-Roche"],
|
|
"license": "AGPL-3",
|
|
"application": False,
|
|
"installable": True,
|
|
"depends": [
|
|
"web",
|
|
"mail",
|
|
],
|
|
"data": [
|
|
"security/group.xml",
|
|
"security/ir.model.access.csv",
|
|
"views/res_users.xml",
|
|
"views/impersonate_log.xml",
|
|
],
|
|
"assets": {
|
|
"web.assets_backend": [
|
|
"impersonate_login/static/src/js/user_menu.esm.js",
|
|
],
|
|
},
|
|
"pre_init_hook": "pre_init_hook",
|
|
}
|