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

[IMP] pos_restaurant: update some paths due to module name change

parent 81304870
Branches
Tags
No related merge requests found
openerp.restaurant = function(instance){
openerp.pos_restaurant = function(instance){
var module = instance.point_of_sale;
......
......@@ -6,16 +6,16 @@
<template id="index" inherit_id='point_of_sale.index' name="Restaurant Index">&lt;!DOCTYPE html&gt;
<xpath expr="//link[@id='pos-stylesheet']" position="after">
<link rel="stylesheet" href="/restaurant/static/src/css/restaurant.css" />
<link rel="stylesheet" href="/pos_restaurant/static/src/css/restaurant.css" />
</xpath>
</template>
<template id="assets_frontend" inherit_id="web.assets_common">
<xpath expr="." position="inside">
<script type="text/javascript" src="/restaurant/static/src/js/multiprint.js"></script>
<script type="text/javascript" src="/restaurant/static/src/js/splitbill.js"></script>
<script type="text/javascript" src="/restaurant/static/src/js/printbill.js"></script>
<script type="text/javascript" src="/restaurant/static/src/js/main.js"></script>
<script type="text/javascript" src="/pos_restaurant/static/src/js/multiprint.js"></script>
<script type="text/javascript" src="/pos_restaurant/static/src/js/splitbill.js"></script>
<script type="text/javascript" src="/pos_restaurant/static/src/js/printbill.js"></script>
<script type="text/javascript" src="/pos_restaurant/static/src/js/main.js"></script>
</xpath>
</template>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment