On 12/06/2013 10:19, rocco cesetti wrote:
Quando si conferma un ordine di consegna 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')

stock.picking.internal non esiste più su 7.0, ora si chiama "stock.picking" e basta.

rimangono validi stock.picking.out e stock.picking.in

--
Davide Corio <[email protected]>

_______________________________________________
Mailing list: https://launchpad.net/~openobject-italia-core-devs
Post to     : [email protected]
Unsubscribe : https://launchpad.net/~openobject-italia-core-devs
More help   : https://help.launchpad.net/ListHelp

Rispondere a