← Back to team overview

openobject-italia-core-devs team mailing list archive

[Bug 1190189] [NEW] [openerp 7.0] la conferma un ordine di consegna da il seguente errore

 

Public bug reported:

Se creiamo  un ordine di consegna senza passare da un  ordine cliente.
alla conferma del ddt da il seguente errore:


File "/openerp/addons/l10n_it_sale/stock/picking.py", line 81, in create
     return super(stock_picking, self).create(cr, user, vals, context)
TypeError: super(type, obj): obj must be an instance or subtype of type


la riga 81 è=     vals['name'] = self.pool.get('ir.sequence').get(cr, user,
'stock.picking.internal')

** Affects: openobject-italia
     Importance: Medium
         Status: New

** Changed in: openobject-italia
   Importance: Undecided => High

** Changed in: openobject-italia
    Milestone: None => 1.0

** Changed in: openobject-italia
   Importance: High => Medium

-- 
You received this bug notification because you are a member of OpenERP
Italia core devs, which is subscribed to OpenERP Italia.
https://bugs.launchpad.net/bugs/1190189

Title:
  [openerp 7.0] la conferma un ordine di consegna da il seguente errore

Status in OpenERP Italia:
  New

Bug description:
  Se creiamo  un ordine di consegna senza passare da un  ordine cliente.
  alla conferma del ddt da il seguente errore:

  
  File "/openerp/addons/l10n_it_sale/stock/picking.py", line 81, in create
       return super(stock_picking, self).create(cr, user, vals, context)
  TypeError: super(type, obj): obj must be an instance or subtype of type

  
  la riga 81 è=     vals['name'] = self.pool.get('ir.sequence').get(cr, user,
  'stock.picking.internal')

To manage notifications about this bug go to:
https://bugs.launchpad.net/openobject-italia/+bug/1190189/+subscriptions


Follow ups

References