Files
rma/website_rma/views/assets.xml
Ernesto Tejeda 22766b5623 [ADD] website_sale: new module
This module adds a website form to allows to create an RMA from scratch
2020-09-30 15:11:49 -04:00

12 lines
553 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>
<script type="text/javascript" src="/website_rma/static/src/js/website_rma.js"></script>
</xpath>
</template>
</odoo>