Skip to Content
Menu
Musisz się zarejestrować, aby móc wchodzić w interakcje z tą społecznością.
To pytanie dostało ostrzeżenie
2 Odpowiedzi
7453 Widoki

Hi,

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

F.g ' Oder is Confirmed'

Awatar
Odrzuć
Najlepsza odpowiedź

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.

Awatar
Odrzuć
Najlepsza odpowiedź

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 
Awatar
Odrzuć
Powiązane posty Odpowiedzi Widoki Czynność
1
maj 25
985
2
lis 24
2188
4
lut 24
12337
sale / delivery Rozwiązane
1
sty 24
1675
0
maj 23
1898