python - show popup message OpenERP V6 -


i want display popup message box when function called in openerp v6.

raise osv.except_osv(_('warning!'), ('event'))  

is used raising exception/error dialog in particular model in form / tree / wizard


Comments