# Copyright 2021 Akretion France (http://www.akretion.com/) # @author: Alexis de Lattre # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl). def migrate(cr, version): if not version: return cr.execute("UPDATE account_payment_order SET state='uploaded' WHERE state='done'")