documentation icon indicating copy to clipboard operation
documentation copied to clipboard

mobile.methods.showNotification not work in mobile app

Open omoghadasi opened this issue 2 years ago • 1 comments

Hello I am developing a module for the enterprise version of odoo 16 and I am using mobile.methods.showNotification inside it to send a notification to the users who use the mobile software. But it doesn't work and no matter what I did, I didn't understand what to do

doc: https://www.odoo.com/documentation/16.0/developer/reference/frontend/mobile.html#showing-notification

import mobile from 'web_mobile.core'; mobile.methods.showNotification({ 'title': 'Simple Notification', 'message': 'This is a test for a simple notification' })

omoghadasi avatar Sep 28 '23 06:09 omoghadasi

Hello @adr-odoo, can you help here?

AntoineVDV avatar Oct 13 '23 16:10 AntoineVDV