diff --git a/__manifest__.py b/__manifest__.py index 462fc6c..f38fd5a 100644 --- a/__manifest__.py +++ b/__manifest__.py @@ -14,6 +14,7 @@ 'security/ir.model.access.csv', 'wizard/push_wizard_views.xml', 'views/res_partner_views.xml', + 'views/app_notification_views.xml', ], 'installable': True, 'application': False, diff --git a/static/description/icon.png b/static/description/icon.png new file mode 100644 index 0000000..42d96df Binary files /dev/null and b/static/description/icon.png differ diff --git a/views/app_notification_views.xml b/views/app_notification_views.xml new file mode 100644 index 0000000..d624aa2 --- /dev/null +++ b/views/app_notification_views.xml @@ -0,0 +1,69 @@ + + + + + mapan.app.notification.tree + mapan.app.notification + + + + + + + + + + + + + mapan.app.notification.form + mapan.app.notification + +
+ +
+

+ +

+
+ + + + + + + + + + + + + + +
+
+
+
+ + + + Notification History + mapan.app.notification + tree,form + +

+ No notifications sent yet! +

+

+ Use the "Send Push Notification" wizard to broadcast messages to your loyalty app users. +

+
+
+ + + +