mirror of
https://github.com/OCA/reporting-engine.git
synced 2025-02-16 16:30:38 +02:00
report_async
This commit is contained in:
committed by
Atchuthan, Sodexis
parent
b2e8ae48ca
commit
323ac96836
9
report_async/demo/report_async_demo.xml
Normal file
9
report_async/demo/report_async_demo.xml
Normal file
@@ -0,0 +1,9 @@
|
||||
<?xml version="1.0" encoding="UTF-8" ?>
|
||||
<odoo>
|
||||
|
||||
<record id="report_async_print_document" model="report.async">
|
||||
<field name="action_id" eval="ref('report_async.action_print_report_wizard')"/>
|
||||
<field name="allow_async" eval="0"/>
|
||||
</record>
|
||||
|
||||
</odoo>
|
||||
Reference in New Issue
Block a user