mirror of
https://github.com/OCA/bank-payment.git
synced 2025-02-02 10:37:31 +02:00
account_payment_partner: add optional="hide" on payment mode in invoice tree view
This commit is contained in:
committed by
Marçal Isern
parent
6b5859b8bc
commit
affc34135b
@@ -2,9 +2,9 @@
|
||||
# @author: Alexis de Lattre <alexis.delattre@akretion.com>
|
||||
# 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'")
|
||||
cr.execute("UPDATE account_payment_order SET state='uploaded' WHERE state='done'")
|
||||
|
||||
Reference in New Issue
Block a user