mirror of
https://github.com/OCA/manufacture.git
synced 2025-01-28 16:37:15 +02:00
Fix return of _generate_finished_moves method
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user