report_async

This commit is contained in:
kittiu
2019-12-11 00:26:27 +07:00
committed by Atchuthan, Sodexis
parent b2e8ae48ca
commit 323ac96836
20 changed files with 1074 additions and 0 deletions

View 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>