Skip to content

Commit ace5102

Browse files
committed
IMP template create
1 parent afce348 commit ace5102

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

import_helper_generic/wizards/import_helper_generic.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -292,7 +292,7 @@ def product_import_generic(self):
292292
vals["standard_price"]
293293
)
294294
p.write(vals)
295-
elif not template:
295+
elif not template or template and not variant_att:
296296
res = import_obj._create_product(vals, speedy)
297297
elif template:
298298
location_id = vals.get("location_id") or speedy.get(

0 commit comments

Comments
 (0)