Initial commit: Odoo 18.0-20251222 extra-addons
This commit is contained in:
15
maintenance_equipment_sequence/__manifest__.py
Normal file
15
maintenance_equipment_sequence/__manifest__.py
Normal file
@@ -0,0 +1,15 @@
|
||||
# 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": "18.0.1.0.0",
|
||||
"license": "AGPL-3",
|
||||
"author": "ForgeFlow, Odoo Community Association (OCA)",
|
||||
"website": "https://github.com/OCA/maintenance",
|
||||
"depends": ["maintenance"],
|
||||
"data": ["views/maintenance_views.xml"],
|
||||
}
|
||||
Reference in New Issue
Block a user