[FIX] inherit from "assets_editor" instead of "layout" to avoid "uncaught ReferenceError"

This commit is contained in:
Jonathan Nemry
2014-10-17 11:40:18 +02:00
parent 58364b27ad
commit 74c7d84ef4

View File

@@ -2,8 +2,8 @@
<openerp>
<data>
<template id="head" inherit_id="website.layout" name="Help online customization">
<xpath expr="//head" position="inside">
<template id="assets_editor" inherit_id="website.assets_editor" name="Help online customization">
<xpath expr="." position="inside">
<script type="text/javascript" src="/help_online/static/src/js/website_help_online.editor.js" groups="base.group_website_publisher"></script>
</xpath>
</template>