mirror of
https://github.com/OCA/bank-statement-import.git
synced 2025-01-20 12:37:43 +02:00
Merge pull request #73 from pankk/patch-1
migrate being called when version is None
This commit is contained in:
@@ -21,6 +21,8 @@
|
||||
|
||||
|
||||
def migrate(cr, version):
|
||||
if not version:
|
||||
return
|
||||
# if we end up here, we migrate from 7.0's account_banking
|
||||
# set transaction ids, taking care to enforce uniqueness
|
||||
cr.execute(
|
||||
|
||||
Reference in New Issue
Block a user