16 lines
538 B
Python
16 lines
538 B
Python
# Copyright 2024 Camptocamp (https://www.camptocamp.com).
|
|
# License LGPL-3.0 or later (https://www.gnu.org/licenses/lgpl.html)
|
|
|
|
{
|
|
"name": "Server Action Logging",
|
|
"summary": "Module that provides a logging mechanism for server actions",
|
|
"version": "16.0.1.0.0",
|
|
"category": "Hidden",
|
|
"website": "https://github.com/OCA/server-tools",
|
|
"author": "Camptocamp, Odoo Community Association (OCA)",
|
|
"license": "LGPL-3",
|
|
"data": ["views/ir_actions_server.xml"],
|
|
"installable": True,
|
|
"depends": ["base"],
|
|
}
|