report_async

This commit is contained in:
newtratip
2021-12-20 20:09:18 +07:00
committed by Atchuthan, Sodexis
parent d6704c08f2
commit bf78614105
13 changed files with 52 additions and 915 deletions

View File

@@ -0,0 +1,6 @@
<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>