[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,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<templates>
<t t-name="FieldEmailIntern" t-extend="FieldEmail">
<t t-jquery="span:first">
this.removeClass('oe_form_field_email').addClass('oe_form_field_email_intern');
</t>
</t>
</templates>