forked from Techsystech/web
Merge pull request #48 from acsone/8.0-fix-ReferenceError-jne
[FIX] inherit from "assets_editor" instead of "layout" to avoid "uncaugh...9.0
commit
cf320fa900
|
@ -2,8 +2,8 @@
|
||||||
<openerp>
|
<openerp>
|
||||||
<data>
|
<data>
|
||||||
|
|
||||||
<template id="head" inherit_id="website.layout" name="Help online customization">
|
<template id="assets_editor" inherit_id="website.assets_editor" name="Help online customization">
|
||||||
<xpath expr="//head" position="inside">
|
<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>
|
<script type="text/javascript" src="/help_online/static/src/js/website_help_online.editor.js" groups="base.group_website_publisher"></script>
|
||||||
</xpath>
|
</xpath>
|
||||||
</template>
|
</template>
|
||||||
|
|
Loading…
Reference in New Issue