[REF] removed explicit model instanciations.
[odoo/odoo.git] / addons / account_followup / report / account_followup_report.py
index 9ca8d3c..8d120cb 100644 (file)
@@ -91,6 +91,5 @@ class account_followup_stat(osv.osv):
                 GROUP BY
                     l.id, l.partner_id, l.company_id, l.blocked, l.period_id
             )""")
-account_followup_stat()
 
 # vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4: