Skip to content
Snippets Groups Projects
Commit 824f62c5 authored by Viktors Lipskis (vili)'s avatar Viktors Lipskis (vili)
Browse files

[FIX] hr: fix send access link


Detailed Reason field in hr_departure_wizard view is now wrapped in a group for better organization.

task-3002105

closes odoo/odoo#101743

Related: odoo/enterprise#32087
Signed-off-by: default avatarKevin Baptiste <kba@odoo.com>
parent 29bfe429
Branches
Tags
No related merge requests found
......@@ -30,10 +30,12 @@
</div>
</group>
</group>
<div>
<span class="o_form_label o_hr_form_label cursor-default">Detailed Reason</span>
<field name="departure_description"/>
</div>
<group>
<div id="detailed_reason">
<span class="o_form_label o_hr_form_label cursor-default">Detailed Reason</span>
<field name="departure_description"/>
</div>
</group>
</sheet>
<footer>
<button name="action_register_departure" string="Apply" type="object" class="oe_highlight" data-hotkey="q"/>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment