sale-workflow icon indicating copy to clipboard operation
sale-workflow copied to clipboard

[ADD] telegram_notification: Add module for sending Telegram notifica…

Open AnmollGarg opened this issue 1 year ago • 3 comments

This PR introduces the telegram_notification module, which allows sending Telegram notifications for sales order events such as confirmation, quotation sending, and cancellation. Key features include:

  • Configurable Telegram bots with customizable message templates.
  • Event-based notifications for sales orders.
  • Dynamic placeholders for personalized messages.
  • Multi-chat support for broadcasting notifications.

This module is compatible with Odoo 16.0.

AnmollGarg avatar Apr 03 '25 13:04 AnmollGarg

@AnmollGarg What do you think of ?

rousseldenis avatar Apr 07 '25 08:04 rousseldenis

Isn't there some overlapping with mail_gateway_telegram here?

pedrobaeza avatar Apr 07 '25 09:04 pedrobaeza

Isn't there some overlapping with mail_gateway_telegram here?

mail_gateway_telegram handles chat with customers, while this sends outbound alerts to internal teams on sales events.

syntax-sensei avatar Apr 07 '25 14:04 syntax-sensei