[IMP] website_sale: empty comment

bzr revid: chm@openerp.com-20131211160749-a9f0u00mn4fjx7oe
This commit is contained in:
Christophe Matthieu 2013-12-11 17:07:49 +01:00
parent b0c4ae43ac
commit 350bda93a6
1 changed files with 7 additions and 1 deletions

View File

@ -179,7 +179,13 @@
</tbody>
</table>
<t t-if="not bins">
<h3 class="text-center text-muted">No product found for this search</h3>
<div class="text-center text-muted">
<h3>No product found</h3>
<t groups="base.group_website_publisher">
<p>Click on "Content" to define a new product or "Help" for more informations.</p>
<p>In the backend's product form contains information to simplify the sale process: price, notes in the quotation, accounting data, procurement methods, etc.</p>
</t>
</div>
</t>
</div>
</div>