[FIX] Remove class instantiation at the end of invoice.py

This commit is contained in:
Joaquin Gutierrez
2014-01-21 20:40:59 +01:00
parent 16c1e19e92
commit 6d3f047943

View File

@@ -144,6 +144,5 @@ class account_invoice(orm.Model):
},
multi='cc_all'),
}
account_invoice()
# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4: