You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
23 lines
743 B
23 lines
743 B
<?xml version="1.0" encoding="utf-8" ?>
|
|
<!--Copyright 2016 x620 <https://github.com/x620>
|
|
License MIT (https://opensource.org/licenses/MIT).-->
|
|
<openerp>
|
|
<data>
|
|
<template
|
|
id="assets_backend"
|
|
name="mail_private_assets_backend"
|
|
inherit_id="web.assets_backend"
|
|
>
|
|
<xpath expr="." position="inside">
|
|
<script
|
|
type="text/javascript"
|
|
src="/mail_private/static/src/js/mail_private.js"
|
|
/>
|
|
<script
|
|
type="text/javascript"
|
|
src="/mail_private/static/src/js/test_private.js"
|
|
/>
|
|
</xpath>
|
|
</template>
|
|
</data>
|
|
</openerp>
|