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.

18 lines
824 B

  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <openerp>
  3. <data>
  4. <template id="assets_backend" name="web_ckeditor4 assets"
  5. inherit_id="web.assets_backend">
  6. <xpath expr="." position="inside">
  7. <script type="text/javascript"
  8. src="/web_ckeditor4/static/src/js/ckeditor_basepath.js"></script>
  9. <script type="text/javascript"
  10. src="/web_ckeditor4/static/lib/ckeditor/ckeditor.js"></script>
  11. <script type="text/javascript"
  12. src="/web_ckeditor4/static/lib/ckeditor/config.js"></script>
  13. <script type="text/javascript"
  14. src="/web_ckeditor4/static/src/js/web_ckeditor4.js"></script>
  15. </xpath>
  16. </template>
  17. </data>
  18. </openerp>