[FIX] document_page: pages content should be edited using HTML/WYSIWYG widget

bzr revid: odo@openerp.com-20130108105410-tjagkt0anx45my31
This commit is contained in:
Olivier Dony 2013-01-08 11:54:10 +01:00
parent 0f8f807662
commit ff5b5d6cb1
1 changed files with 1 additions and 1 deletions

View File

@ -53,7 +53,7 @@
<label for="content" string="Template"/>
that will be used as a content template for all new page of this category.
</div>
<field name="content" placeholder="e.g. Once upon a time..." class="oe_edit_only"/>
<field name="content" placeholder="e.g. Once upon a time..." class="oe_edit_only" widget="html"/>
<div class="oe_document_page">
<field name="display_content" widget="html" class="oe_view_only" options='{"safe": True}'/>
</div>