Files
reporting-engine/report_async/data/queue_job_function_data.xml
2022-04-13 20:08:16 +07:00

7 lines
244 B
XML

<odoo noupdate="1">
<record id="job_function_report_async_run_report" model="queue.job.function">
<field name="model_id" ref="report_async.model_report_async" />
<field name="method">run_report</field>
</record>
</odoo>