2026-08-30 00:48:25 -04:00

36 lines
966 B
Python

{
"name": "Metatroncube Operating System",
"version": "17.0.1.0.0",
"category": "Productivity",
"summary": "Revenue, delivery, capacity, and profitability operating system",
"author": "Metatroncube Software Solutions",
"license": "LGPL-3",
"depends": [
"account",
"calendar",
"contacts",
"crm",
"hr",
"hr_timesheet",
"project",
"sale_management",
],
"data": [
"security/security.xml",
"security/ir.model.access.csv",
"data/crm_data.xml",
"data/project_data.xml",
"data/operating_data.xml",
"data/cron_data.xml",
"views/crm_lead_views.xml",
"views/project_views.xml",
"views/timesheet_views.xml",
"views/hr_employee_views.xml",
"views/operating_views.xml",
"views/dashboard_views.xml",
"views/menu.xml",
],
"installable": True,
"application": True,
}