You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
21 lines
1.2 KiB
21 lines
1.2 KiB
<?xml version="1.0" encoding="UTF-8"?>
|
|
<openerp>
|
|
<data>
|
|
<template id="pos_chatter" inherit_id="point_of_sale.assets">
|
|
<xpath expr="." position="inside">
|
|
<link rel="stylesheet" href="/pos_chatter/static/src/css/message.css" />
|
|
<script type="text/javascript" src="/pos_chatter/static/src/js/pos_chat.js"/>
|
|
<link rel="stylesheet" href="/pos_chatter/static/src/less/message.less" type="text/less"/>
|
|
|
|
<link rel="stylesheet" href="/web/static/src/less/variables.less"/>
|
|
<link rel="stylesheet" href="/web/static/src/less/utils.less"/>
|
|
<link rel="stylesheet" href="/web/static/src/less/mimetypes.less"/>
|
|
|
|
<link rel="stylesheet" href="/mail/static/src/less/chat_window.less" type="text/less"/>
|
|
<link rel="stylesheet" href="/mail/static/src/less/thread.less" type="text/less"/>
|
|
<link rel="stylesheet" href="/mail/static/src/less/client_action.less" type="text/less"/>
|
|
<link rel="stylesheet" href="/mail/static/src/less/composer.less" type="text/less"/>
|
|
</xpath>
|
|
</template>
|
|
</data>
|
|
</openerp>
|