[FIX] website_quote: do not display notifications in website quote

Some information should be hidden from the customer.
Changes of price, for instance.

opw-629746
This commit is contained in:
Denis Ledoux 2015-03-10 10:38:23 +01:00
parent 9562bf8398
commit a8d520552b
1 changed files with 1 additions and 1 deletions

View File

@ -123,7 +123,7 @@
<h1 class="page-header hidden-print">History</h1>
<ul class="media-list hidden-print" id="comments-list">
<t t-foreach="quotation.message_ids" t-as="message">
<li class="media" t-if="message.type &lt;&gt; 'comment' or message.subtype_id">
<li class="media" t-if="message.type not in ['comment', 'notification'] or message.subtype_id">
<div class="media-body">
<img class="media-object pull-left" t-att-src="website.image_url(message.author_id, 'image_small')" style="width: 50px; margin-right: 10px;"/>
<div class="media-body">