I have two models:
*payslip (one2many relation to payslip_lines)
     *payslip_lines 
I can use an email template and send with some data from payslip model, but ¿how can add them into same email as a table? I guess as context and loop in payslip_line mark in template like in qweb reports (?)
for instance:
Dear customer:
Here you have your current lines to pay:
| Product | Color | Price | 
| Product 1 | white | 1000 | 
| Product 2 | black | 800 | 
Thank you.
