mirror of
https://github.com/OCA/reporting-engine.git
synced 2025-02-16 16:30:38 +02:00
[IMP] report_async 14.0
This commit is contained in:
40
report_async/static/src/xml/report_async.xml
Normal file
40
report_async/static/src/xml/report_async.xml
Normal file
@@ -0,0 +1,40 @@
|
||||
<?xml version="1.0" encoding="utf-8" ?>
|
||||
<templates>
|
||||
<t t-name='ReportAsyncConfiguration'>
|
||||
<div class="form">
|
||||
<!-- Async Checkbox -->
|
||||
<div class="form-group">
|
||||
<div class="form-check">
|
||||
<input
|
||||
type="checkbox"
|
||||
class="form-check-input"
|
||||
checked="checked"
|
||||
id="async_report_checker"
|
||||
/>
|
||||
<label class="form-check-label" for="async_report_checker">
|
||||
Async Report
|
||||
</label>
|
||||
</div>
|
||||
<small id="async-report-checker-help" class="form-text text-muted">
|
||||
Checker enables async report to be created on the background
|
||||
via queue job and sent to a below email address.
|
||||
</small>
|
||||
</div>
|
||||
<!-- Email Input -->
|
||||
<div class="form-group">
|
||||
<label for="async-user-email">Email Address</label>
|
||||
<input
|
||||
type="email"
|
||||
class="form-control"
|
||||
id="async-user-email"
|
||||
aria-describedby="emailHelp"
|
||||
placeholder="admin@example.com"
|
||||
/>
|
||||
<small id="async-user-email-help" class="form-text text-muted">
|
||||
Email will be used to send the async report after queue job
|
||||
is done on the background
|
||||
</small>
|
||||
</div>
|
||||
</div>
|
||||
</t>
|
||||
</templates>
|
||||
Reference in New Issue
Block a user