-
- Downloads
[IMP] payment, sale_payment: set invoice id in payment transaction form after...
[IMP] payment, sale_payment: set invoice id in payment transaction form after payment being done from sale order. Until now invoice_id is filled on the transaction only when we make payments through invoice. However if we make payments through sale order then invoice_id is not filled. This commit fixes that issue. As there is no common point between sale_payment and account_payment except payment, a void method is added in payment and an override done in account_payment. That was when both modules are installed code is correctly triggered. This commit is related to task ID 1813602. Closes #22746 .
Showing
- addons/account_payment/models/payment.py 7 additions, 0 deletionsaddons/account_payment/models/payment.py
- addons/payment/models/payment_acquirer.py 4 additions, 0 deletionsaddons/payment/models/payment_acquirer.py
- addons/sale_payment/models/payment.py 1 addition, 0 deletionsaddons/sale_payment/models/payment.py
Loading
Please register or sign in to comment