Code review comment for lp:~pedro.baeza/account-payment/6.1-payment-extension_context-handling

Revision history for this message
Quentin THEURET @Amaris (qtheuret) wrote :

Sorry, I also made a mistake :

domain = [('reconcile_id', '=', False), ('account_id.type', '=', payment.type)]#,('amount_to_pay', '<>', 0)]

should become

domain = [('reconcile_id', '=', False), ('account_id.type', '=', payment.type),('amount_to_pay', '<>', 0)]

« Back to merge proposal