mirror of
https://github.com/OCA/bank-payment.git
synced 2025-02-02 10:37:31 +02:00
[FIX] account_banking_payment_export: remove unneeded logging
This commit is contained in:
@@ -73,9 +73,6 @@ class PaymentMode(models.Model):
|
||||
cr.execute('UPDATE "{table}" SET type=%s'.
|
||||
format(table=self._table),
|
||||
(default_type,))
|
||||
else:
|
||||
_logger.warning("manual bank transfer payment mode "
|
||||
"type not found")
|
||||
return super(PaymentMode, self)._auto_init(cr, context=context)
|
||||
|
||||
def suitable_bank_types(self, cr, uid, payment_mode_id=None, context=None):
|
||||
|
||||
Reference in New Issue
Block a user