mirror of
https://github.com/bringout/oca-technical.git
synced 2026-04-18 03:12:04 +02:00
14 lines
510 B
Python
14 lines
510 B
Python
# Copyright 2017-2019 Onestein (<https://www.onestein.eu>)
|
|
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl).
|
|
|
|
{
|
|
"name": "Maintenance Settings",
|
|
"summary": "Provides general settings for the Maintenance App",
|
|
"author": "Onestein, Odoo Community Association (OCA)",
|
|
"website": "https://github.com/OCA/maintenance",
|
|
"category": "Maintenance",
|
|
"version": "16.0.1.0.0",
|
|
"license": "AGPL-3",
|
|
"depends": ["maintenance"],
|
|
"data": ["views/res_config_settings.xml"],
|
|
}
|