Skip to content

Commit

Permalink
Merge PR #93 into 13.0
Browse files Browse the repository at this point in the history
Signed-off-by simahawk
  • Loading branch information
OCA-git-bot committed Dec 8, 2020
2 parents 0ff4b39 + b81af40 commit 05ab61b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stock_available_to_promise_release/models/stock_move.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ class StockMove(models.Model):
release_ready = fields.Boolean(
compute="_compute_release_ready", search="_search_release_ready",
)
need_release = fields.Boolean(index=True,)
need_release = fields.Boolean(index=True, copy=False)
zip_code = fields.Char(related="partner_id.zip", store=True)
city = fields.Char(related="partner_id.city", store=True)

Expand Down

0 comments on commit 05ab61b

Please sign in to comment.