[FIX] point_of_sale: the webclient needs a html stub to instanciate itself

This commit is contained in:
Frederic van der Essen 2014-07-01 15:15:19 +02:00
parent 371ba83206
commit 25e4a10878
1 changed files with 7 additions and 0 deletions

View File

@ -42,6 +42,13 @@
</head>
<body>
<div class='openerp openerp_webclient_container'>
<table class='oe_webclient'>
<tr>
<td class='oe_application' />
</tr>
</table>
</div>
</body>
</html>
</template>