[WIP] Send mail using internal mail wizard

This commit is contained in:
Peter Hahn
2015-12-22 14:28:20 +01:00
parent f988afd99e
commit 4f4b8d03e2
6 changed files with 101 additions and 0 deletions

View File

@@ -0,0 +1,13 @@
<?xml version="1.0" encoding="utf-8"?>
<openerp>
<data>
<template id="assets_backend" name="custom bar assets" inherit_id="web.assets_backend">
<xpath expr="." position="inside">
<link rel="stylesheet" href="/web_widget_mail_send_odoo/static/src/css/web_widget_mail_send_odoo.css"/>
<script type="text/javascript" src="/web_widget_mail_send_odoo/static/src/js/web_widget_mail_send_odoo.js"/>
</xpath>
</template>
</data>
</openerp>