Skip to content

Commit

Permalink
Merge PR OCA#277 into 14.0
Browse files Browse the repository at this point in the history
Signed-off-by LoisRForgeFlow
  • Loading branch information
OCA-git-bot committed May 30, 2023
2 parents 9c98934 + 22a25b0 commit 0bd56f4
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions ddmrp/models/mrp_production.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,16 +24,6 @@ class MrpProduction(models.Model):
string="On Hand/TOR (%)",
)

# TODO: remove after PR https://github.com/odoo/odoo/pull/25424 has
# been merged
def _generate_finished_moves(self):
move = super(MrpProduction, self)._generate_finished_moves()
move.write(
{
"date": self.date_planned_finished,
}
)

@api.model
def create(self, vals):
record = super(MrpProduction, self).create(vals)
Expand Down

0 comments on commit 0bd56f4

Please sign in to comment.