[13.0][FIX] stock_cubiscan: Default packaging quantity

This commit is contained in:
Denis Roussel
2021-02-10 10:48:50 +01:00
parent 384ab7c1ac
commit ee7a331a4f

View File

@@ -83,7 +83,7 @@ class CubiscanWizard(models.TransientModel):
"wizard_id": self.id,
"sequence": seq + 1,
"name": pack_type.name,
"qty": 0,
"qty": 1.0,
"max_weight": 0,
"lngth": 0,
"width": 0,