This commit is contained in:
Laurent Mignon (Acsone)
2014-01-14 15:37:18 +01:00
parent 760a4781be
commit bc879326ed

View File

@@ -474,7 +474,6 @@ class AccountStatementLine(orm.Model):
values.append(st_copy)
return values
def _insert_lines(self, cr, uid, statement_store, context=None):
""" Do raw insert into database because ORM is awfully slow
when doing batch write. It is a shame that batch function