mirror of
https://github.com/OCA/web.git
synced 2025-02-22 13:21:25 +02:00
14 lines
454 B
XML
14 lines
454 B
XML
<!--
|
|
~ Copyright 2019 LevelPrime
|
|
~ License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl)
|
|
-->
|
|
|
|
<odoo>
|
|
<template id="assets_backend" inherit_id="web.assets_backend">
|
|
<xpath expr="//script[last()]" position="after">
|
|
<script type="text/javascript"
|
|
src="/web_ir_actions_close_wizard_refresh_view/static/src/js/web_ir_actions_close_wizard_refresh_view.js"></script>
|
|
</xpath>
|
|
</template>
|
|
</odoo>
|