odoo_account_ebics/account_ebics/migrations/13.0.1.1/pre-migration.py
Luc De Meyer 0e802291a5
13 multi bank account support (#15)
* [13.0][IMP]add support for multiple bank accounts and multiple EBICS UserIDs over a single EBICS connection

* ebics refactoring fixes

* ebics refactoring fixes
2020-07-05 08:24:57 +02:00

10 lines
200 B
Python

# 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;")