[ADD] new module mail_message_date_order

This commit is contained in:
clementmbr
2022-09-29 19:43:06 +02:00
parent 44a92bde2d
commit 5e074f7bb2
4 changed files with 54 additions and 0 deletions

View File

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