mirror of
https://gitlab.com/hibou-io/hibou-odoo/suite.git
synced 2025-01-20 12:37:31 +02:00
[FIX] sale_payment_web: set payment token on payment
H10812
This commit is contained in:
@@ -118,6 +118,7 @@ class AccountPaymentRegister(models.TransientModel):
|
||||
'partner_bank_id': self.partner_bank_id.id,
|
||||
'payment_method_id': self.payment_method_id.id,
|
||||
'sale_order_id': self.sale_order_id.id,
|
||||
'payment_token_id': self.payment_token_id.id,
|
||||
}
|
||||
|
||||
def _create_payments(self):
|
||||
|
||||
Reference in New Issue
Block a user