Skip to content

Commit 6aeed75

Browse files
committed
count change
1 parent e8c3ab3 commit 6aeed75

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

import_helper_generic/wizards/import_helper_generic.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -213,10 +213,10 @@ def product_import_generic(self):
213213
count = 0
214214
for row in reader.iter_rows(min_row=4, values_only=True):
215215
vals = {}
216-
if count >= 500:
216+
if count >= 200:
217217
self.env.cr.commit()
218218
count = 0
219-
logger.info("commit 500 product")
219+
logger.info("commit 200 product")
220220
if row[0] == "Colonnes:":
221221
for c in range(len(row)):
222222
if row[c]:

0 commit comments

Comments
 (0)