mirror of
https://github.com/OCA/account-financial-tools.git
synced 2025-02-02 12:47:26 +02:00
flake8
This commit is contained in:
committed by
Alexis de Lattre
parent
ef67df1098
commit
f85fc449da
@@ -118,8 +118,8 @@ class TestPayment(AccountingTestCase):
|
||||
'partner_id': self.partner_agrolait.id,
|
||||
'reference_type': 'none',
|
||||
'currency_id': currency_id,
|
||||
'name': type == 'out_invoice'
|
||||
and 'invoice to client' or 'invoice to supplier',
|
||||
'name': type == 'out_invoice' and
|
||||
'invoice to client' or 'invoice to supplier',
|
||||
'account_id': self.account_receivable.id,
|
||||
'type': type,
|
||||
'date_invoice': time.strftime('%Y-%m-%d'),
|
||||
|
||||
Reference in New Issue
Block a user