im_livechat/views/webclient_templates.xml

22 lines
873 B
XML
Raw Normal View History

<?xml version="1.0" encoding="utf-8"?>
<odoo>
<template id="im_livechat.qunit_embed_suite">
<t t-call="web.layout">
<t t-set="html_data" t-value="{'style': 'height: 100%;'}"/>
<t t-set="title">Livechat External Tests</t>
<t t-set="head">
<meta name="viewport" content="width=device-width,initial-scale=1, user-scalable=no"/>
<script>
<t t-call="im_livechat.loader">
<t t-set="info" t-value="{ 'available': True, 'server_url': server_url }"/>
</t>
</script>
<t t-call-assets="im_livechat.embed_test_assets"/>
<t t-call-assets="im_livechat.qunit_embed_suite"/>
</t>
<div id="qunit"/>
<div id="qunit-fixture"/>
</t>
</template>
</odoo>