[11.0][MIG] web_send_message_popup: Migrate to 11.0

This commit is contained in:
Artem Kostyuk
2018-09-28 17:42:15 +03:00
committed by Du-ma
parent 503a6f667e
commit 4f16a1c7b0
9 changed files with 56 additions and 118 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"/>
</xpath>
</template>
</odoo>