+
One or several products in ${object.name} were received in incorrect amounts.
+
+ % if object.zero_received_move_ids:
+
Zero received:
+
+ % for move in object.zero_received_move_ids:
+ - ${move.name} --- Received ${move.quantity_done} out of expected ${move.product_qty}
+ % endfor
+
+ % endif
+
+ % if object.too_few_received_move_ids:
+
Received too few:
+
+ % for move in object.too_few_received_move_ids:
+ - ${move.name} --- Received ${move.quantity_done} out of expected ${move.product_qty}
+ % endfor
+
+ % endif
+
+ % if object.too_many_received_move_ids:
+
Received too many:
+
+ % for move in object.too_many_received_move_ids:
+ - ${move.name} --- Received ${move.quantity_done} out of expected ${move.product_qty}
+ % endfor
+
+ % endif
+
+
Please follow up accordingly.
+
+