Skip to content

Commit

Permalink
Fix wrong inheritance
Browse files Browse the repository at this point in the history
  • Loading branch information
andhit-r committed Mar 16, 2017
1 parent 548d0f4 commit 69509c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stock_picking_return_extend/wizard/stock_return_picking.py
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ def _prepare_new_picking(self, picking):
return res


class StockReturnPickingLine(models.Model):
class StockReturnPickingLine(models.TransientModel):
_inherit = "stock.return.picking.line"

@api.multi
Expand Down

0 comments on commit 69509c0

Please sign in to comment.