İçereği Atla
Menü
Bu soru işaretlendi
2 Cevaplar
7483 Görünümler

Hi,

After confirmed the sale order needs to show up the some alert.

F.g ' Oder is Confirmed'

Avatar
Vazgeç
En İyi Yanıt

In the end of function return, call wizard and say "Order is confirmed".

return {
'name': _('Alert'),
'type': 'ir.actions.act_window',
'view_type': 'form',
'view_mode': 'form',
'res_model': 'alert.message',
'target': 'new',
}
Write form view for 'alert.message'

It will show as pop up window.

Avatar
Vazgeç
En İyi Yanıt

Hello,

This module will help you to achieve: https://apps.odoo.com/apps/modules/11.0/web_notify/

self.env.user.notify_info('My information message')

or

self.env.user.notify_warning('My marning message')
After installing Module add this code in the function.

regards,
Silvestar 
Avatar
Vazgeç
İlgili Gönderiler Cevaplar Görünümler Aktivite
1
May 25
1020
2
Kas 24
2213
4
Şub 24
12383
sale / delivery Çözüldü
1
Oca 24
1691
0
May 23
1915