From 70bcb47b9dfae34aa2c820f3ff4a4a2ce262c2e9 Mon Sep 17 00:00:00 2001 From: "ksa (Open ERP)" Date: Fri, 8 Apr 2011 18:41:10 +0530 Subject: [PATCH] [IMP]: Improve file name bzr revid: ksa@tinyerp.co.in-20110408131110-avhsgjebj9rn2js3 --- addons/hr_timesheet_invoice/__init__.py | 2 +- .../{installer.py => hr_timesheet_invoice_installer.py} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename addons/hr_timesheet_invoice/{installer.py => hr_timesheet_invoice_installer.py} (100%) 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