Hi
I have set a warning on backend of odoo while I update it from website side can we bring that warning on website side?
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
Hi
I have set a warning on backend of odoo while I update it from website side can we bring that warning on website side?
from openerp.exceptions import Warning
...
raise Warning( _( 'Warning Message.' ) )
...
-it normally shows popup warning at client side, you're about something else?
Hi Temur thanks for your reply. Can we use this warning for website side?
Stwórz konto dzisiaj, aby cieszyć się ekskluzywnymi funkcjami i wchodzić w interakcje z naszą wspaniałą społecznością!
Zarejestruj sięPowiązane posty | Odpowiedzi | Widoki | Czynność | |
---|---|---|---|---|
|
2
gru 19
|
9264 | ||
|
0
lis 19
|
4383 | ||
Error on Warning in Odoo 12
Rozwiązane
|
|
1
lip 19
|
7094 | |
|
0
lip 19
|
2525 | ||
|
1
maj 17
|
8798 |
Whats ur need exactly
I have created one web page I need to check one condition and if it fails I need a warning on webiste side actually I have put a constraint in odoo backend can we reproduce same pop up on website ?