Initial commit: Odoo 18.0-20251222 extra-addons
This commit is contained in:
15
hr_maintenance_security/__manifest__.py
Normal file
15
hr_maintenance_security/__manifest__.py
Normal file
@@ -0,0 +1,15 @@
|
||||
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
|
||||
{
|
||||
"name": "HR Maintenance Security",
|
||||
"version": "18.0.1.0.0",
|
||||
"category": "Tools",
|
||||
"website": "https://github.com/OCA/maintenance",
|
||||
"author": "Tecnativa, Odoo Community Association (OCA)",
|
||||
"license": "AGPL-3",
|
||||
"depends": ["hr_maintenance", "maintenance_security"],
|
||||
"data": [
|
||||
"views/maintenance_views.xml",
|
||||
],
|
||||
"installable": True,
|
||||
"auto_install": True,
|
||||
}
|
||||
Reference in New Issue
Block a user