mirror of
https://github.com/OCA/reporting-engine.git
synced 2025-02-16 16:30:38 +02:00
[IMP] report_async: Add schedule time to decide queue eta when async reporting
This commit is contained in:
committed by
Miquel Raïch
parent
5bd07adcca
commit
cd5fed9ac7
@@ -73,6 +73,8 @@
|
||||
<field name="allow_async"/>
|
||||
<field name="email_notify"
|
||||
attrs="{'invisible': [('allow_async', '=', False)]}"/>
|
||||
<field name="schedule_time" placeholder="23:30"
|
||||
attrs="{'invisible': [('allow_async', '=', False)]}"/>
|
||||
</group>
|
||||
<group>
|
||||
<field name="job_status"
|
||||
|
||||
Reference in New Issue
Block a user