66 lines
2.7 KiB
Python

# -*- coding: utf-8 -*-
{
'name': 'Dine360 Meta, Instagram & WhatsApp Social Commerce',
'version': '17.0.1.0.0',
'category': 'Website/eCommerce',
'summary': 'Meta Commerce Catalog, Instagram Shopping & WhatsApp Cloud API Integration for Odoo 17 eCommerce',
'description': """
Dine360 Social Commerce Integration
====================================
Production-ready Meta, Instagram & WhatsApp integration for Odoo 17 eCommerce:
- Odoo remains the single source of truth for products, variants, prices, inventory, and orders.
- Meta / Facebook Commerce Catalog synchronization (Batch API + Catalog Data Feed).
- Instagram Shopping discovery linked directly to Odoo product pages and checkout.
- WhatsApp Business Platform / Cloud API integration (v19.0).
- Automated order lifecycle notifications (Confirmed, In Preparation, Shipped, Delivered).
- WhatsApp deduplication and approval template mappings.
- Secure webhook (/social/whatsapp/webhook) with challenge verification and HMAC-SHA256 signature check.
- Inbound customer WhatsApp message logging linked to Odoo partners and sales orders.
- Configurable website WhatsApp button (Floating & Product page inquiry with pre-filled product details).
- Executive Social Commerce Dashboard with live test buttons, connection status, and sync metrics.
- Multi-company and multi-website safe architecture.
- Non-blocking error handling ensuring external API downtime never breaks checkout or operations.
""",
'author': 'Dine360 / Antigravity',
'website': 'https://dine360.com',
'license': 'LGPL-3',
'depends': [
'base',
'web',
'website',
'website_sale',
'sale',
'stock',
'phone_validation',
'stock_delivery',
],
'data': [
'security/social_security.xml',
'security/ir.model.access.csv',
'data/whatsapp_template_data.xml',
'data/cron_data.xml',
'views/res_config_settings_views.xml',
'views/social_dashboard_views.xml',
'views/product_views.xml',
'views/sale_order_views.xml',
'views/whatsapp_template_views.xml',
'views/whatsapp_notification_views.xml',
'views/whatsapp_message_views.xml',
'views/social_sync_queue_views.xml',
'views/website_whatsapp_templates.xml',
'views/menu_views.xml',
],
'assets': {
'web.assets_frontend': [
'dine360_meta_social/static/src/css/social_commerce.css',
'dine360_meta_social/static/src/js/whatsapp_button.js',
],
'web.assets_backend': [
'dine360_meta_social/static/src/css/social_commerce.css',
],
},
'installable': True,
'application': True,
'auto_install': False,
}