Skip to content
Snippets Groups Projects
Commit cab5fdf4 authored by Frédéric van der Essen's avatar Frédéric van der Essen
Browse files

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

parent 1703af0f
No related branches found
No related tags found
No related merge requests found
......@@ -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>
......
......@@ -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() {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment