[IMP]Add tooltip and add multi currencies field into hidden fields

bzr revid: hsa@tinyerp.com-20120831084652-9qyud713yeagm4pi
This commit is contained in:
Hardik 2012-08-31 14:16:52 +05:30
parent ad9919e8b9
commit 525a0e6a8b
2 changed files with 4 additions and 1 deletions

View File

@ -815,7 +815,7 @@ class users_view(osv.osv):
'type': 'selection',
'string': app and app.name or _('Other'),
'selection': [(False, '')] + [(g.id, g.name) for g in gs],
'help': '\n'.join(tips),
'help': ''.join(tips),
}
else:
# boolean group fields

View File

@ -17,6 +17,8 @@
<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="users" eval="[(4, ref('base.user_root'))]"/>
</record>
@ -26,6 +28,7 @@
<record model="res.groups" id="group_multi_currency">
<field name="name">Multi Currencies</field>
<field name="category_id" ref="base.module_category_hidden"/>
</record>
<record model="res.groups" id="group_no_one">