diff --git a/plm/models/product_product.py b/plm/models/product_product.py index dc3207d4..f26c9205 100755 --- a/plm/models/product_product.py +++ b/plm/models/product_product.py @@ -1009,7 +1009,7 @@ def create(self, vals): vals_dict = self.plm_sanitize(vals_dict) to_write.append(vals_dict) try: - res = super().create(vals_dict) + res = super().create(to_write) return res except Exception as ex: if isinstance(ex, UserError):