mirror of
https://github.com/OCA/rma.git
synced 2025-02-16 17:11:47 +02:00
18 lines
628 B
XML
18 lines
628 B
XML
<?xml version="1.0" encoding="utf-8" ?>
|
|
<!-- Copyright 2020 Tecnativa - Ernesto Tejeda
|
|
License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl). -->
|
|
<odoo>
|
|
<template id="website_rma_assets_frontend" inherit_id="website.assets_frontend">
|
|
<xpath expr="script[last()]" position="after">
|
|
<script
|
|
type="text/javascript"
|
|
src="/website_rma/static/src/js/website_rma.tour.js"
|
|
/>
|
|
<script
|
|
type="text/javascript"
|
|
src="/website_rma/static/src/js/website_rma.js"
|
|
/>
|
|
</xpath>
|
|
</template>
|
|
</odoo>
|