[IMP] report_async: add schedule_date field

This commit is contained in:
RicardCForgeFlow
2024-07-03 15:50:03 +02:00
parent f98265e385
commit 27e4d3b6f3
2 changed files with 27 additions and 18 deletions

View File

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