Skip to content
Snippets Groups Projects
Commit 2d55fa65 authored by niyasraphy's avatar niyasraphy
Browse files

[FIX] gamification, hr_gamification: field alignment in grand badge


field alignment in grand badge

closes odoo/odoo#104471

Signed-off-by: default avatarYannick Tivisse (yti) <yti@odoo.com>
parent e849a791
No related branches found
No related tags found
No related merge requests found
......@@ -7,7 +7,7 @@
Who would you like to reward?
<field name="badge_id" invisible="1"/>
<group>
<field name="user_id" nolabel="1" colspan="4"/>
<field name="user_id" nolabel="1" colspan="2"/>
<field name="comment" nolabel="1" placeholder="Describe what they did and why it matters (will be public)" colspan="4"/>
</group>
<footer>
......
......@@ -11,7 +11,7 @@
<attribute name="invisible">True</attribute>
</field>
<xpath expr="//field[@name='user_id']" position="after">
<field name="employee_id" nolabel="1" domain="[('user_id', '!=', False),('user_id', '!=', uid)]" />
<field name="employee_id" nolabel="1" domain="[('user_id', '!=', False),('user_id', '!=', uid)]" colspan="2"/>
</xpath>
</data>
</field>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment