[9.0] [PORT] web_send_message_popup

This commit is contained in:
Yannick Vaucher
2016-06-02 17:18:17 +02:00
committed by Du-ma
parent 0d2ee6f946
commit 7c71b224f1
5 changed files with 103 additions and 50 deletions

View File

@@ -0,0 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<odoo>
<template id="assets_backend" name="web_send_message_popup assets" inherit_id="web.assets_backend">
<xpath expr="." position="inside">
<script type="text/javascript" src="/web_send_message_popup/static/src/js/chatter.js"></script>
</xpath>
</template>
</odoo>