Initial commit: Odoo 18.0-20251222 extra-addons
This commit is contained in:
15
maintenance_request_employee/__manifest__.py
Normal file
15
maintenance_request_employee/__manifest__.py
Normal file
@@ -0,0 +1,15 @@
|
||||
# Copyright 2023 Tecnativa - Víctor Martínez
|
||||
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
|
||||
{
|
||||
"name": "Maintenance Request Employee",
|
||||
"version": "18.0.1.0.0",
|
||||
"category": "Maintenance",
|
||||
"website": "https://github.com/OCA/maintenance",
|
||||
"author": "Tecnativa, Odoo Community Association (OCA)",
|
||||
"license": "AGPL-3",
|
||||
"depends": ["hr_maintenance"],
|
||||
"data": ["views/maintenance_request_views.xml"],
|
||||
"installable": True,
|
||||
"maintainers": ["victoralmau"],
|
||||
"development_status": "Production/Stable",
|
||||
}
|
||||
Reference in New Issue
Block a user