Hi,
After confirmed the sale order needs to show up the some alert.
F.g ' Oder is Confirmed'
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
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
Create an account today to enjoy exclusive features and engage with our awesome community!
Prijavi| Related Posts | Odgovori | Prikazi | Aktivnost | |
|---|---|---|---|---|
|
1
maj 25
|
1846 | |||
|
2
nov. 24
|
2886 | |||
|
|
4
feb. 24
|
13590 | ||
|
sale / delivery
Solved
|
1
jan. 24
|
2312 | ||
|
0
maj 23
|
2540 |
1. Use the live chat to ask your questions.
2. The operator answers within a few minutes.