Odoo modules related to surveys
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

11 lines
482 B

<?xml version="1.0" encoding="utf-8"?>
<odoo>
<template id="assets_frontend" inherit_id="website.assets_frontend" name="Website Custom Survey Assest">
<xpath expr="//link[last()]" position="after">
<link href="/custom_matrix_survey/static/src/css/custom.css" rel="stylesheet" type="text/css" />
</xpath>
<xpath expr="//script[last()]" position="after">
<script src="/custom_matrix_survey/static/src/js/custom.js"></script>
</xpath>
</template>
</odoo>