Skip to content
Snippets Groups Projects
Commit ae2ef4c4 authored by yhu-odoo's avatar yhu-odoo Committed by Arnold Moyaux
Browse files

[FIX] mrp: add "minutes" after Expected Duration


This commit add text "minutes" after Expected Duration on the form view
of mrp.workorder.

closes odoo/odoo#54592

X-original-commit: 2ec72fec26a66bd5dc49aa56c4ca44dc3f31ad06
Related: odoo/enterprise#11900
Signed-off-by: default avatarArnold Moyaux <amoyaux@users.noreply.github.com>
parent 0554ffb3
No related branches found
No related tags found
No related merge requests found
......@@ -155,7 +155,11 @@
<field name="show_json_popover" invisible="1"/>
<field name="json_popover" widget="mrp_workorder_popover" class="oe_inline mx-2" attrs="{'invisible': [('show_json_popover', '=', False)]}"/>
</div>
<field name="duration_expected" widget="float_time"/>
<label for="duration_expected"/>
<div class="o_row">
<field name="duration_expected" widget="float_time"/>
<span>minutes</span>
</div>
</group>
</group>
<notebook>
......
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