mirror of
https://gitlab.com/hibou-io/hibou-odoo/suite.git
synced 2025-01-20 12:37:31 +02:00
Merge branch 'imp/14.0/H4683_sale_payment_web__revisions' into '14.0-test'
imp/14.0/H4683_sale_payment_web__revisions into 14.0-test See merge request hibou-io/hibou-odoo/suite!1450
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