mirror of
https://github.com/OCA/reporting-engine.git
synced 2025-02-16 16:30:38 +02:00
[14.0][MIG] report_async
This commit is contained in:
@@ -67,7 +67,6 @@
|
||||
</table>
|
||||
</field>
|
||||
<field name="auto_delete" eval="True" />
|
||||
<field name="user_signature" eval="False" />
|
||||
</record>
|
||||
</data>
|
||||
</odoo>
|
||||
|
||||
6
report_async/data/queue_job_function_data.xml
Normal file
6
report_async/data/queue_job_function_data.xml
Normal 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>
|
||||
Reference in New Issue
Block a user