hi,
im trying to create and process a new move traceability in warehouse, after creating it i can´t process the same move
my code is some thing like that:
create new move
id=self.pool.get('stock.move').create(cr, uid, values, context=context)
processing the move with the same id
super(stock_move, self).action_done(cr,uid,ids,context=context)
but i get an error:
AttributeError: 'NoneType' object has no attribute 'state'
any help, thx in advance