[12.0][ADD] report_async

This commit is contained in:
kittiu
2019-12-11 00:26:27 +07:00
committed by Daniel Reis
parent 107d0ed279
commit 4e0b4b9fcf
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>