Skip to content

Commit d66ed26

Browse files
committed
Merge PR #137 into 16.0
Signed-off-by sebalix
2 parents 77bff0e + 4b36311 commit d66ed26

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

odoo_repository_migration/utils/scanner.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,4 @@ def _push_scanned_data(self, module_branch_id: int, data: dict):
9595
res = self.env["odoo.module.branch.migration"].push_scanned_data(
9696
module_branch_id, data
9797
)
98-
# Commit after each scan
99-
self.env.cr.commit() # pylint: disable=invalid-commit
10098
return res

0 commit comments

Comments
 (0)