[REF] removed explicit model instanciations.
[odoo/odoo.git] / addons / account / wizard / account_fiscalyear_close.py
index d4f7b3e..6ceb833 100644 (file)
@@ -278,6 +278,5 @@ class account_fiscalyear_close(osv.osv_memory):
 
         return {'type': 'ir.actions.act_window_close'}
 
-account_fiscalyear_close()
 
 # vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4: