documentation
documentation copied to clipboard
mobile.methods.showNotification not work in mobile app
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' })
Hello @adr-odoo, can you help here?