We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 77bff0e + 4b36311 commit d66ed26Copy full SHA for d66ed26
1 file changed
odoo_repository_migration/utils/scanner.py
@@ -95,6 +95,4 @@ def _push_scanned_data(self, module_branch_id: int, data: dict):
95
res = self.env["odoo.module.branch.migration"].push_scanned_data(
96
module_branch_id, data
97
)
98
- # Commit after each scan
99
- self.env.cr.commit() # pylint: disable=invalid-commit
100
return res
0 commit comments