oca-maintenance/odoo-bringout-oca-maintenance-maintenance_equipment_certification/maintenance_equipment_certification/__manifest__.py
Ernad Husremovic 5a635dd914 Add oca-maintenance submodule with 28 maintenance modules
🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-08-30 17:23:31 +02:00

19 lines
659 B
Python

# Copyright 2025 Trey, Kilobytes de Soluciones - Vicent Cubells
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
{
"name": "Maintenance equipment certification",
"summary": "Add to store certifications associated with a equipment.",
"category": "Human Resources",
"version": "16.0.1.0.0",
"author": "Trey (www.trey.es), Odoo Community Association (OCA)",
"website": "https://github.com/OCA/maintenance",
"maintainers": ["cubells"],
"license": "AGPL-3",
"depends": [
"maintenance",
],
"data": [
"security/ir.model.access.csv",
"views/maintenance_equipment_views.xml",
],
}