[FIX] point_of_sale: finally made the webclient instanciate the pos

This commit is contained in:
Frederic van der Essen 2014-07-01 16:47:37 +02:00
parent 1703af0f4a
commit cab5fdf4f3
2 changed files with 2 additions and 6 deletions

View File

@ -330,10 +330,6 @@
<span class='detail client-id empty'>N/A</span>
</t>
</div>
<div class='client-detail'>
<span class='label'>Tax ID</span>
<span class='detail client-vat'>TODO</span>
</div>
</div>
</div>
</section>

View File

@ -30,8 +30,8 @@
<link rel="stylesheet" href="/point_of_sale/static/src/css/pos.css" id="pos-stylesheet"/>
<link rel="stylesheet" href="/point_of_sale/static/src/css/keyboard.css" />
<t t-call-assets="web.assets_common"/>
<t t-call-assets="web.assets_backend"/>
<script type="text/javascript" src="/web/js/web.assets_common"></script>
<script type="text/javascript" src="/web/js/web.assets_backend"></script>
<script type="text/javascript" id="loading-script">
$(function() {