[IMP]:hr_installer and typo in installer

bzr revid: nch@tinyerp.com-20100430093545-50ejb9o47qlraw45
This commit is contained in:
nch@tinyerp.com 2010-04-30 15:05:45 +05:30
parent 4042007977
commit 565250b150
2 changed files with 6 additions and 3 deletions

View File

@ -32,7 +32,7 @@ If you don't think you need any of these right now, you can easily install them
<field name="hr"/> <field name="point_of_sale" groups="base.group_extended"/>
<field name="marketing" groups="base.group_extended"/> <field name="misc_tools"/>
<field name="report_designer" groups="base.group_extended"/>
<separator string="Install Specific Businesses Modules" colspan="4"/>
<separator string="Install Specific Business Modules" colspan="4"/>
<field name="profile_association"/>
<field name="profile_training"/>
<field name="profile_auction"/>

View File

@ -12,14 +12,17 @@
</form>
<separator string="title" position="attributes">
<attribute name="string">Configure Human Resources"</attribute>
<attribute name="string">Select Human Resources Modules To Install</attribute>
</separator>
<xpath expr='//separator[@string="vsep"]' position='attributes'>
<attribute name='rowspan'>8</attribute>
<attribute name='string'></attribute>
</xpath>
<xpath expr="//label[@string='description']"
position="attributes">
<attribute name="string">The base Human Resources addon will help you manage your employee roster, but your can enhance it even further by installing a few HR-related applications.</attribute>
</xpath>
<group colspan="8">
<separator string="Select Human Resources Modules To Install" colspan="4"/>
<field name="hr_holidays"/>
<field name="hr_expense"/>
<field name="hr_recruitment"/>