INSTALLATION OF APP DESKTOP FOR UBUNTU NOTIFIESINSTALL IN UBUNTU v14, v16, v17, v18, v20
Developed with
This application is developed in NW.js + chromium
and has as an additional module to node.js, with
these three powerful frameworks very complete
applications are developed next to the client and
for the desktop of a computer
Go project Nw.js https://nwjs.io/
1. Download app in this direction
2. Unzip the application in a folder this folder must be created in / home / user (user refers to its user)
Verify if the folder home / user / .config is owned by your user and have write and read permissions if you do not have to assign them
Install from the ubuntu 14-16-17 console the notification notify-osd center for ubuntu, If you have version 18 of ubuntu, go directly to point 4 since ubuntu 18 has its own notification center:sudo add-apt-repository ppa:leolik/leolik
sudo apt-get update
sudo apt-get install notify-osd
sudo add-apt-repository ppa:nilarimogard/webupd8
sudo apt update
sudo apt install notifyosdconfigInstall from the ubuntu console the notification center for try desktop for ubuntu:
sudo add-apt-repository ppa:jconti/recent-notifications
sudo apt-get update
sudo apt-get install indicator-notifications3. Restart ubuntu.
4. We go inside the folder where the module was extracted and run ./nw
5. Now in ubuntu you must give your firewall permissions to allow the application traffic to this app on the network
6. Configuration of the application:
6. Restart application.
7. Now you will have this application listening for odoo chat notifications, you can also listen to all notifications that are sent from python with:
self.env['res.user.notify']._notify_chrome_chat(192.168.1.38, 8989, "basic", "Title message", "Message body")
Report problems in this link
Explanation video odoo send notifications