Skip to content

Commit

Permalink
Merge pull request #122 from yvaucher/7.0-add-index-dispatch_id
Browse files Browse the repository at this point in the history
Add index on dispatch_id on move as it will be used each time a picki…
  • Loading branch information
lepistone committed Jun 19, 2015
2 parents ff60d9c + 5515bad commit fa89cbb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions picking_dispatch/picking_dispatch.py
Original file line number Diff line number Diff line change
Expand Up @@ -220,6 +220,7 @@ class StockMove(Model):
_columns = {
'dispatch_id': fields.many2one(
'picking.dispatch', 'Dispatch',
select=True,
help='who this move is dispatched to'),
}

Expand Down

0 comments on commit fa89cbb

Please sign in to comment.