mirror of
https://github.com/OCA/account-reconcile.git
synced 2025-01-20 12:27:39 +02:00
[FIX] pep8
This commit is contained in:
@@ -80,7 +80,9 @@ class EasyReconcileBase(orm.AbstractModel):
|
||||
|
||||
def _from(self, rec, *args, **kwargs):
|
||||
return ("FROM account_move_line "
|
||||
"LEFT OUTER JOIN account_move_reconcile ON (account_move_line.reconcile_partial_id = account_move_reconcile.id)"
|
||||
"LEFT OUTER JOIN account_move_reconcile ON "
|
||||
"(account_move_line.reconcile_partial_id "
|
||||
"= account_move_reconcile.id)"
|
||||
)
|
||||
|
||||
def _where(self, rec, *args, **kwargs):
|
||||
|
||||
Reference in New Issue
Block a user