mirror of
https://github.com/bringout/oca-technical.git
synced 2026-04-18 11:52:00 +02:00
18 lines
594 B
Python
18 lines
594 B
Python
# Copyright 2023 Tecnativa - Víctor Martínez
|
|
# Copyright 2023 Tecnativa - Pedro M. Baeza
|
|
# Copyright 2023 Tecnativa - Carolina Fernandez
|
|
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
|
|
{
|
|
"name": "Maintenance Security",
|
|
"version": "16.0.2.0.0",
|
|
"category": "Tools",
|
|
"website": "https://github.com/OCA/maintenance",
|
|
"author": "Tecnativa, Odoo Community Association (OCA)",
|
|
"license": "AGPL-3",
|
|
"depends": ["maintenance"],
|
|
"data": [
|
|
"views/maintenance_views.xml",
|
|
],
|
|
"installable": True,
|
|
"maintainers": ["victoralmau"],
|
|
}
|