2026-08-30 10:47:59 -04:00

47 lines
1.4 KiB
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",
"data/v2_seed_data.xml",
"views/res_partner_views.xml",
"views/crm_lead_views.xml",
"views/project_views.xml",
"views/timesheet_views.xml",
"views/hr_employee_views.xml",
"views/ceo_action_views.xml",
"views/operating_views.xml",
"views/dashboard_views.xml",
"views/menu.xml",
],
"assets": {
"web.assets_backend": [
"mcs_operating_system/static/src/js/ceo_dashboard_v2.js",
"mcs_operating_system/static/src/xml/ceo_dashboard_v2.xml",
"mcs_operating_system/static/src/scss/ceo_dashboard_v2.scss",
],
},
"post_init_hook": "post_init_hook",
"installable": True,
"application": True,
}