Comment call to unimplemented function.

This commit is contained in:
Albert Cervera i Areny 2016-03-08 18:28:01 +01:00
parent 26e104890c
commit bb4e3e25a6
1 changed files with 2 additions and 2 deletions

View File

@ -194,8 +194,8 @@ class Production:
if 'outputs' in values:
to_update.extend(productions)
super(Production, cls).write(*args)
if to_update:
Production._sync_outputs_to_shipment(to_update)
#if to_update:
#Production._sync_outputs_to_shipment(to_update)
# TODO: Missing function to synchronize output production moves with
# incoming internal shipment. Should emulate behaviour of ShipmentOut and