mirror of
https://github.com/bringout/oca-technical.git
synced 2026-04-18 06:11:59 +02:00
20 lines
557 B
Python
20 lines
557 B
Python
# Copyright 2025 Therp BV
|
|
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl-3.0)
|
|
|
|
{
|
|
"name": "Postgres vacuum",
|
|
"summary": "Vacuum or analyze Odoo's database tables",
|
|
"version": "16.0.1.0.0",
|
|
"development_status": "Alpha",
|
|
"category": "Extra Tools",
|
|
"website": "https://github.com/OCA/server-tools",
|
|
"author": "Hunki Enterprises BV, Odoo Community Association (OCA), Therp BV",
|
|
"maintainers": [],
|
|
"license": "AGPL-3",
|
|
"depends": [
|
|
"base",
|
|
],
|
|
"data": [
|
|
"data/ir_cron.xml",
|
|
],
|
|
}
|