[14.0][MIG] report_async

This commit is contained in:
newtratip
2021-12-20 20:09:18 +07:00
committed by Kitti U
parent 266f4b1933
commit f61b08b01e
13 changed files with 52 additions and 915 deletions

View File

@@ -67,7 +67,6 @@
</table>
</field>
<field name="auto_delete" eval="True" />
<field name="user_signature" eval="False" />
</record>
</data>
</odoo>

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>