mirror of
https://github.com/OCA/web.git
synced 2025-02-22 13:21:25 +02:00
14 lines
384 B
XML
14 lines
384 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
<openerp>
|
|
<data>
|
|
|
|
<template id="assets_backend" name="mail_uncheck_recipients_view assets" inherit_id="mail.assets_backend">
|
|
<xpath expr="." position="inside">
|
|
<script type="text/javascript" src="/web_recipients_uncheck/static/src/js/web_recipients_uncheck.js"></script>
|
|
</xpath>
|
|
</template>
|
|
|
|
</data>
|
|
</openerp>
|