Skip to content

Commit

Permalink
Put fullstop back
Browse files Browse the repository at this point in the history
  • Loading branch information
lk-eska committed Aug 6, 2016
1 parent 812cbb7 commit 39c4bb4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion mrp_production_real_cost/models/mrp_production.py
Expand Up @@ -35,7 +35,7 @@ def action_production_end(self):
# This is needed because commit
# https://github.com/odoo/odoo/commit/
# 6f29bfc181d23d70d29776d96b4318e9ee2c93a9
# introduces a weird behavior on the next call, provoking an error
# introduces a weird behavior on the next call, provoking an error.
production.sudo().refresh()
production.mapped('move_created_ids2').filtered(
lambda l: l.state == 'done'
Expand Down
2 changes: 1 addition & 1 deletion mrp_production_real_cost/models/procurement_order.py
Expand Up @@ -14,6 +14,6 @@ def _check(self, procurement):
# This is needed because commit
# https://github.com/odoo/odoo/commit/
# 6f29bfc181d23d70d29776d96b4318e9ee2c93a9
# introduces a weird behavior on the next call, provoking an error
# introduces a weird behavior on the next call, provoking an error.
procurement.production_id.sudo().refresh()
return super(ProcurementOrder, self)._check(procurement)

0 comments on commit 39c4bb4

Please sign in to comment.