Merge pull request #73 from pankk/patch-1

migrate being called when version is None
This commit is contained in:
Pedro M. Baeza
2016-09-21 18:03:07 +02:00
committed by GitHub

View File

@@ -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(