Skip ke Konten
Odoo Menu
  • Login
  • Uji coba gratis
  • Aplikasi
    Keuangan
    • Akuntansi
    • Faktur
    • Pengeluaran
    • Spreadsheet (BI)
    • Dokumen
    • Tanda Tangan
    Sales
    • CRM
    • Sales
    • POS Toko
    • POS Restoran
    • Langganan
    • Rental
    Website
    • Website Builder
    • eCommerce
    • Blog
    • Forum
    • Live Chat
    • eLearning
    Rantai Pasokan
    • Inventaris
    • Manufaktur
    • PLM
    • Purchase
    • Maintenance
    • Kualitas
    Sumber Daya Manusia
    • Karyawan
    • Rekrutmen
    • Cuti
    • Appraisal
    • Referensi
    • Armada
    Marketing
    • Social Marketing
    • Email Marketing
    • SMS Marketing
    • Acara
    • Otomatisasi Marketing
    • Survei
    Layanan
    • Project
    • Timesheet
    • Layanan Lapangan
    • Meja Bantuan
    • Planning
    • Appointment
    Produktivitas
    • Diskusi
    • Approval
    • IoT
    • VoIP
    • Pengetahuan
    • WhatsApp
    Aplikasi pihak ketiga Odoo Studio Platform Odoo Cloud
  • Industri-Industri
    Retail
    • Toko Buku
    • Toko Baju
    • Toko Furnitur
    • Toko Kelontong
    • Toko Hardware
    • Toko Mainan
    Makanan & Hospitality
    • Bar dan Pub
    • Restoran
    • Fast Food
    • Rumah Tamu
    • Distributor Minuman
    • Hotel
    Real Estate
    • Agensi Real Estate
    • Firma Arsitektur
    • Konstruksi
    • Estate Management
    • Perkebunan
    • Asosiasi Pemilik Properti
    Konsultansi
    • Firma Akuntansi
    • Mitra Odoo
    • Agensi Marketing
    • Firma huku
    • Talent Acquisition
    • Audit & Sertifikasi
    Manufaktur
    • Tekstil
    • Logam
    • Perabotan
    • Makanan
    • Brewery
    • Corporate Gift
    Kesehatan & Fitness
    • Sports Club
    • Toko Kacamata
    • Fitness Center
    • Wellness Practitioners
    • Farmasi
    • Salon Rambut
    Perdagangan
    • Handyman
    • IT Hardware & Support
    • Sistem-Sistem Energi Surya
    • Pembuat Sepatu
    • Cleaning Service
    • Layanan HVAC
    Lainnya
    • Organisasi Nirlaba
    • Agen Lingkungan
    • Rental Billboard
    • Fotografi
    • Penyewaan Sepeda
    • Reseller Software
    Browse semua Industri
  • Komunitas
    Belajar
    • Tutorial-tutorial
    • Dokumentasi
    • Sertifikasi
    • Pelatihan
    • Blog
    • Podcast
    Empower Education
    • Program Edukasi
    • Game Bisnis 'Scale Up!'
    • Kunjungi Odoo
    Dapatkan Softwarenya
    • Download
    • Bandingkan Edisi
    • Daftar Rilis
    Kolaborasi
    • Github
    • Forum
    • Acara
    • Terjemahan
    • Menjadi Partner
    • Layanan untuk Partner
    • Daftarkan perusahaan Akuntansi Anda.
    Dapatkan Layanan
    • Temukan Mitra
    • Temukan Akuntan
    • Temui penasihat
    • Layanan Implementasi
    • Referensi Pelanggan
    • Bantuan
    • Upgrades
    Github Youtube Twitter Linkedin Instagram Facebook Spotify
    +1 (650) 691-3277
    Dapatkan demo
  • Harga
  • Bantuan

Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:

  • CRM
  • e-Commerce
  • Akuntansi
  • Inventaris
  • PoS
  • Project
  • MRP
All apps
Anda harus terdaftar untuk dapat berinteraksi di komunitas.
Semua Post Orang Lencana-Lencana
Label (Lihat semua)
odoo accounting v14 pos v15
Mengenai forum ini
Anda harus terdaftar untuk dapat berinteraksi di komunitas.
Semua Post Orang Lencana-Lencana
Label (Lihat semua)
odoo accounting v14 pos v15
Mengenai forum ini
Help

Automated Action - Notify All Channel Participants of All New Messages

Langganan

Dapatkan notifikasi saat terdapat aktivitas pada post ini

