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)]
--
https://code.launchpad.net/~pedro.baeza/account-payment/6.1-payment-extension_context-handling/+merge/185239
Your team Account Payment is requested to review the proposed merge of
lp:~pedro.baeza/account-payment/6.1-payment-extension_context-handling into
lp:account-payment.
--
Mailing list: https://launchpad.net/~account-payment-team
Post to : [email protected]
Unsubscribe : https://launchpad.net/~account-payment-team
More help : https://help.launchpad.net/ListHelp