mirror of
https://github.com/bringout/oca-server-auth.git
synced 2026-04-18 11:12:02 +02:00
15 lines
563 B
Python
15 lines
563 B
Python
# Copyright (C) 2013-Today GRAP (http://www.grap.coop)
|
|
# @author Sylvain LE GAL (https://twitter.com/legalsylvain)
|
|
# License AGPL-3 - See http://www.gnu.org/licenses/agpl-3.0.html
|
|
|
|
{
|
|
"name": "Authentification - System Administrator Passkey",
|
|
"summary": "Allows system administrator to authenticate with any account",
|
|
"version": "16.0.1.0.0",
|
|
"category": "base",
|
|
"author": "GRAP,Odoo Community Association (OCA)",
|
|
"website": "https://github.com/OCA/server-auth",
|
|
"license": "AGPL-3",
|
|
"depends": ["mail"],
|
|
"installable": True,
|
|
}
|