mirror of
https://github.com/OCA/web.git
synced 2025-02-22 13:21:25 +02:00
16 lines
409 B
XML
16 lines
409 B
XML
<?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>
|