Pertanyaan ini telah diberikan tanda
pythonnotificationsdiscussionautomationchannels
1 Balas
5155 Tampilan
Avatar
Cliff Kujala

I understand the default behavior to not send every participant a push notification for every message posted to a discuss channel, because in a large channel the quantity of messages could be crazy.  However, some channels are intended for critical notices and participants should receive push notifications when messages are posted, without the need to @ a person directly.

I'm fairly close to getting an Automated Action to work for sending Push Notifications to All Discuss Channel Participants, but it results in the push messages being posted to the res.partner model.

Hoping some of the guru's here could help to modify the python code so that it doesn't create extra messages, but instead just adds all the participants as notified people on the message.

Note: 
I do have the settings for the discuss channel to notify on All Messages, and we do get the notification badge in our little chat bubble at the top of the browser, but we want push on our phones as well.




----




0
Avatar
Buang
Avatar
Ray Carnes (ray)
Jawaban Terbai

Why not just have each User download the Android or iOS App for Odoo and login to the database to receive notifications on their Phones?

0
Avatar
Buang
Cliff Kujala
Penulis

Added photos of the trigger and code. The forum wasn't working to add them when I first posted.

@Ray Carnes unless you callout a user with the @ sign while posting a message to the discuss channel, they will not get a push message to their mobile phone. That is my experience using either the iOS app or the PWA.

Cliff Kujala
Penulis

Ray, I reinstalled the iOS app just to retest (we are all using the PWA now instead of the native App).

We definitely do not receive push notifications unless we @ someone in a discuss channel.

We do get push notifications for direct chats between 2 people. Looking into the DB, 2 person chat is just a discuss.channel but it has the type of chat instead of group or channel.

Ray Carnes (ray)

Apparently this feature was lost in Odoo 15. It is on the roadmap to restore in Odoo 18. https://github.com/odoo/odoo/pull/162401

Cliff Kujala
Penulis

OK good news it will be fixed in V18, but realistic use of V18 is almost a year away for any users with customizations.

Anyone have thoughts on how to fix the automated action to bring this type of functionality into play now? Like I said the automated action I posted is successfully notifying all the participants of a channel, it is just doing it in the wrong way. It creates separate messages for each user, and posts the notification to their res.partner chatter.

Menikmati diskusi? Jangan hanya membaca, ikuti!

Buat akun sekarang untuk menikmati fitur eksklufi dan agar terlibat dengan komunitas kami!

Daftar
Post Terkait Replies Tampilan Aktivitas
How to send parent record value to child record(s) using Python code and the improved Automations?
python automation
Avatar
0
Nov 23
2345
Remove Journal Entry Error Notifications Diselesaikan
error notifications discussion
Avatar
Avatar
1
Des 24
2120
Browser Notification Popup and mobile App Diselesaikan
notifications discussion v17
Avatar
Avatar
Avatar
Avatar
3
Des 24
4811
Odoo Discord Integration
integration notifications automation
Avatar
0
Nov 23
5779
Desktop Notification Enable
notifications discussion desktop
Avatar
0
Apr 17
13868
Komunitas
  • Tutorial-tutorial
  • Dokumentasi
  • Forum
Open Source
  • Download
  • Github
  • Runbot
  • Terjemahan
Layanan
  • Odoo.sh Hosting
  • Bantuan
  • Peningkatan
  • Custom Development
  • Pendidikan
  • Temukan Akuntan
  • Temukan Mitra
  • Menjadi Partner
Tentang Kami
  • Perusahaan kami
  • Aset Merek
  • Hubungi kami
  • Tugas
  • Acara
  • Podcast
  • Blog
  • Pelanggan
  • Hukum • Privasi
  • Keamanan
الْعَرَبيّة Català 简体中文 繁體中文 (台灣) Čeština Dansk Nederlands English Suomi Français Deutsch हिंदी Bahasa Indonesia Italiano 日本語 한국어 (KR) Lietuvių kalba Język polski Português (BR) română русский язык Slovenský jazyk slovenščina Español (América Latina) Español ภาษาไทย Türkçe українська Tiếng Việt

Odoo adalah rangkaian aplikasi bisnis open source yang mencakup semua kebutuhan perusahaan Anda: CRM, eCommerce, akuntansi, inventaris, point of sale, manajemen project, dan seterusnya.

Mudah digunakan dan terintegrasi penuh pada saat yang sama adalah value proposition unik Odoo.

Website made with

Odoo Experience on YouTube

1. Use the live chat to ask your questions.
2. The operator answers within a few minutes.

Live support on Youtube
Watch now