← Back to team overview

c2c-oerpscenario team mailing list archive

[Bug 779051] [NEW] KOO 5.0.4 doesn't show wizard exceptions

 

Public bug reported:

In my installation with OpenERP Server 5.0.16, when a wizard raise
exception, Koo doesn't show in screen.

Sample: 
if invoice.state in ['draft', 'proforma2', 'cancel']:
     raise wizard.except_wizard(_('Error !'), _('Can not pay draft/proforma/cancel invoice.'))

If you try pay invoice in draft, proforma2 or cancel status, messatge
"Can not pay drat/proforma/cancel invoice" is showed in screen if you
use OpenERP Client GTK or WebClient, but not in my Koo installation.

** Affects: openobject-client-kde
     Importance: Undecided
         Status: New

-- 
You received this bug notification because you are a member of C2C
OERPScenario, which is subscribed to the OpenERP Project Group.
https://bugs.launchpad.net/bugs/779051

Title:
  KOO 5.0.4 doesn't show wizard exceptions

Status in Qt/KDE OpenObject Client:
  New

Bug description:
  In my installation with OpenERP Server 5.0.16, when a wizard raise
  exception, Koo doesn't show in screen.

  Sample: 
  if invoice.state in ['draft', 'proforma2', 'cancel']:
       raise wizard.except_wizard(_('Error !'), _('Can not pay draft/proforma/cancel invoice.'))

  If you try pay invoice in draft, proforma2 or cancel status, messatge
  "Can not pay drat/proforma/cancel invoice" is showed in screen if you
  use OpenERP Client GTK or WebClient, but not in my Koo installation.


Follow ups

References