We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e8c3ab3 commit 6aeed75Copy full SHA for 6aeed75
import_helper_generic/wizards/import_helper_generic.py
@@ -213,10 +213,10 @@ def product_import_generic(self):
213
count = 0
214
for row in reader.iter_rows(min_row=4, values_only=True):
215
vals = {}
216
- if count >= 500:
+ if count >= 200:
217
self.env.cr.commit()
218
219
- logger.info("commit 500 product")
+ logger.info("commit 200 product")
220
if row[0] == "Colonnes:":
221
for c in range(len(row)):
222
if row[c]:
0 commit comments