mirror of
https://github.com/OCA/bank-payment.git
synced 2025-02-02 10:37:31 +02:00
[FIX] PEP8
This commit is contained in:
@@ -187,7 +187,7 @@ class payment_order(orm.Model):
|
||||
'''
|
||||
self._write_payment_lines(cr, uid, ids, export_state='sent')
|
||||
self.write(cr, uid, ids, {
|
||||
'state':'sent',
|
||||
'state': 'sent',
|
||||
'date_sent': fields.date.context_today(
|
||||
self, cr, uid, context=context),
|
||||
}, context=context)
|
||||
|
||||
Reference in New Issue
Block a user