Skip to content
Snippets Groups Projects
Commit 4b0efa70 authored by niyasraphy's avatar niyasraphy
Browse files

[FIX] lunch: timezone field alignment in alert form view


closes odoo/odoo#104664

Signed-off-by: default avatarYannick Tivisse (yti) <yti@odoo.com>
parent 2203f27a
No related branches found
No related tags found
No related merge requests found
......@@ -49,7 +49,9 @@
<field name="active" widget="boolean_toggle"/>
</group>
<group>
<label for="notification_time" attrs="{'invisible': [['mode', '!=', 'chat']]}"/>
<div class="o_td_label">
<label for="notification_time" attrs="{'invisible': [['mode', '!=', 'chat']]}"/>
</div>
<div class="o_col">
<widget name="week_days"/>
<div class="o_row" attrs="{'invisible': [['mode', '!=', 'chat']]}">
......
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