mirror of
https://github.com/OCA/reporting-engine.git
synced 2025-02-16 16:30:38 +02:00
[IMP] report_async: add schedule_date field
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user