[IMP] report_async 14.0

This commit is contained in:
KKamaa
2022-04-13 18:40:55 +03:00
parent d717791082
commit 6c5cf35974
12 changed files with 452 additions and 131 deletions

View File

@@ -0,0 +1,28 @@
<?xml version="1.0" encoding="utf-8" ?>
<odoo>
<template
id="report_async_assets_backend"
inherit_id="web.assets_backend"
name="Report Async Assets"
>
<xpath expr="//script[last()]" position="after">
<script
type="text/javascript"
src="/report_async/static/src/js/components/action_menus.js"
/>
</xpath>
</template>
<template
id="report_async_tests"
name="Report Async Tests"
inherit_id="web.qunit_suite_tests"
>
<xpath expr="//script[last()]" position="after">
<script
type="text/javascript"
src="/report_async/static/src/tests/report_async_tests.js"
/>
</xpath>
</template>
</odoo>