Template "Product" contain this code:
span itemprop="image" t-field="product.image" t-field-options="{"widget": "image", "class": "product_detail_img shadow"}"
And result rendered page contian this:
img class="img img-responsive product_detail_img shadow" src="/website/image/product.template/21826_c5f8c53/image" style=""
How I can "alt" attribute for img tag?