squash everything before 17.0

This commit is contained in:
Luc De Meyer
2018-08-14 17:04:39 +02:00
parent 6fdeb820b1
commit 8db04d2af9
40 changed files with 4893 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
# Copyright 2009-2020 Noviat.
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
def migrate(cr, version):
if not version:
return
cr.execute("DELETE FROM ebics_xfer;")