diff --git a/addons/hr_timesheet_invoice/__init__.py b/addons/hr_timesheet_invoice/__init__.py index 2251ea84d0b..c6d84bbda04 100644 --- a/addons/hr_timesheet_invoice/__init__.py +++ b/addons/hr_timesheet_invoice/__init__.py @@ -21,6 +21,6 @@ import hr_timesheet_invoice import wizard import report -import installer +import hr_timesheet_invoice_installer # vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4: diff --git a/addons/hr_timesheet_invoice/installer.py b/addons/hr_timesheet_invoice/hr_timesheet_invoice_installer.py similarity index 100% rename from addons/hr_timesheet_invoice/installer.py rename to addons/hr_timesheet_invoice/hr_timesheet_invoice_installer.py