← Back to team overview

account-payment-team team mailing list archive

Re: lp:~pedro.baeza/account-payment/6.1-payment-extension_context-handling into lp:account-payment

 

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.


References