Skip to content

Commit 410c573

Browse files
committedDec 21, 2023
Merge PR #746 into 16.0
Signed-off-by pedrobaeza
2 parents e5bf088 + fa18e1e commit 410c573

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎base_delivery_carrier_label/models/stock_move_line.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ def get_weight(self):
3333
# if not defined we assume it's in kg
3434
if product.uom_id.id not in allowed:
3535
_logger.warning(
36-
"Type conversion not implemented for product %s" % product.id
36+
"Type conversion not implemented for product %s", product.id
3737
)
3838
cant_calc_total = True
3939
# reserved_qty may be 0 if you don't set move line

0 commit comments

Comments
 (0)