mirror of
https://github.com/OCA/stock-logistics-warehouse.git
synced 2025-01-21 14:27:28 +02:00
[13.0][FIX] stock_cubiscan: Default packaging quantity
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user