You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
import mobile from 'web_mobile.core'; mobile.methods.showNotification({ 'title': 'Simple Notification', 'message': 'This is a test for a simple notification' })
The text was updated successfully, but these errors were encountered:
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' })
The text was updated successfully, but these errors were encountered: