[IMP] report_async: Add schedule time to decide queue eta when async reporting

This commit is contained in:
Héctor Vi Or
2023-02-16 18:07:11 +01:00
committed by Miquel Raïch
parent 5bd07adcca
commit cd5fed9ac7
3 changed files with 27 additions and 14 deletions

View File

@@ -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"