[IMP] web_send_message_popup: black, isort, prettier

This commit is contained in:
Stephane Mangin
2021-02-04 12:24:09 +01:00
committed by Du-ma
parent 6961f7c369
commit 089c30973a
3 changed files with 31 additions and 27 deletions

View File

@@ -1,8 +1,15 @@
<?xml version="1.0" encoding="UTF-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>
<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>