Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions odoo_repository_migration/utils/scanner.py
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,4 @@ def _push_scanned_data(self, module_branch_id: int, data: dict):
res = self.env["odoo.module.branch.migration"].push_scanned_data(
module_branch_id, data
)
# Commit after each scan
self.env.cr.commit() # pylint: disable=invalid-commit
return res
Loading