Merge pull request #356 from akretion/10-fix-mrp-production-request

[10.0][mrp_production_request] Fix return of _generate_finished_moves method
This commit is contained in:
Jordi Ballester Alomar
2019-04-26 19:34:44 +02:00
committed by GitHub

View File

@@ -17,3 +17,4 @@ class MrpProduction(models.Model):
mr_proc = self.mrp_production_request_id.procurement_id
if mr_proc and mr_proc.move_dest_id:
move.write({"move_dest_id": mr_proc.move_dest_id.id})
return move