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.
 
 
 
 
 

13 lines
561 B

<?xml version="1.0" encoding="UTF-8" ?>
<odoo>
<!-- Adding custom js and styling for chat input text area -->
<template id="assets_backend" name="pin_record"
inherit_id="web.assets_backend">
<xpath expr="." position="inside">
<script type="text/javascript"
src="/autosuggestion_in_discuss/static/src/js/autosuggest.js"/>
<link rel="stylesheet" type="text/scss"
href="/autosuggestion_in_discuss/static/src/scss/autosuggest.scss"/>
</xpath>
</template>
</odoo>