[MERGE] latest trunk
[odoo/odoo.git] / addons / web / static / src / js / coresetup.js
index b599a54..8c94dd3 100644 (file)
@@ -595,7 +595,7 @@ instance.web.qweb.preprocess_node = function() {
             break;
         case 1:
             // Element
-            var attr, attrs = ['label', 'title', 'alt'];
+            var attr, attrs = ['label', 'title', 'alt', 'placeholder'];
             while (attr = attrs.pop()) {
                 if (this.attributes[attr]) {
                     this.attributes[attr] = instance.web._t(this.attributes[attr]);