Skip to content
Snippets Groups Projects
Commit 67272fb9 authored by Adrien Dieudonne's avatar Adrien Dieudonne
Browse files

[FIX] hr_work_entry: unit of period not aligned


Before this commit, 'hours' was on the next row instead of the same line.

closes odoo/odoo#66640

X-original-commit: 6820eef1
Signed-off-by: default avatarPierre Paridans <pparidans@users.noreply.github.com>
Signed-off-by: default avatarAdrien Dieudonné (adr) <adr@odoo.com>
parent aac9fd5b
No related branches found
No related tags found
No related merge requests found
......@@ -60,7 +60,7 @@
<field name="date_start" attrs="{'readonly': [('state', '!=', 'draft')]}" />
<field name="date_stop" attrs="{'readonly': [('state', '!=', 'draft')]}" />
<label for="duration" string="Period"/>
<div>
<div class="o_row">
<field name="duration" nolabel="1" attrs="{'readonly': [('state', '!=', 'draft')]}" /><span class="ml8">Hours</span>
</div>
<field name="company_id" invisible="1"/>
......
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