mirror of
https://github.com/bringout/oca-technical.git
synced 2026-04-19 00:52:00 +02:00
16 lines
577 B
Python
16 lines
577 B
Python
# Copyright 2021 ForgeFlow S.L. (https://forgeflow.com)
|
|
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
|
|
|
|
{
|
|
"name": "Maintenance Equipment Sequence",
|
|
"summary": """
|
|
Adds sequence to maintenance equipment defined in the equipment's
|
|
category""",
|
|
"version": "16.0.1.0.2",
|
|
"license": "AGPL-3",
|
|
"author": "ForgeFlow S.L.," "Odoo Community Association (OCA)",
|
|
"maintainers": ["AdriaGForgeFlow"],
|
|
"website": "https://github.com/OCA/maintenance",
|
|
"depends": ["maintenance"],
|
|
"data": ["views/maintenance_views.xml"],
|
|
}
|