Fix according to review comments.

This commit is contained in:
Peter Hahn
2016-01-27 19:52:16 +01:00
parent 390f078636
commit 08bb9053ef
6 changed files with 89 additions and 92 deletions

View File

@@ -2,7 +2,7 @@
<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');
this.removeClass('oe_form_field_email').addClass('oe_form_field_email_internal');
</t>
</t>
</templates>