mirror of
https://github.com/OCA/bank-payment.git
synced 2025-02-02 10:37:31 +02:00
[14.0][FIX] - account_banking_mandate: Fix migration script
This commit is contained in:
@@ -26,5 +26,6 @@ def migrate(cr, version):
|
||||
FROM account_move_line aml
|
||||
WHERE aml.mandate_id IS NOT NULL
|
||||
AND am.mandate_id IS NULL
|
||||
AND am.id=aml.move_id
|
||||
"""
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user