mirror of
https://github.com/OCA/reporting-engine.git
synced 2025-02-16 16:30:38 +02:00
7 lines
244 B
XML
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>
|