oca-server-auth/odoo-bringout-oca-server-auth-user_log_view/user_log_view/__manifest__.py
2025-08-29 15:43:06 +02:00

21 lines
638 B
Python

# Copyright 2019 Denis Mudarisov (IT-Projects LLC)
# License LGPL-3.0 or later (https://www.gnu.org/licenses/lgpl).
{
"name": "User's Log Viewer",
"summary": "Allow to see user's actions log",
"version": "16.0.1.0.0",
"development_status": "Production/Stable",
"category": "Extra Tools",
"website": "https://github.com/OCA/server-auth",
"author": "IT-Projects LLC, Odoo Community Association (OCA)",
"maintainers": ["trojikman"],
"license": "LGPL-3",
"application": False,
"installable": True,
"depends": [
"base",
],
"data": [
"views/res_users_views.xml",
],
}