66 lines
2.4 KiB
Python
66 lines
2.4 KiB
Python
{
|
|
'name': 'MyMach Next-Gen Social Engine',
|
|
'version': '1.0.0',
|
|
'category': 'Marketing',
|
|
'summary': 'Advanced Social Media Management, AI Assistant, and CRM Integration',
|
|
'description': """
|
|
MyMach Next-Gen Social Engine
|
|
==============================
|
|
A complete social media automation tool that does not require Enterprise licenses.
|
|
|
|
Features:
|
|
- Multi-Platform API & OAuth2 Connection (Meta, LinkedIn, X, YouTube)
|
|
- Drag-and-Drop Scheduler & Calendar
|
|
- AI-Based Text and Trend Hashtag Assistant
|
|
- Dynamic Templates & Auto Watermarking
|
|
- Vertical Video Render Engine
|
|
- Otonom Trend Analytics
|
|
- Competitor Social Media Tracking
|
|
- Social Listening & CRM Lead Generation
|
|
- Approval Workflow
|
|
- n8n Webhook & External Service Triggering
|
|
""",
|
|
'author': 'MyMach',
|
|
'website': 'https://www.mymach.com',
|
|
'depends': ['base', 'mail', 'social_media', 'utm', 'link_tracker', 'crm', 'base_setup', 'product'],
|
|
'data': [
|
|
'security/security.xml',
|
|
'security/ir_rule.xml',
|
|
'security/ir.model.access.csv',
|
|
'data/social_post_cron.xml',
|
|
'data/social_competitor_cron.xml',
|
|
'data/social_video_cron.xml',
|
|
'views/social_menu_root.xml',
|
|
'views/res_config_settings_views.xml',
|
|
'views/social_analytics_views.xml',
|
|
'views/social_live_post_views.xml',
|
|
'views/social_post_views.xml',
|
|
'wizard/social_ai_wizard_views.xml',
|
|
'views/social_stream_views.xml',
|
|
'views/social_media_views.xml',
|
|
'views/social_auto_reply_views.xml',
|
|
'views/social_auto_reply_log_views.xml',
|
|
'views/social_stream_post_kanban_views.xml',
|
|
'views/social_video_script_views.xml',
|
|
'views/social_dashboard_views.xml',
|
|
'views/social_lead_views.xml',
|
|
'views/social_menu.xml',
|
|
'views/social_account_views.xml',
|
|
'views/social_competitor_views.xml',
|
|
'views/social_trend_views.xml',
|
|
'views/utm_campaign_ai_views.xml',
|
|
],
|
|
'assets': {
|
|
'web.assets_backend': [
|
|
'mymach_social_nextgen/static/src/css/social_dashboard.css',
|
|
'mymach_social_nextgen/static/src/components/dashboard/dashboard.js',
|
|
'mymach_social_nextgen/static/src/components/dashboard/dashboard.scss',
|
|
'mymach_social_nextgen/static/src/components/dashboard/dashboard.xml',
|
|
],
|
|
},
|
|
'installable': True,
|
|
'application': True,
|
|
'auto_install': False,
|
|
'license': 'LGPL-3',
|
|
}
|