[IMP] report_async: Change schedule_time to Datetime field

This commit is contained in:
RicardCForgeFlow
2024-07-01 11:10:23 +02:00
parent 9a0f99f080
commit f98265e385
2 changed files with 18 additions and 11 deletions

View File

@@ -73,7 +73,7 @@
<field name="allow_async"/>
<field name="email_notify"
attrs="{'invisible': [('allow_async', '=', False)]}"/>
<field name="schedule_time" placeholder="23:30"
<field name="schedule_time" widget="datetime" placeholder="YYYY-MM-DD HH:MM"
attrs="{'invisible': [('allow_async', '=', False)]}"/>
</group>
<group>