Web odoo send notifications

by
Odoo
v 13.0 Third Party 731
Download for v 13.0 Deploy on Odoo.sh
Availability
Odoo Online
Odoo.sh
On Premise
Odoo Apps Dependencies Discuss (mail)
Lines of code 454
Technical Name web_odoo_send_notify
LicenseAGPL-3
Websitehttps://www.prosbol.com/
Versions 10.0 11.0 12.0 13.0
You bought this module and need support? Click here!

Notifications send

from odoo to desktop windows or ubuntu

Install this application in odoo

1. Download app

2. Go to odoo

3. Place in developer mode

4. Install app in odoo 13

5. After installing go to the user configuration menu select the user you want to configure

6. In the preferences tab below the row the initial option opened the rows ip and port, place the ip of the user's machine, and place the listening port for that ip

7. Save.

To use from python programming the function to call is:

self.env['res.user.notify']._notify_chrome_chat(Ip to send, Port to send, "basic", "Title message", "Message body")

Example:

self.env['res.user.notify']._notify_chrome_chat(192.168.1.123, 8080, "basic", "Title message", "Message body")

then install the application developed for desktop this is explained below

DOWNLOAD AND INSTALLATION OF APP DESKTOP FOR ODOO NOTIFIES

See explanation for Windows 7, 8, 10 on this page

https://prosbol.com/blog/1/installation-of-app-desktop-for-odoo-notifies-install-in-windows-v-7-v-8-v-10-2?anim#scrollTop=0

See explanation for Ubuntu 14, 16, 17, 18, 20, 22 on this page

https://prosbol.com/blog/1/installation-of-app-desktop-for-ubuntu-notifiesinstall-in-ubuntu-v14-v16-v17-v18-v20-1

Report problems in this link

Explanation video odoo send notifications

 
 

Please log in to comment on this module

  • The author can leave a single reply to each comment.
  • This section is meant to ask simple questions or leave a rating. Every report of a problem experienced while using the module should be addressed to the author directly (refer to the following point).
  • If you want to start a discussion with the author, please use the developer contact information. They can usually be found in the description.
Please choose a rating from 1 to 5 for this module.
There are no ratings yet!
Do you have v14
by
Daly Babay
on 11/9/21, 7:28 PM



Would like to test.
by
Wian Delport
on 10/11/21, 9:47 AM

Do you perhaps have this in version 14?

Re: Would like to test.
by
renato
on 10/11/21, 12:16 PM Author

Hello, We are working on it, we will migrate this app to odoo 14, it may be that this week we will have it ready