[REF] removed explicit model instanciations.
[odoo/odoo.git] / addons / hr_timesheet_invoice / wizard / hr_timesheet_final_invoice_create.py
index 1977d6c..8d5f0c4 100644 (file)
@@ -58,6 +58,5 @@ class final_invoice_create(osv.osv_memory):
         act_win['name'] = _('Invoices')
         return act_win
 
-final_invoice_create()
 
 # vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4: