[MERGE] Merged HSA's branch to add tooltip on group
authorpso (OpenERP) <pso@tinyerp.com>
Fri, 31 Aug 2012 12:56:11 +0000 (18:26 +0530)
committerpso (OpenERP) <pso@tinyerp.com>
Fri, 31 Aug 2012 12:56:11 +0000 (18:26 +0530)
bzr revid: pso@tinyerp.com-20120831125611-e361tvkm60tnngah

1  2 
openerp/addons/base/security/base_security.xml

@@@ -17,6 -17,8 +17,7 @@@
  
      <record model="res.groups" id="group_user">
          <field name="name">Employee</field>
 -        <field name="comment">
 -        Employee: the user will be able to manage his own human resources stuff (leave request, timesheets, ...), if he is linked to an employee in the system.</field>
++        <field name="comment">Employee: the user will be able to manage his own human resources stuff (leave request, timesheets, ...), if he is linked to an employee in the system.</field>
          <field name="users" eval="[(4, ref('base.user_root'))]"/>
      </record>