We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent afce348 commit ace5102Copy full SHA for ace5102
import_helper_generic/wizards/import_helper_generic.py
@@ -292,7 +292,7 @@ def product_import_generic(self):
292
vals["standard_price"]
293
)
294
p.write(vals)
295
- elif not template:
+ elif not template or template and not variant_att:
296
res = import_obj._create_product(vals, speedy)
297
elif template:
298
location_id = vals.get("location_id") or speedy.get(
0 commit comments