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

[FIX] hr_work_entry: make end date field required in form


closes odoo/odoo#107981

X-original-commit: a12c6672
Signed-off-by: default avatarYannick Tivisse (yti) <yti@odoo.com>
parent e87ba01b
No related branches found
No related tags found
No related merge requests found
......@@ -58,7 +58,7 @@
</group>
<group>
<field name="date_start" attrs="{'readonly': [('state', '!=', 'draft')]}" />
<field name="date_stop" attrs="{'readonly': [('state', '!=', 'draft')]}" />
<field name="date_stop" attrs="{'readonly': [('state', '!=', 'draft')]}" required="1"/>
<label for="duration" string="Period"/>
<div class="o_row mw-50 mw-sm-25">
<field name="duration"
......
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