mirror of
https://github.com/OCA/bank-payment.git
synced 2025-02-02 10:37:31 +02:00
Update SQL query with "and communication is null"
This commit is contained in:
@@ -28,4 +28,5 @@ def migrate(cr, version):
|
||||
"WHERE payment_line.order_id = payment_order.id "
|
||||
"AND payment_order.state in ('draft', 'open') "
|
||||
"AND payment_line.state = 'normal' "
|
||||
"AND communication is null"
|
||||
"AND communication2 is not null")
|
||||
|
||||
Reference in New Issue
Block a user