Files
odoo_account_ebics/account_ebics/migrations/13.0.1.1/pre-migration.py
2026-03-02 20:36:38 +01: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;")