Warranty: Product Warranty email ${(object.user_id.email and '%s <%s>' % (object.user_id.name, object.user_id.email) or '')|safe} ${object.name or 'n/a'} ${object.partner_id.id} ${object.partner_id.lang}

Dear ${object.partner_id.name}

We are sorry to hear about the problem you have had with your product.

We would like to be able to make the necessary adjustment at no charge to you, but unfortunately the warranty is expired of following products:

% for line in object.warranty_expire_line: % endfor
Product Lot Quantity Warranty Date
${line.product_id.name} ${line.lot_id.name} ${line.qty_expired} ${line.warranty_date}
% else:

Dear ${object.partner_id.name}

We are sorry to hear about the problem you have had with your product.

We would like to be able to make the necessary adjustment at no charge to you, We are going to replace your product. We will deliver it to you as possible.

% endif ]]>