[fix] hr: title of installer view

bzr revid: xmo@tinyerp.com-20100106145755-pgy4jlwla57wfvmr
This commit is contained in:
Xavier Morel 2010-01-06 15:57:55 +01:00
parent 24b29730f2
commit fd3f48784d
2 changed files with 1 additions and 2 deletions

View File

@ -12,7 +12,7 @@
</attribute></form>
<group string="res_config_contents" position="replace">
<separator string="Install Modules" colspan="4"/>
<separator string="Configure Human Resources" colspan="4"/>
<image name="gtk-dialog-info"/>
<newline/>
<label align="0.0" string=" Lorem ipsum dolor

View File

@ -39,4 +39,3 @@ class hr_installer(osv.osv_memory):
'hr_expense': True,
}
hr_installer()