assets.xml 3.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <odoo>
  3. <!-- Assets Frontend -->
  4. <template id="asset_frontend" inherit_id="website.assets_frontend" name="Kingfisher pro assets frontend">
  5. <xpath expr="." position="inside">
  6. <!-- Libraries -->
  7. <link href="/kingfisher_pro/static/src/css/owl.carousel.css" rel="stylesheet"/>
  8. <link href="/kingfisher_pro/static/src/css/unite-gallery.css" rel="stylesheet"/>
  9. <link href='/kingfisher_pro/static/src/skins/alexis/alexis.css' rel="stylesheet"/>
  10. <link href='/kingfisher_pro/static/src/css/ion.rangeSlider.css' rel="stylesheet"/>
  11. <link href='/kingfisher_pro/static/src/css/ion.rangeSlider.skinHTML5.css' rel="stylesheet"/>
  12. <link href='/kingfisher_pro/static/src/css/kingfisher_pro.css' rel="stylesheet"/>
  13. <script src="/kingfisher_pro/static/src/js/unitegallery.min.js" type="text/javascript"/>
  14. <script src="/kingfisher_pro/static/src/js/ug-theme-compact.js" type="text/javascript"/>
  15. <script src="/kingfisher_pro/static/src/js/ion.rangeSlider.min.js" type="text/javascript"/>
  16. <!-- Custom -->
  17. <!-- Theme -->
  18. <link href="/kingfisher_pro/static/src/scss/options/colors/colors.scss" rel="stylesheet" type="text/scss"/>
  19. <link href="/kingfisher_pro/static/src/scss/mixins.scss" rel="stylesheet" type="text/scss"/>
  20. <link href="/kingfisher_pro/static/src/scss/web.scss" rel="stylesheet" type="text/scss"/>
  21. <link href="/kingfisher_pro/static/src/scss/header.scss" rel="stylesheet" type="text/scss"/>
  22. <link href="/kingfisher_pro/static/src/scss/footer.scss" rel="stylesheet" type="text/scss"/>
  23. <link href="/kingfisher_pro/static/src/scss/product.scss" rel="stylesheet" type="text/scss"/>
  24. <link href="/kingfisher_pro/static/src/scss/style.scss" rel="stylesheet" type="text/scss"/>
  25. <link href="/kingfisher_pro/static/src/scss/theme_common.scss" rel="stylesheet" type="text/scss"/>
  26. <link href="/kingfisher_pro/static/src/scss/box-layout.scss" rel="stylesheet" type="text/scss"/>
  27. <script type="text/javascript" src="/kingfisher_pro/static/src/js/owl.carousel.min.js"></script>
  28. <script type="text/javascript" src="/kingfisher_pro/static/src/js/carousel-swipe.js"></script>
  29. <script src="/kingfisher_pro/static/src/js/kingfisher_pro_frontend.js" type="text/javascript"/>
  30. <script src="/kingfisher_pro/static/src/js/kingfisher_pro.js" type="text/javascript"/>
  31. <script src="/kingfisher_pro/static/src/js/custom.js" type="text/javascript"/>
  32. <script src="/kingfisher_pro/static/src/js/rating_state.js" type="text/javascript"/>
  33. </xpath>
  34. </template>
  35. <!-- Assets Editor -->
  36. <template id="assets_editor" inherit_id="web_editor.assets_editor" name="Kingfisher pro assets editor">
  37. <xpath expr="." position="inside">
  38. <script src="/kingfisher_pro/static/src/js/kingfisher_pro_editor.js" type="text/javascript"/>
  39. </xpath>
  40. </template>
  41. </odoo>