mirror of
https://github.com/OCA/account-reconcile.git
synced 2025-01-20 12:27:39 +02:00
PEP 8
This commit is contained in:
@@ -474,7 +474,6 @@ class AccountStatementLine(orm.Model):
|
|||||||
values.append(st_copy)
|
values.append(st_copy)
|
||||||
return values
|
return values
|
||||||
|
|
||||||
|
|
||||||
def _insert_lines(self, cr, uid, statement_store, context=None):
|
def _insert_lines(self, cr, uid, statement_store, context=None):
|
||||||
""" Do raw insert into database because ORM is awfully slow
|
""" Do raw insert into database because ORM is awfully slow
|
||||||
when doing batch write. It is a shame that batch function
|
when doing batch write. It is a shame that batch function
|
||||||
|
|||||||
Reference in New Issue
Block a user