3
0
Fork 0

Merge pull request #48 from acsone/8.0-fix-ReferenceError-jne

[FIX] inherit from "assets_editor" instead of "layout" to avoid "uncaugh...
9.0
Maxime Chambreuil - http://www.savoirfairelinux.com 2014-10-24 14:59:42 -04:00
commit cf320fa900
1 changed files with 2 additions and 2 deletions

View File

@ -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>