-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Expand file tree
/
Copy path__manifest__.py
More file actions
24 lines (23 loc) · 786 Bytes
/
__manifest__.py
File metadata and controls
24 lines (23 loc) · 786 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# Copyright 2026 Camptocamp (https://www.camptocamp.com).
# License LGPL-3.0 or later (https://www.gnu.org/licenses/lgpl.html)
{
"name": "Database Autovacuum Tuning",
"summary": "Scheduled checks for Odoo autovacuum thresholds and scale factors",
"version": "18.0.1.0.1",
"author": "Camptocamp, Odoo Community Association (OCA)",
"website": "https://github.com/OCA/server-tools",
"category": "Tools",
"depends": [
"base_setup",
],
"data": [
"data/config_parameter.xml",
"data/ir_cron.xml",
"security/ir.model.access.csv",
"views/res_config_settings_views.xml",
"views/database_autovacuum_tuning_views.xml",
],
"development_status": "Alpha",
"license": "LGPL-3",
"installable": True,
}