Skip to Content
मेन्यू
This question has been flagged
1 Reply
5378 Views

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?

Avatar
Discard

Whats ur need exactly

Author

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 ?

Best Answer

from openerp.exceptions import Warning

...

raise Warning( _( 'Warning Message.' ) )

...

-it normally shows popup warning at client side, you're about something else?

Avatar
Discard
Author

Hi Temur thanks for your reply. Can we use this warning for website side?

Related Posts Replies Views Activity
2
दिस॰ 19
9266
0
नव॰ 19
4385
1
जुल॰ 19
7099
0
जुल॰ 19
2533
1
मई 17
8798