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.

10 lines
482 B

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