Skip to content
Snippets Groups Projects
Commit 68f29fda authored by niyasraphy's avatar niyasraphy
Browse files

[FIX] base: show result separator only in done state


closes odoo/odoo#105630

Signed-off-by: default avatarXavier Morel (xmo) <xmo@odoo.com>
parent 9b89bb48
No related branches found
No related tags found
No related merge requests found
......@@ -8,7 +8,7 @@
<field name="arch" type="xml">
<form string="Update Module List">
<field name="state" invisible="1"/>
<separator string="Module Update Result"/>
<separator string="Module Update Result" states="done"/>
<group states="init">
<span class="o_form_label">Click on Update below to start the process...</span>
</group>
......
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