mirror of
https://github.com/bringout/oca-server-auth.git
synced 2026-04-18 11:52:03 +02:00
14 lines
477 B
Python
14 lines
477 B
Python
# Copyright 2018 ACSONE SA/NV
|
|
# License LGPL-3.0 or later (http://www.gnu.org/licenses/lgpl).
|
|
|
|
{
|
|
"name": "Auth Api Key",
|
|
"summary": """
|
|
Authenticate http requests from an API key""",
|
|
"version": "16.0.1.0.1",
|
|
"license": "LGPL-3",
|
|
"author": "ACSONE SA/NV,Odoo Community Association (OCA)",
|
|
"website": "https://github.com/OCA/server-auth",
|
|
"development_status": "Beta",
|
|
"data": ["security/ir.model.access.csv", "views/auth_api_key.xml"],
|
|
}
|