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
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
Post a Comment