Skip to Content
Меню
Вам необхідно зареєструватися, щоб взаємодіяти зі спільнотою.
Це запитання позначене
2 Відповіді
7596 Переглядів

Hi,

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

F.g ' Oder is Confirmed'

Аватар
Відмінити
Найкраща відповідь

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.

Аватар
Відмінити
Найкраща відповідь

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 
Аватар
Відмінити
Related Posts Відповіді Переглядів Дія
1
трав. 25
1164
2
лист. 24
2333
4
лют. 24
12625
sale / delivery Вирішено
1
січ. 24
1810
0
трав. 23
1991