Files
mymach_fleet_intelligence/addons/mymach_fleet_intelligence/__manifest__.py
2026-07-23 14:54:38 +03:00

44 lines
1.7 KiB
Python
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# -*- coding: utf-8 -*-
{
'name': 'MyMach Akıllı Filo & Finansal Rota Motoru',
'version': '19.0.1.2.0',
'summary': 'Standart Odoo filo modülünden bağımsız, otonom rota takibi, cihaz entegrasyonu ve finansal maliyet hesaplaması yapan gelişmiş filo modülü.',
'description': 'MyMach Fleet Intelligence - Faz 1 (Sözleşme Yönetimi)',
'author': 'MyMach',
'category': 'Human Resources/Fleet',
'depends': ['base', 'fleet', 'hr', 'hr_fleet', 'web', 'crm', 'project', 'product'],
'data': [
'security/security_groups.xml',
'security/ir.model.access.csv',
'security/record_rules.xml',
'views/res_users_views.xml',
'data/ir_cron.xml',
'data/cron_jobs.xml',
'views/contract_views.xml',
'views/maintenance_cost_views.xml',
'views/periodic_maintenance_views.xml',
'views/fleet_vehicle_views.xml',
'views/fleet_reservation_views.xml',
'views/security_log_views.xml',
'views/route_exception_wizard_views.xml',
'views/dashboard_template.xml',
'views/fleet_fine_views.xml',
'views/fleet_handover_views.xml',
'views/fuel_index_views.xml',
'views/home_views.xml',
'views/driver_tracker_template.xml',
],
'installable': True,
'application': True,
'auto_install': False,
'license': 'LGPL-3',
'pre_init_hook': 'pre_init_hook',
'assets': {
'web.assets_backend': [
'mymach_fleet_intelligence/static/src/css/aesthetics.css',
'mymach_fleet_intelligence/static/src/js/dashboard_action.js',
'mymach_fleet_intelligence/static/src/xml/dashboard_action.xml',
],
}
}