Skip to content
Snippets Groups Projects
Commit 1a948ecd authored by niyasraphy's avatar niyasraphy
Browse files

[FIX] hr_applicant_view_form: stat_text of employee_name in smart button readonly


closes odoo/odoo#106643

Signed-off-by: default avatarYannick Tivisse (yti) <yti@odoo.com>
parent 8484b623
No related branches found
No related tags found
No related merge requests found
......@@ -96,7 +96,7 @@
groups="hr.group_hr_user"
attrs="{'invisible': [('emp_id', '=', False)]}">
<div class="o_field_widget o_stat_info">
<span class="o_stat_text"><field name="employee_name"/></span>
<span class="o_stat_text"><field name="employee_name" readonly="1"/></span>
<span class="o_stat_value">Employee</span>
</div>
</button>
......
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