- Repo for opensource odoo website theme (since V13.0)
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.

20 lines
984 B

5 years ago
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <odoo>
  3. <template id="o_animate_assets_frontend_js" inherit_id="website.assets_frontend">
  4. <xpath expr="//link[last()]" position="after">
  5. <link rel="stylesheet" type="text/scss" href="/website_animate/static/src/scss/o_animate_frontend.scss"/>
  6. </xpath>
  7. <xpath expr="//script[last()]" position="after">
  8. <script type="text/javascript" src="/website_animate/static/src/js/o_animate.frontend.js"/>
  9. </xpath>
  10. </template>
  11. <template id="o_animate_assets_editor" inherit_id="website.assets_editor">
  12. <xpath expr="//link[last()]" position="after">
  13. <link rel="stylesheet" type="text/scss" href="/website_animate/static/src/scss/o_animate_editor.scss"/>
  14. </xpath>
  15. <xpath expr="//script[last()]" position="after">
  16. <script type="text/javascript" src="/website_animate/static/src/js/o_animate.editor.js"/>
  17. </xpath>
  18. </template>
  19. </odoo>