trytonus / trytond-invoice-payment-gateway

Invoice Payment Gateway
BSD 3-Clause "New" or "Revised" License
0 stars 8 forks source link

Use transaction_type instead of invoice type #8

Closed sharoonthomas closed 8 years ago

sharoonthomas commented 8 years ago

Invoice.type is deprecated when credit note and invoice got merged. This patch introduces transaction_type as an alternative which is more suitable to the context of payment charges and refunds.

joeirimpan commented 8 years ago

LGTM @prakashpp Please merge

prakashpp commented 8 years ago

Thanks @sharoonthomas