Skip to content

Commit

Permalink
[FIX] base_dynamic_message
Browse files Browse the repository at this point in the history
closes #189

Signed-off-by: Juan José Scarafía <jjs@adhoc.com.ar>
  • Loading branch information
jjscarafia committed Mar 21, 2024
1 parent aa91e32 commit 51fdd2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion base_dynamic_message/models/ir_model_dynamic_message.py
Expand Up @@ -83,7 +83,7 @@ def confirm(self):
'priority': 999,
'arch_db': """
<sheet position="before">
<div class="alert alert-%s mb-0" role="alert" attrs="{'invisible': [('%s', '=', False)]}">
<div class="alert alert-%s mb-0" role="alert" invisible="not %s">
<field name="%s" nolabel="1" readonly="1"/>
</div>
</sheet>
Expand Down

0 comments on commit 51fdd2a

Please sign in to comment.