[REF] removed explicit model instanciations.
[odoo/odoo.git] / addons / account / report / account_invoice_report.py
index 31725a4..5395d79 100644 (file)
@@ -217,6 +217,5 @@ class account_invoice_report(osv.osv):
                     self._table, 
                     self._select(), self._sub_select(), self._from(), self._group_by()))
 
-account_invoice_report()
 
 # vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4: