[FIX] website_blog: change group restriction to load the JS editor

This commit is contained in:
Jeremy Kersten 2014-09-10 18:20:54 +02:00
parent 0a8aad990c
commit c916243bb6
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
<openerp>
<data>
<template id="assets_editor" inherit_id="website.assets_editor" name="Blog Editor" groups="base.group_document_user">
<template id="assets_editor" inherit_id="website.assets_editor" name="Blog Editor" groups="base.group_website_publisher">
<xpath expr="." position="inside">
<script type="text/javascript" src="/website_blog/static/src/js/website_blog.editor.js"></script>
<script type="text/javascript" src="/website_blog/static/src/js/website.tour.blog.js"></script>