[FIX] pms: remove seq and scrap gc

This commit is contained in:
miguelpadin
2021-05-25 11:05:29 +02:00
parent aca9ea60a9
commit 9d1d2c5638
14 changed files with 127 additions and 145 deletions

View File

@@ -0,0 +1,12 @@
<?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_gc_file_send" />
<field name="retry_pattern" eval="{1: 10, 5: 30, 10: 60, 15: 300}" />
</record>
</odoo>