We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e5bf088 + fa18e1e commit 410c573Copy full SHA for 410c573
base_delivery_carrier_label/models/stock_move_line.py
@@ -33,7 +33,7 @@ def get_weight(self):
33
# if not defined we assume it's in kg
34
if product.uom_id.id not in allowed:
35
_logger.warning(
36
- "Type conversion not implemented for product %s" % product.id
+ "Type conversion not implemented for product %s", product.id
37
)
38
cant_calc_total = True
39
# reserved_qty may be 0 if you don't set move line
0 commit comments