mirror of
https://github.com/OCA/web.git
synced 2025-02-22 13:21:25 +02:00
[PRT] Odoo integration of web_ckeditor4
This commit is contained in:
committed by
Ivàn Todorovich
parent
c691a83598
commit
a33bce29e9
18
web_ckeditor4/views/qweb.xml
Normal file
18
web_ckeditor4/views/qweb.xml
Normal file
@@ -0,0 +1,18 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<openerp>
|
||||
<data>
|
||||
<template id="assets_backend" name="web_ckeditor4 assets"
|
||||
inherit_id="web.assets_backend">
|
||||
<xpath expr="." position="inside">
|
||||
<script type="text/javascript"
|
||||
src="/web_ckeditor4/static/src/js/ckeditor_basepath.js"></script>
|
||||
<script type="text/javascript"
|
||||
src="/web_ckeditor4/static/lib/ckeditor/ckeditor.js"></script>
|
||||
<script type="text/javascript"
|
||||
src="/web_ckeditor4/static/lib/ckeditor/config.js"></script>
|
||||
<script type="text/javascript"
|
||||
src="/web_ckeditor4/static/src/js/web_ckeditor4.js"></script>
|
||||
</xpath>
|
||||
</template>
|
||||
</data>
|
||||
</openerp>
|
||||
Reference in New Issue
Block a user