# -*- coding: utf-8 -*- { 'name': "Mapan Loyalty Push Notifications", 'summary': "Mobile App CMS: Push notifications, carousel, promos and app configuration", 'description': """ Content Management System for the Mie Mapan Loyalty Flutter App. Features: - Send push notifications to loyalty app users - Manage carousel banner slides (home screen) - Manage promo highlight cards (home screen, with rich text detail) - Configure App Settings (About Us URL, Contact Us URL) - API endpoints for Flutter app: notifications, CMS content, order history, branches """, 'author': "Suherdy Yacob", 'category': 'Marketing', 'version': '1.1', 'depends': ['base', 'loyalty', 'pos_loyalty', 'sale_loyalty'], 'data': [ 'security/mapan_loyalty_push_security.xml', 'security/ir.model.access.csv', 'wizard/push_wizard_views.xml', 'views/res_partner_views.xml', 'views/app_notification_views.xml', 'views/app_carousel_views.xml', 'views/app_promo_views.xml', 'views/app_cms_config_views.xml', ], 'installable': True, 'application': False, }