mirror of
https://github.com/OCA/pms.git
synced 2025-01-29 00:17:45 +02:00
13 lines
491 B
XML
13 lines
491 B
XML
<?xml version="1.0" encoding="utf-8" ?>
|
|
<odoo noupdate="1">
|
|
<record
|
|
id="traveller_report_send_file_async_job_function"
|
|
model="queue.job.function"
|
|
>
|
|
<field name="model_id" ref="pms_l10n_es.model_traveller_report_wizard" />
|
|
<field name="method">send_file_async</field>
|
|
<field name="channel_id" ref="pms_l10n_es.channel_institution_file_send" />
|
|
<field name="retry_pattern" eval="{1: 10, 5: 30, 10: 60, 15: 300}" />
|
|
</record>
|
|
</odoo>
|